Install curated skill tiers into any project from the marketplace. Use when user says /my-workflow.
View on GitHubplugins/my-workflow/skills/my-workflow/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/dohernandez/claude-skills/blob/main/plugins/my-workflow/skills/my-workflow/SKILL.md -a claude-code --skill my-workflowInstallation paths:
.claude/skills/my-workflow/# My Workflow ## Purpose Marketplace skill installer for the claude-skills ecosystem. Copies skills from the marketplace plugin cache into the current project's `.claude/skills/` directory. Three curated tiers provide progressively more capability. ## Quick Reference - **Install tier**: `/my-workflow install minimal|standard|advanced` - **Install one**: `/my-workflow install <skill-name>` - **Browse**: `/my-workflow list` - **Check**: `/my-workflow status` ## Commands | Command | Purpose | |---------|---------| | `/my-workflow install` | Interactive wizard — choose tier or individual skills | | `/my-workflow install minimal` | Install 7 essential skills | | `/my-workflow install standard` | Install 17 dev workflow skills | | `/my-workflow install advanced` | Install all 22 skills | | `/my-workflow install <skill>` | Install a single specific skill | | `/my-workflow list` | Show tiers and their skills | | `/my-workflow status` | Show installed vs available | --- ## Tiers ### Minimal (7 skills) — Essential tooling Needs: skill-tasks infrastructure (Taskfile.skills.yaml + scripts) | Skill | Configure? | |-------|-----------| | commit | no | | pr-create | no | | pr-merge | no | | linear | no | | memory | no | | create-skill | no | | docs-refresh | yes | ### Standard (17 skills) — Complete dev workflow Extends Minimal (+10 skills). Adds: user-tasks infrastructure (Taskfile.yaml) | Added Skill | Configure? | |-------------|-----------| | code | yes | | bugfix | no | | tdd | yes | | arch | yes | | domain-expert | no | | task | yes | | test | yes | | setup | no | | deploy | yes | | deploy-verify | yes | ### Advanced (22 skills) — Everything Extends Standard (+5 skills). | Added Skill | Configure? | |-------------|-----------| | developer | yes | | workflow | no | | workflow-setup | yes | | workflow-finish | yes | | debugger | yes | **Excluded**: `slack` (planned for future release) --- ## /my-workflow install ### Parse command ``` /my-workflow install