____ _ _ _ _ _ / ___|| | _(_) | |_ __ ___ __ _| | _____ \___ \| |/ / | | | '_ \` _ \ / _\` | |/ / _ \ ___) | <| | | | | | | | | (_| | < __/ |____/|_|\_\_|_|_|_| |_| |_|\__,_|_|\_\___|
A curated marketplace of agent-installable SKILL.md files. Every one personally reviewed before it goes live.
+ Submit a skillinstall · curl --create-dirs -fsSL skillmake.xyz/i/<name> -o ~/.claude/skills/<name>/SKILL.md
42 approved
⌕
#namesourcegithub
1
video-transcript-to-blogcreators
Use when turning a YouTube/podcast transcript into a clean, SEO-tagged blog post with chapters, pull-quotes, and Markdown frontmatter — Whisper transcription plus an LLM cleanup pass that preserves the speaker's voice.
github.com▶ 199k2
podcast-show-notescreators
Use when turning a recorded podcast episode into publishable show notes — Whisper transcript with timestamps, chapter summaries, pull-quote tweets, and an SEO-formatted episode page in one pass.
github.com▶ 199k3
ui-ux-pro-maxcreators
Use when designing distinctive web or mobile UI — a curated bank of 50+ visual styles, 161 color palettes, 57 font pairings, 99 UX heuristics, and 25 chart types, with built-in shadcn/ui MCP integration.
github.com76k4
mp-zoom-outengineers
Use when unfamiliar with a section of code and you need the agent to go up a layer of abstraction — produce a map of relevant modules and callers using CONTEXT.md vocabulary, not implementation detail.
github.com▶ 176k5
mp-triageengineers
Use when moving issues through a small state machine (bug/enhancement × needs-triage / needs-info / ready-for-agent / ready-for-human / wontfix), prepping briefs that AFK agents can pick up cleanly.
github.com▶ 176k6
mp-to-prdengineers
Use when synthesising the current conversation and codebase understanding into a PRD published to the issue tracker — no fresh interview, the context you already have IS the input.
github.com▶ 176k7
mp-to-issuesengineers
Use when breaking a plan, spec, or PRD into independently-grabbable tracker issues — vertical tracer-bullet slices that cut through every layer end-to-end, each one demoable on its own.
github.com▶ 176k8
mp-tddengineers
Use when building features or fixing bugs test-first — red-green-refactor in vertical tracer-bullet slices, tests verifying behavior through public interfaces so they survive internal refactors.
github.com▶ 176k9
mp-prototypeengineers
Use when building throwaway code that answers a single design question — routes to a runnable terminal app (logic/state) or several switchable UI variations (visual) and is deleted once the question is answered.
github.com▶ 176k10
mp-improve-codebase-architectureengineers
Use when looking for deepening opportunities — refactors that turn shallow modules into deep ones, informed by CONTEXT.md domain language and prior ADRs. Aim: testability and AI-navigability.
github.com▶ 176k11
mp-write-a-skillengineers
Use when authoring a new agent skill — covers structure, progressive disclosure, when to add scripts, when to split files, and the trigger-rich description format that controls whether your agent picks the skill at all.
github.com76k12
mp-setup-pre-commitengineers
Use when adding Husky pre-commit hooks to a repo — installs husky + lint-staged + Prettier, wires `npx lint-staged`, `npm run typecheck`, and `npm run test` into .husky/pre-commit.
github.com76k13
mp-setup-matt-pocock-skillsengineers
Use when bootstrapping a repo so Matt's engineering skills (to-issues, to-prd, triage, diagnose, tdd, etc.) know the issue tracker, triage labels, and domain doc layout — writes AGENTS.md/CLAUDE.md + docs/agents/.
github.com76k14
mp-scaffold-exercisesengineers
Use when scaffolding course exercise directories (sections, problems, solutions, explainers) that pass `pnpm ai-hero-cli internal lint` — Matt's AI Hero course tooling convention.
github.com76k15
mp-migrate-to-shoehornengineers
Use when refactoring TypeScript TEST files away from `as` type assertions to @total-typescript/shoehorn — fromPartial() for partial type-safe data, fromAny() for intentionally-wrong inputs.
github.com76k16
mp-handoffengineers
Use when compacting the current Claude Code conversation into a handoff document a fresh agent can pick up — writes to `mktemp -t handoff-XXXXXX.md`, references existing artefacts instead of duplicating them.
github.com76k17
mp-grill-with-docsengineers
Use when you want a relentless grilling session that stress-tests a plan against the project's domain glossary (CONTEXT.md) and prior ADRs, sharpening terminology and updating docs inline as decisions crystallise.
github.com▶ 176k18
mp-grill-meengineers
Use when you want the agent to interview you relentlessly about a plan or design — one question at a time, recommended answer included, walking the decision tree until you've reached shared understanding.
github.com76k19
mp-git-guardrailsengineers
Use when you want Claude Code's Bash tool to refuse dangerous git commands (push, reset --hard, clean -f, branch -D, checkout .) via a PreToolUse hook installed in .claude/settings.json or ~/.claude/settings.json.
github.com76k20
mp-edit-articleengineers
Use when editing an article draft — split by headings, model content as a DAG of dependencies, confirm the section order with the author, then tighten each section to ≤240 chars per paragraph.
github.com76k21
mp-diagnoseengineers
Use when chasing hard bugs or perf regressions — disciplined reproduce→minimise→hypothesise→instrument→fix→regression-test loop, with feedback loop quality treated as the actual skill.
github.com▶ 176k22
mp-cavemanengineers
Use when you want the agent to respond in ultra-compressed caveman-speak — a single SKILL.md that drops filler/articles/pleasantries and saves ~75% of output tokens, no plugin or CLI required.
github.com76k23
shorts-from-long-videocreators
Use when slicing a long video into 3–5 highlight short clips with hook detection, safe-area subtitles, and 9:16 reframing — transcript-driven cuts via Whisper plus FFmpeg encoding.
ffmpeg.org▶ 160k24
portfolio-landing-pagecreators
Use when building a creator portfolio (hero, selected work grid, case-study sections, contact) — opinionated Astro + Tailwind layout that ships in under an hour without dragging in a CMS.
astro.build▶ 159k25
cavemangeneral
Use when you want Claude Code (or Codex/Gemini/Cursor/30+ agents) to cut ~75% of output tokens by replying in fragment/telegraphic style — full technical accuracy, smaller mouth.
github.com59k26
remotion-fundamentalscreators
Use when authoring videos as React components — Composition registration, durationInFrames + fps timing, useCurrentFrame, Sequencing, and rendering to MP4 via the Remotion CLI or Remotion Lambda.
remotion.dev▶ 147k27
framer-motioncreators
Use when adding animations, transitions, gestures, or scroll effects to React/Next.js — Motion (formerly Framer Motion) patterns: motion.div, AnimatePresence, layout/layoutId, springs, variants, whileInView.
motion.dev32k28
last30dayscreators
Use when researching what people actually said in the last 30 days — pulls posts and engagement from Reddit, X, YouTube, TikTok, HN, Polymarket, GitHub, and the web, then cites every quote inline.
github.com▶ 126k29
free-claude-codegeneral
Use when you want Claude Code to route its Anthropic Messages API traffic through a local proxy to free or cheap providers — NVIDIA NIM, Kimi, Wafer, OpenRouter, DeepSeek, LM Studio, llama.cpp, or Ollama.
github.com24k30
hyperframescreators
Use when authoring video compositions as plain HTML and rendering them to MP4 with HyperFrames — agent-first, no React, no build step. CLI: npx hyperframes init / preview / render / lint.
github.com▶ 118k31
og-image-generatorcreators
Use when shipping per-post social cards across an entire creator site — Satori-driven JSX-to-SVG-to-PNG pipeline with brand-consistent templates and dynamic per-post variables (title, author, date, tag).
github.com▶ 113k32
course-landing-with-stripecreators
Use when shipping a course or digital-product landing page with email capture, Stripe Checkout, webhook fulfillment, and post-purchase drip emails — end-to-end in one pass with no SaaS subscription.
docs.stripe.com▶ 14.4k33
printingpressengineers
Use when you want to auto-generate an agent-native Go CLI and MCP server from an API spec, HAR file, or website — with local SQLite mirror, FTS5 search, and compound commands the underlying API can't answer natively.
github.com▶ 11.7k34
newsletter-signup-flowcreators
Use when adding newsletter signup with double opt-in to a creator site — Resend-backed confirmation flow plus a 5-email welcome sequence triggered on confirmation, no third-party form widget.
resend.com▶ 190535
ai-voiceover-pipelinecreators
Use when scripting → AI voice → matched-timing video — ElevenLabs/PlayHT TTS aligned to HyperFrames or Remotion captions for screencast and tutorial-style videos at scale.
elevenlabs.io▶ 142336
last72hourscreators
Use when you want a 72-hour viral radar across Reddit, X, TikTok, Instagram, HN, YouTube, and GitHub — clickable HTML mirror plus an optional editorial leaderboard rendered in Paper.design.
github.com▶ 10Think SKILL.md for the rest of the agent stack — by hand, not by scrape.