A collection of public, open-source skills for builders — by Brian Casel at Builder Methods.
- Builder Methods Pro — Training, community, and direct support from Brian and fellow builders.
- Builder Briefing — Brian's free weekly newsletter with updates and notes on building with AI.
This repo is a Claude Code plugin marketplace. Add it once:
/plugin marketplace add buildermethods/bm-skills
Then install any of the skills below:
/plugin install <skill-name>
bm-prd-creator
Guides you through turning a raw idea into a structured Product Requirements Document. Produces a complete prd.md plus a sequence of milestone prompt files you can hand to a coding agent to drive implementation.
/plugin install bm-prd-creator
bm-design-system
Scaffolds a complete design system into a React + Tailwind v4 codebase: a single-page reference at /admin/design-system that previews and documents every primitive, plus reusable shadcn-style components and managed instructions in AGENTS.md/CLAUDE.md so future agents always defer to the system instead of drifting.
/plugin install bm-design-system
Documentation for Design System
Open source. Free to use, fork, and adapt.