EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Maker Skills
    Maker Skills icon

    Maker Skills

    Agent Skill Registries
    Featured

    A collection of 19 open-source AI agent skills for founders and indie operators, covering decisions, research, second-brain workflows, content rotation, and meta-skills to author more.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Install via npx or Claude Code plugin marketplace.

    Engagement

    Available On

    Windows
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesKnowledge ManagementWorkflow Automation

    Alternatives

    Marketing Skills for AI Agentsobsidian-skillsbrain-map-skill
    Developer
    Corey HainesSan Diego, CAEst. 2020

    Listed Aug 2026

    About Maker Skills

    Maker Skills is an open-source plugin for AI coding agents — built by Corey Haines, founder of Conversion Factory and Magister — that packages 19 structured workflow skills for founders and indie operators. It installs via npx skills add or Claude Code's plugin marketplace and works with Claude Code, Codex, Cursor, and other Agent Skills hosts. The project is MIT-licensed and has accumulated over 461 stars on GitHub since its creation.

    What It Is

    Maker Skills is a skill pack — a collection of SKILL.md workflow documents that AI agents load and execute on demand. Each skill is a structured, documentation-first workflow: the agent reads the SKILL.md, follows the steps, and produces written output to disk. The plugin is not a SaaS product or hosted service; it runs locally inside your AI coding agent environment. Skills cover five families: meta/authoring (skillify, toolify, loopify), decision and strategy (decide, business-brainstorm, domain, deep-research, unstuck), knowledge and content consumption (second-brain, company-brain, read-book, watch-video), output and creative (jab-hook, slide-deck), and operations and utilities (pm, personal-cfo, company-cfo, paste, social-fetch).

    How the Skill Architecture Works

    Each skill is a SKILL.md file with YAML frontmatter (name, description, metadata.version) that tells the agent when to load it and what triggers it. Skills compose with each other by name — when one skill's job hits an adjacent job, it routes to the sibling rather than reimplementing. The most-referenced skills in the collection are watch-video (54 cross-references), skillify (51), second-brain (48), slide-deck (38), and company-brain (33). Personal data (config, archives, vault paths) lives separately in ~/.config/makerskills/ and is never committed to the public repo, keeping the repository generic and shareable.

    The 19 Skills at a Glance

    • Meta (-ify trifecta): skillify creates/adapts/updates skills; toolify wires APIs and MCP servers into Next.js or Rails projects; loopify sets up agent loops and cron-scheduled tasks.
    • Decision & strategy: decide applies the 37signals framework (38 questions, triaged to 6–8 per decision, with Q39 opportunity cost added in v1.4.0); unstuck classifies blockers and runs lateral-thinking techniques; domain runs an 11-step .com hunt using Vercel CLI, Domainr, Namecheap, RDAP, and USPTO trademark screening.
    • Knowledge: second-brain manages a personal markdown vault (Karpathy LLM Wiki workflow); company-brain is the team-scope sibling with multi-author attribution, sensitivity tagging, and optional auto-sync from Fathom/Gong/Granola/CRM.
    • Output: jab-hook plans social content rotation on X and LinkedIn via Typefully; slide-deck generates branded React decks in Next.js with PPT conversion and Playwright export.
    • Ops: personal-cfo models household financial scenarios; company-cfo runs monthly/weekly CFO cadence pulling from bank, payment processor, payroll, and expense management integrations.

    Setup Path

    Installation takes one command in Claude Code (/plugin marketplace add coreyhaines31/makerskills) or via npx skills add coreyhaines31/makerskills. Local development uses a symlink from the cloned repo into ~/.claude/plugins/makerskills. The recommended first-touch experience is running /decide with no config required, then reading one SKILL.md to understand the pattern, then trying /paste twitter as a pure utility with no config file needed. Full env var setup is documented in INSTALL.md.

    Update: v1.4.0 — decide: Q39 Opportunity Cost

    The latest release, v1.4.0 (published July 16, 2026), adds Q39 opportunity cost to the decide skill's 37signals question framework. The project uses two levels of semver: a plugin-level release tag for the overall collection and per-skill metadata.version in each SKILL.md frontmatter that evolves independently. A related skill pack, marketingskills, extends the ecosystem with 46 marketing-focused skills covering CRO, copywriting, SEO, and ads.

    Maker Skills - 1

    Community Discussions

    Be the first to start a conversation about Maker Skills

    Share your experience with Maker Skills, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Install via npx or Claude Code plugin marketplace.

    • All 19 skills included
    • MIT License — free to use, modify, and distribute
    • Works with Claude Code, Codex, Cursor
    • Community support via Discord and GitHub

    Capabilities

    Key Features

    • 19 structured AI agent skills for founders and indie operators
    • Works with Claude Code, Codex, Cursor, and other Agent Skills hosts
    • Skills compose with each other by name for modular workflows
    • Documentation-first SKILL.md format — invoke via agent or run steps manually
    • Personal config stored locally in ~/.config/makerskills/ (never committed)
    • 37signals decision framework with Q39 opportunity cost (decide skill)
    • 11-step .com domain hunt with multi-tool ensemble (domain skill)
    • Personal and company knowledge base management (second-brain, company-brain)
    • Social content rotation planning via Typefully (jab-hook skill)
    • Branded React slide deck generation with PPT conversion (slide-deck skill)
    • Personal and company CFO financial scenario modeling
    • Meta-skills to create, adapt, and update skills (skillify, toolify, loopify)
    • Secret-detection before clipboard output (paste skill)
    • Multi-source research with citations and archive (deep-research skill)
    • Lateral-thinking roadblock classifier (unstuck skill)

    Integrations

    Claude Code
    Codex
    Cursor
    Typefully
    Notion
    GitHub
    Linear
    Plane
    Obsidian
    Domainr API
    Namecheap API
    Vercel CLI
    Fathom
    Gong
    Granola
    YouTube
    Loom
    Vimeo
    Riverside
    Zoom
    Playwright
    Slack
    LinkedIn
    X (Twitter)
    TikTok
    Bluesky
    Reddit
    Mastodon
    Threads
    Hacker News
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Maker Skills and help others make informed decisions.

    Developer

    Corey Haines

    Corey Haines builds open-source tools and resources for technical marketers and founders. He created Marketing Skills, a library of AI agent skills for conversion optimization, copywriting, SEO, and growth engineering. He also runs Conversion Factory, an agency focused on conversion optimization, landing pages, and growth strategy, and publishes Swipe Files, a marketing education newsletter. His work bridges marketing expertise with developer tooling, making advanced marketing frameworks accessible to AI coding agents.

    Founded 2020
    San Diego, CA
    12 employees

    Used by

    SavvyCal
    SaberSim
    Baremetrics
    Cordial
    +3 more
    Read more about Corey Haines
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Marketing Skills for AI Agents icon

    Marketing Skills for AI Agents

    A collection of 40+ open-source AI agent skills for marketing tasks including CRO, copywriting, SEO, analytics, and growth engineering, compatible with Claude Code, Codex, and Cursor.

    obsidian-skills icon

    obsidian-skills

    Agent Skills for Obsidian that teach AI coding agents to create and edit Obsidian Markdown, Bases, JSON Canvas, and interact with the Obsidian CLI.

    brain-map-skill icon

    brain-map-skill

    Turn a folder of Markdown notes (Obsidian vault or gbrain export) into a self-contained, interactive HTML knowledge map with a force-directed graph and growth timeline.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    91 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    138 tools

    Workflow Automation

    Agents designed to automate complex business and development workflows.

    301 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions