Equips Claude Code with a personal operator's skill set for business and creative workflows — pressure-testing ideas, managing projects across tools with kanban/Eisenhower, conducting multi-source research, running CFO financial cadences, building structured knowledge bases, creating branded slide decks, extracting video transcripts, and authoring new skills from chat or repos.
When you want to pressure-test a potential new business, product, or side project against the serial-founder filter. Not "marketing ideas for a product" (that's marketing-skills:marketing-ideas) — this is "should this business exist + can you win it." Runs the idea through a structured framework (problem, audience, wedge, monetization, moat, portfolio fit, distribution, energy fit, opportunity cost), checks domain availability via /domain, optionally triggers /deep-research for market validation, and outputs a viability brief: build / sleep on it / pass. Archives every idea to references/ideas-archive/ so past work is searchable. Triggers on "/business-brainstorm," "/brainstorm," "new business idea," "should I build X," "pressure test this idea," "validate this idea," "is X a good business," "what about a [type] for [audience]."
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki pages, update INDEX.md), query (answer from the corpus with trust weighting, save to outputs/), review (triage queue — verify / deprecate / supersede unreviewed and stale captures so wrong info never becomes context), lint (orphans / stale / contradictions / gaps), connect (suggest new wikilinks), search (quick lookup). Structured raw dirs (people/, companies/, meetings/, sops/, decisions/, customer-language/, recurring-questions/, sales-objections/) instead of second-brain's flat type-prefixed raw/. Multi-author aware — every capture stamps author + timestamp + trust status. Optional auto-sync from Fathom/Gong/Granola call transcripts, Slack/email exports, CRM. Defaults to a vault at ${COMPANY_BRAIN_VAULT:-$HOME/Documents/CompanyBrain}/. Triggers on "/company-brain," "/cb," "capture this into the team brain," "log this meeting," "add this person to the team brain," "save this SOP," "compile the company wiki," "query the team brain," "what does the team know about X," "review the company brain," "cull the team brain," "lint the company brain," "who's the internal expert on X."
Monthly CFO workflow for a company or agency — pull raw data from bank + payment processor + payroll + expense management, categorize and reconcile, compute end-of-month cash via transaction-sum method, update a scenario projector for forward forecasting, write the monthly snapshot report, surface decisions to leadership. Modes — monthly (default; the standing report), weekly (thin cash pulse), scenario (ad-hoc modeling in the projector), pickup (resume where the prior run left off). Anonymized team-scope sibling to personal-cfo (which handles personal household finances). Composes with company-brain (report gets stored + wiki-indexed there), toolify (wire company-specific data sources), loopify (schedule the monthly + weekly runs). Triggers on "/company-cfo," "/cfo," "monthly cash report," "do the CFO snapshot," "CFO monthly," "let's run CFO," "cash projection," "runway forecast," "monthly financials," "cash pulse."
When you have a decision to make and want a structured workflow that picks the load-bearing questions, walks through them, reaches a call (or "wait"), and archives the rationale for future reference. Based on the 37signals Guide to Making Decisions (38 questions). Triages to 6–8 relevant questions per decision instead of forcing all 38. Archives every decision to references/decisions-archive/ with a revisit date so you can check later whether the call was right. Triggers on "/decide," "help me decide," "should I [X]," "I need to make a decision about," "stuck on a decision," "deciding between," "go/no-go on," "what should I do about." This is both the decision-making workflow AND the decision log — making the decision is the act of logging it.
When you want multi-source, multi-step research on a topic — competitor research before a sales call, market research for a new business idea, positioning angles, due diligence on a partnership or podcast guest, tech decision research (which DB, which auth), or any "I need to actually understand X." Combines WebSearch, WebFetch, agent-browser, /last30days (Reddit/X/YouTube/HN/web recency), memory, and Notion. Outputs a structured brief with citations, contradictions, gaps, and recommended next steps. Archives every research run to references/research-archive/ so past work is searchable. Triggers on "/deep-research," "research X," "investigate X," "do a deep dive on X," "look into X," "what's actually happening with X," "due diligence on X," "validate this market." Differs from a one-shot WebSearch: this is multi-pass with verification.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI agent skills for the personal operator's craft. Decisions, research, second-brain workflows, content rotation, scenario modeling, CFO cadence, domain hunts, and the meta-skills to author more.
Built for founders and indie operators. Works with Claude Code, Codex, Cursor, and other Agent Skills hosts.
Site: maker-skills.com
# In Claude Code
/plugin marketplace add coreyhaines31/makerskills
/plugin install makerskills@makerskills
Or symlink for local dev:
git clone https://github.com/coreyhaines31/makerskills ~/code/makerskills
ln -s ~/code/makerskills ~/.claude/plugins/makerskills
See INSTALL.md for env vars, personal-config setup, and runtime dependencies.
New to the plugin? Do these in order. Everything else can wait until you need it.
1. Install the plugin (above), then set the base env var in ~/.zshenv:
export MAKERSKILLS_CONFIG="$HOME/.config/makerskills"
Reload your shell.
2. Run your first skill — start with decide. No config required:
/decide
It'll ask what decision you're facing, pick the right questions from the 37signals framework, and archive the result with a revisit date. That's the first-touch experience: any skill in this plugin. Structured input → structured output → written to disk.
3. Read one SKILL.md to see the pattern:
open ~/code/makerskills/skills/decide/SKILL.md
Each skill is a workflow doc — you can invoke via /decide OR read the SKILL.md and run the steps by hand. The plugin is documentation-first; the automation is a side effect.
4. Try one more skill that involves personal config, so you understand the pattern:
/paste twitter
It'll read your clipboard, strip formatting, warn if over 280 chars, and copy back the cleaned output. First invocation may prompt you to install pbcopy-adjacent deps if missing. No config file needed — this is a pure utility.
5. Now branch out. Skim The 18 skills below and pick one that maps to a workflow you're already doing manually. That's the highest-leverage adoption path.
Routing table for common operator jobs. Match your intent → skill.
| I want to... | Skill |
|---|---|
| Think through a decision with a real fork | decide |
| Pressure-test a new business or product idea | business-brainstorm |
| Research a topic with citations | deep-research |
Find an available .com for a new project | domain |
| Capture / query / lint my personal knowledge base | second-brain |
| Same but for a team-shared knowledge base | company-brain |
| Extract notes / highlights / summaries from a book | read-book |
| Extract a transcript or key moments from a video | watch-video |
| Fetch any social post by URL as structured data | social-fetch |
| Plan / draft social content rotation across a portfolio | jab-hook |
| Draft, update, convert, or export a slide deck | slide-deck |
| Clean terminal output for Slack / LinkedIn / X / Notion etc. | paste |
| Manage projects across businesses (kanban) | pm |
| Model personal financial scenarios (house, cash flow, etc.) | personal-cfo |
| Run monthly / weekly CFO for a company or agency | company-cfo |
| Create, adapt, or update a skill | skillify |
| Wire up an integration / API / MCP into a project | toolify |
| Set up an agent loop or scheduled task | loopify |
Not sure between two? The skill's SKILL.md description always includes trigger phrases and disambiguation from adjacent skills.
npx claudepluginhub coreyhaines31/makerskills --plugin makerskillsMarketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
An operator-grade AI skill stack for builders. Elite, domain-tested skills and structured /commands for every stage of the product lifecycle: strategy, design, engineering, marketing, sales, and ops. Cross-tool: Claude Code, Cursor, Codex, opencode.
Complete collection of 32 Claude Code skills for document processing, development, business productivity, media safety, and creative tasks
A local-first startup advisor that guides founders through idea validation, competitors research, hypotheses generation, MVP/prototype design, and more.
Personal Corp framework: run your business with AI agents through GitHub, department repos, Telegram, agent gateways, html-draft diagrams, and media/art-direction workflows
Personal decision-making and life workflow support