Sandbox
@coreyhaines31/makerskills

Plugin bundle of agent skills for Claude Code and Codex

makerskills packages a set of reusable skills for common operator tasks like making decisions, doing research, capturing knowledge, planning content, and creating new skills. Each skill is a workflow doc in `skills/<name>/SKILL.md`, and the plugin wires them into agent hosts like Claude Code, Codex, and Cursor.

803 stars65 forksUpdated 12d ago
Who it's for

Builders who want their agent to follow repeatable workflows for decisions, research, knowledge capture, and content planning.

What it delivers

You can turn recurring operator tasks into reusable agent skills instead of re-explaining the process every time.

What it does

Decision workflow

`decide` applies a structured decision framework and archives the result with a revisit date.

Deep research workflow

`deep-research` gathers multi-source research with citations and archive support.

Second-brain capture and query

`second-brain` helps capture, compile, query, lint, connect, and search a markdown vault.

Content and publishing utilities

Skills like `jab-hook`, `slide-deck`, and `paste` help plan content rotation, build slide decks, and clean text for different destinations.

Meta skills for extending the pack

`skillify`, `toolify`, and `loopify` help create skills, wire integrations, and set up recurring agent loops.

How to get it

  1. 1Run
    # In Claude Code
    /plugin marketplace add coreyhaines31/makerskills
    /plugin install makerskills@makerskills
  2. 2Or symlink for local dev
    git clone https://github.com/coreyhaines31/makerskills ~/code/makerskills
    ln -s ~/code/makerskills ~/.claude/plugins/makerskills
  3. 31. Install the plugin (above), then set the base env var in ~/.zshenv
    export MAKERSKILLS_CONFIG="$HOME/.config/makerskills"
  4. 42. Run your first skill — start with decide. No config required
    /decide
  5. 53. Read one SKILL.md to see the pattern
    open ~/code/makerskills/skills/decide/SKILL.md
  6. 64. Try one more skill that involves personal config, so you understand the pattern
    /paste twitter

README

makerskills

Stars Release License

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


Install

# 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.


Getting started — 5-minute path

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 21 skills below and pick one that maps to a workflow you're already doing manually. That's the highest-leverage adoption path.


Which skill do I invoke when?

Routing table for common operator jobs. Match your intent → skill.

I want to...Skill
Think through a decision with a real forkdecide
Break through a wall ("this seems impossible")unstuck
Get a board of famous founders to weigh inmaker-council
Pressure-test a new business or product ideabusiness-brainstorm
Research a topic with citationsdeep-research
Find an available .com for a new projectdomain
Capture / query / lint my personal knowledge basesecond-brain
Same but for a team-shared knowledge basecompany-brain
Extract notes / highlights / summaries from a bookread-book
Extract a transcript or key moments from a videowatch-video
Turn a call transcript or client message into issues + replyingest
Fetch any social post by URL as structured datasocial-fetch
Plan / draft social content rotation across a portfoliojab-hook
Draft, update, convert, or export a slide deckslide-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 agencycompany-cfo
Create, adapt, or update a skillskillify
Wire up an integration / API / MCP into a projecttoolify
Set up an agent loop or scheduled taskloopify

Not sure between two? The skill's SKILL.md description always includes trigger phrases and disambiguation from adjacent skills.


The 21 skills

Meta — extend Claude Code (the -ify trifecta)

SkillWhat
skillifyCreate, adapt, or update a skill in any sibling repo. Three modes: CREATE (from-chat / from-video / from-dump / from-scratch), ADAPT (port external skill with license check + attribution), UPDATE (improve existing skills with cross-skill propagation + semver discipline).
toolifyWire up an integration, API, MCP server, or third-party service into a Next.js or Rails project. Interactive wizard for auth, env vars, client wrapper, webhook handling, and smoke-test.
loopifySet up an agent loop, cron-scheduled task, or recurring workflow. Judgment layer on top of ScheduleWakeup / CronCreate / /loop — picks pattern (dynamic / cron / one-shot), tunes delay for cache windows, enforces idempotency + bail-out conditions.

