From partme-ai-full-stack-skills
Discovers, installs, and manages AI skills from PartMe marketplace. Local package manager for KaaS/TaaS; search by keyword/category, install to environment, list installed skills.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use this skill whenever the user wants to:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use this skill whenever the user wants to:
# Step 1: Search for Vue-related skills
skill-installer(action="search_skills", query="vue")
# Returns: [{"name": "vue3", "description": "Vue 3 component development", "path": "./skills/vue3"}, ...]
# Step 2: Install the skill
skill-installer(action="install_skill", skill_path="./skills/vue3")
# Returns: {"status": "installed", "name": "vue3"}
# Step 3: Verify installation
skill-installer(action="list_installed_skills")
# Returns: [{"name": "vue3", "status": "active"}, ...]
| Tool | Input | Output |
|---|---|---|
search_skills | query (string) | JSON list of matching skills with descriptions and paths |
install_skill | skill_path (string) | Confirmation of installation |
list_installed_skills | None | JSON list of installed skills with status |
list_installed_skills to confirm the skill is activeskill installer, marketplace, KaaS, TaaS, install skill, search skills, PartMe, skill management