A collection of skills for development workflows. Installable via the skills CLI.
Select from all available skills:
npx skills@latest add ben-carmichael/skillsInstall specific skills:
npx skills@latest add ben-carmichael/skills --skill bc-grill-me --skill bc-todoInstall all available skills:
npx skills@latest add ben-carmichael/skills --skill "*"List all installed skills (project and global):
npx skills@latest list
List only global skills:
npx skills@latest list -g
Check if any installed skills have updates:
npx skills@latest check
Update all skills to latest versions:
npx skills@latest updateRemove interactively (select from installed skills):
npx skills@latest removeRemove a specific skill by name:
npx skills@latest remove bc-grill-meRemove from global scope:
npx skills@latest remove --global bc-grill-mebc-grill-me- Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.
bc-issue-to-plan- Create a concrete implementation plan from a GitHub issue, exploring the codebase to identify files and changes needed.
bc-prd-to-issues- Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices.
bc-write-prd- Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue.
bc-todo- Create a structured TODO.md with Bugs, Features, and Chores sections.
bc-write-case-study- Generate a polished case study blog post from a code repository.