Structured agent workflows for when freestyle LLM chat isn't enough
It bundles 19 documentation-first skills that turn vague requests like "help me decide" into structured, archivable, composable workflows.

What it does
makerskills is a Claude Code plugin—also compatible with Codex and Cursor—that bundles 19 structured skills for indie operators. Each skill is a workflow document (SKILL.md) that turns vague requests like “help me decide” into structured frameworks: the decide skill, for example, triages the 37signals decision framework to six tailored questions and archives the result with a revisit date. You can invoke skills via slash commands or read the markdown and run the steps manually.
The interesting bit
The project treats automation as a side effect of well-structured documentation. Skills are built to compose with one another—watch-video is referenced by 54 sibling skills, routing to specialized handlers rather than reimplementing logic. Your personal data and configs stay outside the repo in a local directory, keeping the public codebase generic and shareable.
Key highlights
- 19 built-in skills covering decisions, research, knowledge management (
second-brain,company-brain), content rotation (jab-hook), financial modeling (personal-cfo,company-cfo), and utilities likepasteandsocial-fetch - Meta-skills (
skillify,toolify,loopify) for authoring new skills, wiring third-party APIs, and setting up recurring agent loops - Heavy composability: the README maps explicit dependency chains, such as
business-brainstormpulling indeep-researchanddomain - Personal data lives strictly outside the repo, so the plugin stays generic while your vaults and credentials remain local
- Every skill works both as an automated slash command and as standalone documentation you can execute by hand
Caveats
- Some utility skills may prompt you to install missing CLI dependencies on first run (
pastewarns aboutpbcopy-adjacent tools) - The plugin requires external configuration and runtime dependencies; the README delegates full setup details to
INSTALL.md
Verdict
Indie founders and solo operators already using Claude Code daily get a structured executive toolkit; if you just need a single ad-hoc prompt, this is over-engineered.
Frequently asked
- What is coreyhaines31/makerskills?
- It bundles 19 documentation-first skills that turn vague requests like "help me decide" into structured, archivable, composable workflows.
- Is makerskills open source?
- Yes — coreyhaines31/makerskills is open source, released under the MIT license.
- How popular is makerskills?
- coreyhaines31/makerskills has 524 stars on GitHub.
- Where can I find makerskills?
- coreyhaines31/makerskills is on GitHub at https://github.com/coreyhaines31/makerskills.