Decision & strategy

SkillWhat
decide37signals decision framework (38 questions + house additions like Q39 opportunity cost, triaged to 6–8 per decision). Archives with revisit dates.
business-brainstormPressure-test a new business or product on 9 dimensions. Composes with deep-research + domain.
domain11-step .com domain hunt on Laura Roeder's "availability-first, never fall in love with a name" methodology. Multi-tool ensemble: Vercel CLI + whois (per-TLD) + Domainr API + Namecheap API + rdap.org (modern TLDs) + agent-browser for USPTO trademark screening + aftermarket click-throughs (HugeDomains / Afternic / Sedo / Dan). Handles bare-word + prefix/suffix brainstorming, budget filtering, negotiation guidance, and social handle checks.
deep-researchMulti-source research with citations + archive. WebSearch, WebFetch, agent-browser, /last30days, memory.
unstuckThe roadblock antidote. Classifies what kind of "no" you hit (assumption / framing / gatekeeper / tool / resource / physics), runs targeted lateral-thinking techniques from a 10-technique inventory, 10-angle minimum before evaluating. Agents run it on themselves before reporting any dead end. Upstream of decide.
maker-councilSimulated personal board of advisors — Fried, Musk, Bezos, Jensen, Iger, Graham, Naval, Blakely. Seats 3–5 by question type with a designated dissenter, grounds takes in documented frameworks (optional live-research pass), maps the disagreements, synthesizes a call. Custom members via config dir.

Knowledge & content consumption

SkillWhat
second-brainKarpathy LLM Wiki workflow over any markdown vault. Capture / compile / query / lint / connect / search. Personal-scope.
company-brainTeam-scope sibling to second-brain. Structured raw dirs (people / companies / meetings / sops / decisions / customer-language / recurring-questions / sales-objections), multi-author attribution, sensitivity tagging, trust levels + a /cb review culling pass so unreviewed or deprecated info never poisons answers, optional auto-sync from Fathom / Gong / Granola / CRM. Backbone for a Company Brain Setup productized service.
read-bookPDFs, EPUBs, MOBI, markdown — chapter-by-chapter notes, quotes, summaries, or spaced-rep study mode.
watch-videoYouTube, Loom, Vimeo, Riverside, Zoom, MP4. Transcript / visual / multimodal (Gemini-native) modes.
ingestRaw human input — call transcripts (Grain/Zoom/Granola/Fathom), client texts, emails, voice notes — extracted into decisions, action items (yours vs theirs), filed GitHub issues, vault captures, and a drafted-never-sent reply. Person→project routing via private people.yaml.

Output & creative

SkillWhat
jab-hookGary Vee's jab-jab-jab-right-hook rhythm applied to your portfolio rotation on X + LinkedIn via Typefully.
slide-deckBranded React decks (Next.js). "Show, don't tell" narrative pitching, density modes, PPT conversion, Playwright export.

Operations & utilities

SkillWhat
pmKanban (5-column) + Eisenhower across your portfolio. Tool-agnostic adapters (Notion, GitHub, Plane, Linear, Obsidian, manual).
personal-cfoPersonal financial scenarios — house purchase + rental forecasting, monthly cash flow, big-purchase decisions. Household scope.
company-cfoCompany / agency CFO workflow — monthly snapshots, weekly cash pulse, scenario projector. Transaction-sum EOM methodology, categorization discipline, forward forecasting. Pulls from bank + payment processor + payroll + expense-mgmt via toolify-wired integrations. Team scope.
pasteClean terminal output for 9 destinations (Slack, Notion, Twitter, LinkedIn, email, GitHub, plain, HTML). Secret-detection first.
social-fetchPull any social post by URL across 10 platforms (X, LinkedIn, IG, TikTok, Bluesky, Reddit, Mastodon, Threads, HN). Strategy chain with free + paid fallbacks.

Skills compose

Skills call each other by name. When a skill's job hits an adjacent job, it routes there rather than reimplementing. The most-referenced skills are the "central" ones — expect to touch these first as you adopt:

