List this pack and route you to the right skill
List the skills from this pack and, if the user says what they are trying to do, point them at the matching skill. Do not search skills.sh.
| Skill | What it does |
|---|---|
/show-skill-catalog | Lists this pack and routes you to the right skill |
/find-skills | Search and install skills from the open ecosystem (skills.sh) |
/grill-me | Relentless interview to sharpen a plan or design |
/fix-tech-debt | Find README/TODO/FIX debt markers, group by domain, pick items, grill a plan |
/request-refactor-plan | Interview, then file a GitHub issue with a tiny-commit refactor plan |
/apply-solid-principles | Apply SRP, OCP, LSP, ISP, and DIP to named or changed modules |
/create-commit | Split work into logical conventional commits (uses agent session history when available) |
/apply-best-practices | React and Next.js performance rules from Vercel |
/apply-prettier | Format files with the project's Prettier |
/fix-lint | Fix Biome or ESLint issues |
/apply-style-guide | Apply a repo style guide, or Google's if none |
/write-e2e-tests | Write e2e tests for user-provided files |
/write-unit-tests | Write unit tests for named units |
/write-storybook | Write Storybook stories for named components |
/write-handoff | Compact this conversation so the next agent can continue |
/review-code | Two-axis review (standards + spec) since a fixed point |
/develop-with-tdd | Tests first, watch them fail, then write the code |
/feature-sliced-design | Feature-Sliced Design (FSD) v2.1 frontend architecture |
/use-hybrid-folder-structure | Hybrid frontend layout: responsibility first, feature second |
Present this as a readable list for a human (the table is the source of truth). One line per skill is enough unless they ask for more.
If the user describes a current task, recommend from this pack only:
/show-skill-catalog (this skill)/grill-me/fix-tech-debt/request-refactor-plan/grill-me first (skip only for pure Q&A or read-only review with no follow-up work); if /develop-with-tdd is installed, use it next for the implementation/apply-solid-principles/apply-best-practices/apply-prettier/fix-lint/apply-style-guide/write-e2e-tests/write-unit-tests/write-storybook/review-code/create-commit/feature-sliced-design/use-hybrid-folder-structure/write-handoff/find-skills/feature-sliced-design and /use-hybrid-folder-structure are different frontend layouts. If the user names FSD, layers, or slices, use FSD. If they name hybrid, responsibility-first, or file-kind folders, use hybrid. If they only say "reorganize src/", ask which layout they want.
If more than one fits, list them in the order the human should run them (for example grill, then TDD, then commit).
If nothing in this pack fits, say so and suggest /find-skills.