Most referenced by siblingsComposes with...
watch-video (54 refs)second-brain (capture summary), skillify from-video, social-fetch (X/IG/TikTok metadata), pm (action items), decide (flagged decisions)
skillify (51 refs)watch-video (record → skill), second-brain (capture source), compound-engineering:* (Anthropic-official skill authoring)
second-brain (48 refs)deep-research (external gaps), read-book (highlights → wiki), watch-video (summaries → raw), paste (clean captures)
slide-deck (38 refs)business-brainstorm (pitch decks), watch-video (talk-recording → outline), second-brain (wiki as content)
company-brain (33 refs)toolify (wire auto-sync), loopify (schedule sync), deep-research (external gaps), decide (structured archive)
domain (32 refs)business-brainstorm (name after idea passes filter), toolify (wire Domainr + Namecheap), decide (candidate fork)

See each skill's ## Composes with section for the full dependency list.


Architecture

The repo is public + generic. Your personal data (Typefully workspace IDs, portfolio properties, voice overlays, archives) lives separately in ~/.config/makerskills/ (gitignored, on disk only).

Skills read from ${MAKERSKILLS_CONFIG:-$HOME/.config/makerskills}/<skill>/ paths. Set env vars in ~/.zshenv to point at your locations:

export MAKERSKILLS_CONFIG="$HOME/.config/makerskills"
export SECOND_BRAIN_VAULT="$HOME/Documents/SecondBrain"    # for second-brain (personal-scope vault)
export COMPANY_BRAIN_VAULT="$HOME/Documents/CompanyBrain"  # for company-brain (team-scope vault)
export COMPANY_CFO_ROOT="$HOME/code/company-cfo"           # for company-cfo (reports, projector, config)
export SLIDE_DECK_REPO="$HOME/code/your-site-repo"         # for slide-deck

Full setup in INSTALL.md. Full mental model in ARCHITECTURE.md.


Versioning

Two levels of semver:

  • Plugin release tag (e.g. v0.5.0) — this repo's overall version. Bumped on each meaningful addition to the collection. See CHANGELOG.md.
  • Per-skill metadata.version in each SKILL.md frontmatter — that skill's individual version. Evolves independently.

A plugin release at v0.5.0 may contain skills at 0.1.0, 0.1.1, 0.2.0, 0.3.1 simultaneously. That's expected — each skill has its own iteration cadence.

SKILL.md format

---
name: skill-name
description: When the user wants to [X]. Triggers on "[trigger phrase]"...
metadata:
  version: 0.1.0
---

The description is what Claude uses to decide when to load the skill — be specific about triggers and disambiguation from sibling skills.

Cross-referencing other skill packs

Skills can reference each other across plugins. In a SKILL.md description or body:

  • Within this plugin: mention by name (see decide)
  • Cross-plugin: prefix with the plugin (see marketingskills:cro)

Claude resolves references by description match at load time — no manifest linking needed.

Related skill packs

  • marketingskills — 46 marketing skills (CRO, copywriting, SEO, ads, etc.)

Docs

  • INSTALL.md — env vars, personal config setup, runtime dependencies
  • EXAMPLES.md — one worked example per skill: what you say → what the skill produces
  • ARCHITECTURE.md — mental model, families, personal-config pattern, sibling-repo ecosystem
  • CHANGELOG.md — release history with per-version details
  • CONTRIBUTING.md — how to add a skill, testing, PR conventions
  • FAQ.md — common questions and gotchas
  • BACKLOG.md — planned skills + brainstorm candidates

License

MIT — see LICENSE.

Built by

Corey Haines — founder, Conversion Factory + Magister.

Files in the repo

Repository payload12 top-level entries
  • .claude-plugin
  • skills
  • .gitignore
  • ARCHITECTURE.md
  • BACKLOG.md
  • CHANGELOG.md
  • CONTRIBUTING.md
  • EXAMPLES.md
  • FAQ.md
  • INSTALL.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k