Personally reviewed agent skills
Install better workflows into Claude, Codex, and every agent.
Find a vetted SKILL.md, inspect the source, watch the demo when one exists, then install the exact workflow your next session needs.
Prompt Packs
Copy-paste prompt grammar for Nano Banana and other generative models.
MCPs
Agent-callable tools for browsers, APIs, SaaS, and custom workflows.
Budget
Spend less, keep context cleaner, and keep agent sessions pointed.
Submit
Send a skill through review so builders can inspect and install it.
Before installing any skill, scan it with SkillSpector— NVIDIA's open-source security scanner for agent skills. A skill gets file, network, and environment access on install, so run it through a security check first. Learn more →
allcreatorsengineersdevopsdesignmarketingsecurityPMsjob searchtrendingbudgetmcpsproductivitypacksloopscreative·soon
260 approved⌕
#namesourceproof
1
superpowersengineersframework
Use when you want a full agentic dev methodology — brainstorm, worktree, plan, TDD, subagent review, and land — wired into your coding agent. v6 combines review agents for up to 50% faster, 60% cheaper builds.
github.com
obra/superpowersinstall★ 249k
2
mp-write-a-skillengineersconcept
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.com
mattpocock/skillsinstall★ 164k
3
mp-to-prdengineerspm
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
mattpocock/skillsinstall★ 164k
4
mp-to-issuesengineerspm
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
mattpocock/skillsinstall★ 164k
5
mp-diagnoseengineersconcept
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
mattpocock/skillsinstall★ 164k
6
mp-wayfinderengineerspm
Use when planning a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, resolved one at a time until the route is clear.
github.com
mattpocock/skillsinstall★ 164k
7
mp-teachgeneralconcept
Use when you want to be taught a skill or concept over multiple sessions — a stateful teaching workspace of lessons, references, and learning records grounded in your mission.
github.com
mattpocock/skillsinstall★ 164k
8
mp-resolve-merge-conflictsengineersconcept
Use when resolving an in-progress git merge or rebase conflict — understand each side's intent from primary sources, preserve both where possible, then finish the merge.
github.com
mattpocock/skillsinstall★ 164k
9
mp-triageengineerspm
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
mattpocock/skillsinstall★ 164k
10
mp-tddengineersconcept
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
mattpocock/skillsinstall★ 164k
11
mp-setup-pre-commitengineerstool
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.com
mattpocock/skillsinstall★ 164k
12
mp-setup-matt-pocock-skillsengineerstool
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.com
mattpocock/skillsinstall★ 164k
13
mp-scaffold-exercisesengineerstool
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.com
mattpocock/skillsinstall★ 164k
14
mp-researchengineersconcept
Use when a topic needs researching, docs or API facts gathered, or reading legwork delegated — investigates against primary sources and captures cited findings as a repo Markdown file.
github.com
mattpocock/skillsinstall★ 164k
15
mp-obsidian-vaultgeneraltool
Use when finding, creating, or organizing notes in an Obsidian vault — a flat, wikilink-and-index-note convention instead of folders.
github.com
mattpocock/skillsinstall★ 164k
16
mp-implementengineersconcept
Use when implementing a piece of work from a spec or set of tickets — TDD at agreed seams, regular typechecking, code review, then commit.
github.com
mattpocock/skillsinstall★ 164k
17
mp-grillingengineersconcept
Use when you want to stress-test a plan or design before building — a relentless one-question-at-a-time interview that resolves every decision to a shared understanding.
github.com
mattpocock/skillsinstall★ 164k
18
mp-domain-modelingengineersconcept
Use when pinning down domain terminology or a ubiquitous language, recording an architectural decision, or actively building and sharpening a project's domain model.
github.com
mattpocock/skillsinstall★ 164k
19
mp-codebase-designengineersconcept
Use when designing or improving a module's interface, finding deepening opportunities, deciding where a seam goes, or making code more testable — a shared vocabulary for deep modules.
github.com
mattpocock/skillsinstall★ 164k
20
mp-code-reviewengineersconcept
Use when reviewing a branch, PR, or work-in-progress: reviews the diff since a fixed point along two axes — Standards and Spec — in parallel sub-agents.
github.com
mattpocock/skillsinstall★ 164k
21
mp-prototypeengineersconcept
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
mattpocock/skillsinstall★ 164k
22
mp-migrate-to-shoehornengineerslibrary
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.com
mattpocock/skillsinstall★ 164k
23
mp-improve-codebase-architectureengineersconcept
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
mattpocock/skillsinstall★ 164k
24
mp-handoffengineersconcept
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.com
mattpocock/skillsinstall★ 164k
25
mp-grill-with-docsengineersconcept
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
mattpocock/skillsinstall★ 164k
26
mp-grill-meengineersconcept
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.com
mattpocock/skillsinstall★ 164k
27
mp-git-guardrailsengineerstool
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.com
mattpocock/skillsinstall★ 164k
28
mp-edit-articleengineersconcept
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.com
mattpocock/skillsinstall★ 164k
29
markitdownengineerstoolOfficial
Use when converting files, Office documents, media, web content, or archives into Markdown for LLM and text-analysis pipelines.
github.com
microsoft/markitdowninstall★ 162k
30
skill-auditorengineerssecurity
Use when reviewing a SKILL.md before installation or publication — audit triggering, structure, safety, evidence, freshness, context cost, and testability, then propose bounded fixes.
github.com
anthropics/skillsinstall★ 161k
31
xlsxgeneraltoolOfficial
Use when a spreadsheet is the primary input or output — reading, editing, creating, or converting .xlsx, .xlsm, .csv, or .tsv files, including cleaning messy tabular data.
github.com
anthropics/skillsinstall★ 158k
32
web-artifacts-builderengineerstoolOfficial
Use when building an elaborate multi-component claude.ai HTML artifact with React, Tailwind, and shadcn/ui that needs state, routing, or shadcn components — not for simple single-file artifacts.
github.com
anthropics/skillsinstall★ 158k
33
theme-factorydesigndesignOfficial
Use when styling an artifact — a slide deck, doc, report, or HTML landing page — with a cohesive, professional theme drawn from 10 presets or generated on the fly.
github.com
anthropics/skillsinstall★ 158k
34
slack-gif-creatorcreativetoolOfficial
Use when a user wants an animated GIF optimized for Slack, like "make me a GIF of X doing Y for Slack" — provides constraints, animation concepts, and validation utilities.
github.com
anthropics/skillsinstall★ 158k
35
pptxgeneraltoolOfficial
Use when a .pptx file is involved in any way — creating decks, reading or extracting slide content, editing existing presentations, or working with templates, notes, and comments.
github.com
anthropics/skillsinstall★ 158k
36
pdfgeneraltoolOfficial
Use when a task involves a PDF file — extracting text or tables, merging or splitting, rotating, watermarking, filling forms, encrypting, OCR, or creating one — so the agent picks the right library or CLI tool.
github.com
anthropics/skillsinstall★ 158k
37
internal-commsgeneralconceptOfficial
Use when writing internal company communications — status reports, leadership updates, 3P updates, newsletters, FAQs, incident reports — so the agent matches your company's preferred formats and tone.
github.com
anthropics/skillsinstall★ 158k
38
docxgeneraltoolOfficial
Use when creating, reading, or editing Word .docx files — reports, memos, letters, templates with TOCs, tables, images, tracked changes, or comments — via docx-js or raw XML round-trips.
github.com
anthropics/skillsinstall★ 158k
40
brand-guidelinesdesigndesignOfficial
Use when an artifact should carry Anthropic's look-and-feel — applying the official brand colors and Poppins/Lora typography to documents, slides, or other visual output.
github.com
anthropics/skillsinstall★ 158k
41
algorithmic-artcreativedesignOfficial
Use when a user asks for generative or algorithmic art — flow fields, particle systems, noise-driven visuals — so the agent designs an aesthetic philosophy then ships it as interactive p5.js.
github.com
anthropics/skillsinstall★ 158k
42
canvas-designdesigndesign
Use when the agent needs to produce an original visual artifact — poster, art piece, layout, static design — as a .png or .pdf, grounded in a generated design philosophy rather than mimicking an existing artist.
github.com
anthropics/skillsinstall★ 152k
43
anthropic-frontend-designcreatorsdesign
Use when building or styling a frontend interface with Anthropic's official design skill so the result has a clear aesthetic direction instead of generic agent UI.
github.com
anthropics/skillsinstall★ 152k
44
mcp-builderengineerstool
Use when building a Model Context Protocol server that exposes a real external service to an LLM, so the agent designs the right tools and ships in Python (FastMCP) or Node/TypeScript with the official SDK.
github.com
anthropics/skillsinstall★ 140k
45
claude-apiengineersapi
Use when building, debugging, or optimizing apps that call the Claude API or Anthropic SDK so the agent emits Claude-shaped code with prompt caching, the right model, and the current SDK surface.
github.com
anthropics/skillsinstall★ 140k
46
anthropic-webapp-testingengineerstool
Use when testing a local web app with Anthropic's official Playwright skill — manages dev servers, drives the browser, captures screenshots, and inspects DOM/console.
github.com
anthropics/skillsinstall★ 136k
47
anthropic-skill-creatorengineerstool
Use when authoring, evaluating, or packaging a new Claude agent skill — the official Anthropic skill-creator walks you from intent capture to a graded eval and a shippable bundle.
github.com
anthropics/skillsinstall★ 136k
48
karpathy-claude-mdengineersconcept
Use when you want a drop-in CLAUDE.md that encodes Karpathy's coding guardrails — think before coding, simplicity first, surgical changes, and goal-driven execution.
github.com
forrestchang/andrej-karpathy-skillsinstall★ 133k
49
gstack-qaengineerstool
Use when an agent needs to browser-test a web app, document bugs with screenshots, fix source issues one at a time, and re-verify each fix.
github.com
garrytan/gstackinstall★ 119k
50
shadcn-ui-skillengineerslibrary
Use when wiring shadcn/ui into a project so an AI agent reads components.json, runs the shadcn CLI, and composes registry components correctly.
ui.shadcn.com
shadcn-ui/uiinstall★ 115k
51
supabaseengineersplatform
Use when building a backend on Supabase: Postgres database, auth, storage, realtime, and edge functions accessed via the JS client or CLI.
supabase.com
supabase/supabaseinstall★ 105k
52
video-transcript-to-blogcreatorsconcept
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
openai/whisper53
podcast-show-notescreatorsconcept
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
openai/whisper54
bunengineersother
Use when you want a fast all-in-one JavaScript runtime, package manager, bundler, and test runner to replace Node.js plus npm.
bun.sh
oven-sh/buninstall★ 94k
55
ui-ux-pro-maxcreatorsdesign
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.com
nextlevelbuilder/ui-ux-pro-max-skillinstall★ 93k
56
claude-memengineerstool
Use when you want Claude Code to remember past sessions — it compresses each session's work into observations and auto-injects the relevant ones so you stop re-explaining your codebase.
github.com
thedotmack/claude-meminstall★ 88k
57
uvengineerstool
Use when managing Python projects with uv: fast virtualenvs, dependency resolution, lockfiles, and a pip-compatible interface from Astral.
docs.astral.sh
astral-sh/uvinstall★ 87k
58
ponytailengineersconcept
Use when you want an AI coding agent to write less code — it runs a decision ladder before generating anything, reaching for existing code, stdlib, and native features first.
github.com
DietrichGebert/ponytailinstall★ 75k
59
ripgrepengineerstool
Use when searching code fast with ripgrep (rg): recursive regex search that respects .gitignore, with type filters, case control, and globs.
github.com
BurntSushi/ripgrepinstall★ 66k
60
portfolio-landing-pagecreatorsdesign
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
withastro/astro61
shorts-from-long-videocreatorsconcept
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
FFmpeg/FFmpeg62
context7engineerstoolOfficial
Use when you need up-to-date, version-specific library docs and real code examples pulled into the prompt — add 'use context7' so the agent stops guessing outdated APIs.
github.com
upstash/context7install★ 60k
63
cavemangeneraltool
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.com
JuliusBrussee/cavemaninstall★ 59k
64
remotion-fundamentalscreatorsframework
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
remotion-dev/remotion65
demo-video-generatorcreatorstool
Use when turning a finished product, pull request, or agent skill into a polished 30–90 second proof video — plan the story, capture real behavior, edit, caption, render, and verify the MP4.
github.com
remotion-dev/remotioninstall★ 53k
66
tanstack-queryengineerslibrary
Use when managing server state in a frontend app: fetching, caching, background refetching, and synchronizing async data without writing manual loading logic.
tanstack.com
TanStack/queryinstall★ 50k
67
remotion-agent-skillscreatorsframework
Use when generating programmatic videos as React components with Remotion's official 28-file agent skill collection for Claude Code, Codex, and Cursor.
remotion.dev
remotion-dev/remotioninstall★ 47k
68
redesign-existing-projectsdesigndesign
Use when upgrading an existing site or app to premium quality — auditing the current build, removing generic AI patterns, and applying high-end design standards without breaking the underlying stack.
github.com
leonxlnx/taste-skillinstall★ 46k
69
design-taste-frontenddesigndesign
Use when overriding default LLM frontend biases with a metric-based ruleset that enforces real component architecture, hardware-accelerated CSS, and balanced design choices.
github.com
leonxlnx/taste-skillinstall★ 46k
70
career-opsgeneraljob-search
Use when turning an AI coding CLI into a job search command center that evaluates roles, tailors CVs, scans job portals, tracks applications, and prepares interviews.
github.com
santifer/career-opsinstall★ 45k
71
zigengineerslanguage
Use when writing low-level systems code that needs C interop, manual memory control, and compile-time metaprogramming without hidden control flow.
ziglang.org
ziglang/ziginstall★ 43k
72
videomarketingconcept
Use when planning marketing videos, scripts, short-form cuts, webinars, demos, and distribution so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
74
smsmarketingconcept
Use when writing SMS campaigns, transactional texts, opt-in flows, and retention nudges so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
75
site-architecturemarketingconcept
Use when planning SEO-friendly site architecture, navigation, internal links, and page hierarchy so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
76
signupmarketingconcept
Use when improving signup pages, forms, activation paths, and account creation conversion so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
77
schemamarketingconcept
Use when adding structured data and schema markup for SEO and rich results so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
78
sales-enablementmarketingconcept
Use when creating sales collateral, objection handling, battlecards, scripts, and handoff materials so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
79
revopsmarketingconcept
Use when connecting marketing, sales, CRM, attribution, pipeline, and revenue operations workflows so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
80
referralsmarketingconcept
Use when designing referral loops, incentives, invite flows, and word-of-mouth programs so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
81
public-relationsmarketingconcept
Use when planning PR angles, pitches, media lists, and earned-media outreach so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
82
prospectingmarketingconcept
Use when finding prospects, building target lists, and researching outbound accounts so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
83
product-marketingmarketingconcept
Use when creating or updating product marketing context, ICP, positioning, and messaging foundations so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
84
pricingmarketingconcept
Use when working through pricing, packaging, tiers, value metrics, and price tests so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
85
popupsmarketingconcept
Use when writing and targeting popups, banners, modals, and onsite capture prompts so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
86
paywallsmarketingconcept
Use when designing paywalls, upgrade prompts, trials, and monetization flows so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
87
onboardingmarketingconcept
Use when improving user onboarding, activation, lifecycle nudges, and first-value moments so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
88
offersmarketingconcept
Use when designing offers, bundles, guarantees, bonuses, and purchase incentives so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
89
marketing-planmarketingconcept
Use when building a practical marketing plan across audience, channels, assets, cadence, and metrics so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
90
marketing-ideasmarketingconcept
Use when generating and prioritizing marketing ideas grounded in product, audience, and constraints so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
91
lead-magnetsmarketingconcept
Use when creating lead magnets, gated assets, and opt-in offers that attract qualified buyers so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
92
launchmarketingconcept
Use when planning product launches, launch assets, channel sequencing, and post-launch follow-up so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
93
imagemarketingconcept
Use when planning marketing images, thumbnails, graphics, and visual assets so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
94
free-toolsmarketingconcept
Use when designing free tools, calculators, generators, and lead magnets for acquisition so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
95
emailsmarketingconcept
Use when writing lifecycle, launch, sales, onboarding, and retention email sequences so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
96
directory-submissionsmarketingconcept
Use when finding and submitting to directories, launch sites, and listing channels so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
97
customer-researchmarketingconcept
Use when running customer research, extracting pain points, and turning voice-of-customer data into strategy so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
98
cromarketingconcept
Use when improving conversion on landing pages, funnels, pricing pages, and signup flows so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
99
copy-editingmarketingconcept
Use when tightening existing marketing copy for clarity, flow, specificity, and conversion so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
100
competitorsmarketingconcept
Use when mapping a competitive landscape across alternatives, categories, and positioning gaps so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
101
competitor-profilingmarketingconcept
Use when researching one competitor and turning findings into positioning, battlecards, or copy so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
102
community-marketingmarketingconcept
Use when building community-led growth programs and member activation loops so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
103
cold-emailmarketingconcept
Use when writing outbound campaigns, prospecting angles, and follow-up sequences so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
104
co-marketingmarketingconcept
Use when planning partner campaigns, webinars, swaps, and shared launches so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
105
churn-preventionmarketingconcept
Use when reducing churn with lifecycle messaging, onboarding fixes, and retention analysis so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
106
asomarketingconcept
Use when optimizing app store listings, keywords, screenshots, and conversion so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
107
analyticsmarketingconcept
Use when setting up marketing analytics, funnels, attribution, and event tracking so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
108
ai-seomarketingconcept
Use when building SEO workflows for AI search, answer engines, and LLM citations so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
109
adsmarketingconcept
Use when planning, launching, or diagnosing paid acquisition campaigns so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
110
ad-creativemarketingconcept
Use when briefing, critiquing, or iterating paid-ad creative so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
111
ab-testingmarketingconcept
Use when planning, designing, or interpreting A/B tests and growth experiments so the agent follows the marketingskills playbook instead of producing generic marketing advice.
github.com
coreyhaines31/marketingskillsinstall★ 35k
112
drizzle-ormengineerslibrary
Use when you want a typesafe SQL-like TypeScript ORM with schema-in-code, zero codegen at runtime, and SQL-driver-agnostic queries.
orm.drizzle.team
drizzle-team/drizzle-orminstall★ 35k
113
agent-browserengineerstool
Use when the agent needs to drive a real browser to QA a deploy, scrape a logged-in page, or verify a UI change end-to-end with screenshots and DOM access.
github.com
vercel-labs/agent-browserinstall★ 34k
114
framer-motioncreatorslibrary
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.dev
motiondivision/motioninstall★ 32k
115
honoengineersframework
Use when building fast, lightweight web APIs or edge apps on Cloudflare Workers, Deno, Bun, or Node with a tiny router and Web Standards.
hono.dev
honojs/honoinstall★ 31k
116
seo-auditmarketingconcept
Use when auditing or diagnosing SEO on a site so the agent runs a structured assessment across crawlability, on-page, content, and authority instead of guessing at random fixes.
github.com
coreyhaines31/marketingskillsinstall★ 30k
117
programmatic-seomarketingconcept
Use when creating SEO-driven pages at scale using templates and data so the agent designs pages that rank, provide unique value per page, and dodge thin-content penalties.
github.com
coreyhaines31/marketingskillsinstall★ 30k
118
marketing-psychologymarketingconcept
Use when applying behavioral-science principles to a marketing decision so the agent can pick the right mental model and turn it into a concrete, ethical implementation.
github.com
coreyhaines31/marketingskillsinstall★ 30k
119
copywritingmarketingconcept
Use when writing or rewriting marketing copy on a page — homepage, landing, pricing, features, about, or product — so the agent gathers audience and offer context before producing copy that converts.
github.com
coreyhaines31/marketingskillsinstall★ 30k
120
content-strategymarketingconcept
Use when deciding what content to create, plan topic clusters, or build an editorial calendar so the agent gathers business context, customer research, and competitive gaps before recommending a slate.
github.com
coreyhaines31/marketingskillsinstall★ 30k
121
impeccabledesignconcept
Use when designing, redesigning, or polishing any frontend interface so the agent works against committed design choices, sub-command flows, and project context instead of generic AI defaults.
github.com
pbakaus/impeccableinstall★ 30k
122
better-auth-nextjsengineerslibrary
Use when wiring email/password, OAuth, 2FA, or passkeys into a Next.js App Router project with Better Auth — covers auth.ts, route handler, client, and session helpers.
github.com
better-auth/better-authinstall★ 28k
123
web-design-guidelinesengineersdesign
Use when reviewing UI code against Vercel's Web Interface Guidelines for accessibility, forms, focus, motion, layout, content handling, performance, and interaction details.
github.com
vercel-labs/agent-skillsinstall★ 28k
124
vercel-agent-skillsdevopsplatform
Use when wiring AI coding agents into Vercel workflows — install Vercel's official skills for Next.js, React performance, view transitions, web design audits, and claimable deploys.
github.com
vercel-labs/agent-skillsinstall★ 27k
125
last30dayscreatorstool
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
mvanhorn/last30days-skill126
biomeengineersother
Use when you want one fast Rust-based tool to format and lint JavaScript, TypeScript, JSX, JSON, and CSS, replacing Prettier and ESLint.
biomejs.dev
biomejs/biomeinstall★ 25k
127
free-claude-codegeneraltool
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.com
Alishahryar1/free-claude-codeinstall★ 24k
128
knowledge-work-small-businessgeneralconceptOfficial
Use when running small-business workflows — payroll planning, month-end close, weekly briefs, and growth campaigns — via plain English over connected tools like QuickBooks and HubSpot.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
129
knowledge-work-salesgeneralconceptOfficial
Use when you need to prospect, craft personalized outreach, build deal strategy, manage pipeline, or prep for sales calls with research-backed context.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
130
knowledge-work-productivitygeneraltoolOfficial
Use when you want Claude to manage tasks, plan your day, and build persistent memory of your work context, syncing from calendar, email, and chat.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
131
knowledge-work-product-managementgeneralpmOfficial
Use when a product manager needs help writing feature specs, planning roadmaps, synthesizing user research, sending stakeholder updates, or analyzing the competitive landscape.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
132
knowledge-work-pdf-viewergeneraltoolOfficial
Use when you need to view, annotate, or sign PDFs in a live interactive viewer — marking up contracts, filling forms, and stamping approvals, then downloading the annotated copy.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
133
knowledge-work-operationsgeneralconceptOfficial
Use when running business-operations work — vendor management, process documentation, change management, capacity planning, and compliance tracking — standalone or connected to your ITSM and tracker.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
134
knowledge-work-marketingmarketingconceptOfficial
Use when a marketing team needs help with content creation, campaign planning, performance analysis, brand voice consistency, or competitor tracking.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
135
knowledge-work-legalgeneralconceptOfficial
Use when an in-house legal team needs help with contract review, NDA triage, compliance workflows, legal briefs, or precedent research against a configured playbook.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
136
knowledge-work-human-resourcesgeneralconceptOfficial
Use when running people-operations work — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance — standalone or connected to your HRIS and ATS.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
137
knowledge-work-financegeneralconceptOfficial
Use when you need finance and accounting workflows — journal entries, reconciliation, financial statements, variance analysis, and month-end close support.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
138
knowledge-work-enterprise-searchgeneraltoolOfficial
Use when you need to search across all your company's tools at once — email, chat, documents, and wikis — and get one synthesized answer without switching apps.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
139
knowledge-work-engineeringengineerstoolOfficial
Use when running engineering workflows — standups, code review, architecture decisions, incident response, and technical docs — standalone or wired to your source control, tracker, and monitoring.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
140
knowledge-work-designdesigndesignOfficial
Use when running design workflows — critique, design-system management, UX writing, accessibility audits, research synthesis, and dev handoff — standalone or connected to Figma.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
141
knowledge-work-dataengineersconceptOfficial
Use when you need to write SQL, explore datasets, generate insights, and build visualizations or interactive dashboards across any data warehouse or dialect.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
142
knowledge-work-customer-supportgeneralconceptOfficial
Use when a support team needs to triage tickets, draft customer responses, package escalations, build a knowledge base, or research customer context.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
143
knowledge-work-cowork-plugin-managementengineerstoolOfficial
Use when you need to create, customize, or manage Cowork plugins tailored to your org's tools — configuring MCP servers, plugin behavior, and templates.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
144
knowledge-work-bio-researchgeneralconceptOfficial
Use when accelerating early-stage life sciences R&D with preclinical tools for literature search, genomics analysis, and drug target prioritization.
github.com
anthropics/knowledge-work-pluginsinstall★ 22k
145
voltagent-awesomeengineersconcept
Use when discovering or installing real agent skills for Claude Code, Codex, Cursor, Gemini CLI, or Copilot — a curated index of 1,100+ skills from official dev teams and the community.
github.com
VoltAgent/awesome-agent-skillsinstall★ 22k
146
gleamengineerslanguage
Use when building type-safe, concurrent applications on the Erlang BEAM or compiling to JavaScript with a friendly functional language.
gleam.run
gleam-lang/gleaminstall★ 22k
147
sveltekitengineersframework
Use when building full-stack Svelte apps with filesystem routing, server load functions, form actions, and adapter-based deployment.
svelte.dev
sveltejs/kitinstall★ 21k
148
find-skillsengineerstool
Use when an agent needs to discover other skills relevant to a task before writing code, including searching the skills.sh ecosystem by topic, framework, or use-case.
github.com
vercel-labs/skillsinstall★ 20k
149
codex-plugin-ccengineerstool
Use when you want Claude Code to hand code review, adversarial review, or delegated implementation work to Codex without leaving your Claude workflow.
github.com
openai/codex-plugin-ccinstall★ 19k
150
hyperframescreatorstool
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
heygen-com/hyperframes151
skilloptengineerstoolOfficial
Use when you want to train, optimize, or nightly-evolve agent skills — SkillOpt treats SKILL.md as a trainable parameter, improving it with eval-gated bounded edits mined from a frozen agent's real transcripts.
github.com
microsoft/SkillOptinstall★ 14k
152
og-image-generatorcreatorstool
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
vercel/satori153
stop-slopmarketingconcept
Use when drafting, editing, or reviewing prose so the agent removes predictable AI writing tells and returns direct, specific, human-sounding copy.
github.com
hardikpandya/stop-slopinstall★ 13k
154
prompt-mastergeneraltool
Use when writing, fixing, improving, or adapting a prompt for a specific AI tool — extracts intent across 9 dimensions, routes to per-model best practices, and outputs one paste-ready prompt with zero wasted tokens.
github.com
nidhinjs/prompt-masterinstall★ 10k
155
claude-code-github-actiondevopstool
Use when running Claude inside GitHub Actions — wires @claude PR review, issue-to-PR loops, scheduled audits, and auto-fixes with the official anthropics/claude-code-action.
github.com
anthropics/claude-code-actioninstall★ 7.6k
156
skillspectorengineerssecurityOfficial
Use when vetting an AI agent skill before installing it, to scan the SKILL.md and its code for prompt injection, data exfiltration, and other malicious or vulnerable patterns.
github.com
NVIDIA/SkillSpectorinstall★ 7.5k
157
firecrawl-mcpengineerstool
Use when an agent needs Firecrawl through MCP: scrape pages, crawl sites, map URLs, search the web, or extract structured data from public web content.
github.com
firecrawl/firecrawl-mcp-serverinstall★ 6.4k
158
one-passwordengineerssecurity
Use when working with 1Password/op: service-account first, targeted secret read/store/inject, tmux from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 5.0k
159
github-project-triageengineerspm
Use when working with gitHub issue/PR triage: summarize, assess risk/testability, inspect CI/diffs/trust from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 5.0k
160
frontend-designdesigndesign
Use when working with frontend UI: pages, apps, components, polished non-generic design from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 5.0k
161
stripe-apiengineersapi
Use when integrating Stripe payments in Node.js — creating PaymentIntents, Checkout Sessions, subscriptions, and verifying webhook signatures.
docs.stripe.com
stripe/stripe-nodeinstall★ 4.5k
162
course-landing-with-stripecreatorsconcept
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
stripe/stripe-node163
xurlengineersapi
Use when working with xurl X API CLI: install, auth, app choice, shortcuts, raw endpoints from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
164
wranglerdevopsplatform
Use when working with wrangler CLI: Workers, KV, tail, deploy, account routing from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
165
whatsappgeneraltool
Use when working with whatsApp router: history/search/read/send; wacrawl read, wacli live from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
166
vm-labdevopstool
Use when working with parallels macOS VM lab: GUI automation, Peekaboo, TCC, Ghostty from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
167
video-transcript-downloaderengineerstool
Use when working with yt-dlp downloads: video, audio, subtitles, transcripts, clips, playlists from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
168
twilio-smsengineersapi
Use when working with twilio SMS CLI: buy/list/keep numbers, send/check messages, credential routing from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
169
things-todogeneraltool
Use when working with things 3 via things CLI: add, list, search, update, delete, verify from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
170
swiftui-view-refactorengineersframework
Use when working with swiftUI view refactor/review: layout, DI, Observation, view models from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
171
swiftui-performance-auditengineersframework
Use when working with swiftUI performance: render, scroll, CPU/memory, updates, layout, Instruments from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
172
swiftui-liquid-glassengineersframework
Use when working with swiftUI Liquid Glass: implement, adopt, refactor, review correctness/perf/design from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
173
swift-concurrency-expertengineerslanguage
Use when working with swift concurrency review/fix: compiler errors, Sendable, isolation, remediation from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
174
ssh-doctordevopstool
Use when working with sSH triage: Remote Login, launchd sshd, pre-auth closes, stale sessions from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
175
speakinggeneralother
Use when working with speaking ops: invites, keynotes, panels, Gmail/calendar, conferences from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
176
sonosgeneraltool
Use when working with sonos control: search, queue, playlists, rooms/groups, volume, YouTube from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
177
skill-cleanerengineerstool
Use when an agent needs to audit Codex/OpenClaw skills: loaded roots, duplicate skills, unused skills, prompt-budget costs, compact descriptions from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
178
remote-macdevopstool
Use when working with remote Macs: MacBook, Mac Studio, clawmac, Tailscale, SSH, OpenClaw from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
179
remindersgeneraltool
Use when working with apple Reminders via rem CLI: add, list, search, update, complete, delete from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
180
release-tweetsmarketingother
Use when an agent needs to release tweets: draft/copy/post from changelog, tags, npm/appcast, artifacts from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
181
release-mac-appengineerstool
Use when working with macOS app release: Sparkle, notarization, GitHub Release, Homebrew, closeout from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
182
peekabooengineerstool
Use when working with macOS screenshots, UI inspect, clicks, typing, app/window automation from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
183
oracleengineerstool
Use when working with oracle second-model review: bundle prompts/files, debug, refactor, design from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
184
openclaw-relayengineerstool
Use when working with openClaw session relay: prompts/posts via local/remote acpx over SSH from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
185
openai-image-genengineersapi
Use when working with openAI Images API: batches, prompt sampler, gallery from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
186
obsidianengineerstool
Use when working with obsidian vault: search/read/write notes, backlinks, Bases, Canvas from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
187
npmengineersplatform
Use when working with npm registry ops: login, whoami, names, publish; 1Password tmux from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
188
notcrawlengineerstool
Use when working with notion archive: desktop/API sync, Markdown export, page search, read-only SQL from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
189
native-app-performanceengineerstool
Use when working with native app performance: xctrace, Time Profiler, traces, hotspots from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
190
nano-banana-proengineersapi
Use when working with nano Banana/Gemini image gen/edit: text/image input, 512-4K workflows from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
191
markdown-converterengineerstool
Use when working with markdown conversion: PDF, Office, HTML, data, OCR, audio, ZIP, YouTube from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
192
mac-maintenancedevopstool
Use when working with mac upkeep: brew update/upgrade, pull clean repos, empty Trash from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
193
instruments-profilingengineerstool
Use when working with instruments/xctrace profiling: macOS/iOS traces, binaries, args, exports from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
194
hopper-debuggerengineerstool
Use when working with hopper debugging: macOS/iOS binaries, ObjC/Swift symbols, dyld, LLDB from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
195
github-deep-reviewengineerstool
Use when working with gitHub deep review: bugs, PRs, best fix, stale-or-real, read code first from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
196
github-cache-hygieneengineerstool
Use when working with gitHub quota/cache hygiene: gh, ghx, xcache, gitcrawl, mirrors, limits from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
198
domain-dns-opsdevopsplatform
Use when working with dNS/domain ops: registrars, zones, redirects, DNS/HTTP verify, manager truth from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
199
discord-clawdengineerstool
Use when working with discord-backed OpenClaw agent/session relay; not archive search from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
200
create-cliengineersconcept
Use when working with cLI UX/spec: args, flags, help, output, errors, config, dry-run from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
201
codex-debuggingengineerstool
Use when working with codex debugging: codex-rs core/tui/exec/cli/app-server/config from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
202
cloudflare-registrardevopsplatform
Use when working with cloudflare Registrar: domain availability, prices, registration via mcporter from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
203
clickclackengineersplatform
Use when working with clickClack ops: chat app, Hetzner deploy, DNS/docs/app, Docker rollout from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
204
clawsweeper-statusengineerstool
Use when working with clawSweeper status: URLs, workflow health, active workers, ops snapshot from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
205
browser-useengineerstool
Use when working with chrome DevTools MCP automation: existing Chrome tabs, no AppleScript from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
206
beepergeneraltool
Use when working with beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
207
agent-transcriptengineerstool
Use when an agent needs to add a redacted agent transcript section to GitHub PR or issue bodies during OpenClaw agent-created PR/issue workflows from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
208
gpt-image-prompt-craftcreatorstool
Use when turning a rough image idea into a production-grade GPT Image 2 prompt — applies craft rules (exact text in quotes, canvas-first layout, JSON render schemas, material/lighting controls) and a 162-prompt gallery.
github.com
wuyoscar/GPT-Image2-Skillinstall★ 3.5k
209
playwright-skillengineerstool
Use when a Claude Code agent needs to autonomously write and run custom Playwright code — visible browser by default, screenshots and console output returned.
github.com
lackeyjb/playwright-skillinstall★ 2.6k
210
emil-design-engdesigndesign
Use when polishing a UI to feel intentional rather than generic — animations, component details, micro-interactions, and the invisible craft choices that separate a 'good enough' interface from one that feels right.
github.com
emilkowalski/skillinstall★ 2.5k
211
transitions-devdesigndesign
Use when you want production-ready, framework-free CSS transitions — dropdowns, modals, toasts, tabs, accordions, success checks — pasted in as portable t-* snippets with reduced-motion guards.
github.com
Jakubantalik/transitions.devinstall★ 2.3k
212
video-prompt-buildercreatorstool
Use when turning a creative brief into a paste-ready Seedance 2.0 video prompt — pairs a shot-by-shot effects breakdown with the @-reference multimodal system, timestamp shot lists, and >15s extension chaining.
github.com
songguoxs/seedance-prompt-skillinstall★ 2.1k
213
seedance-prompt-skillcreatorstool
Use when building ready-to-paste video prompts for ByteDance's Seedance 2.0 (即梦) — turns a one-line brief into cinematic, multi-shot Chinese prompts with camera language, timing, and @-referenced assets.
github.com
songguoxs/seedance-prompt-skillinstall★ 2.1k
214
supabase-agent-skillsengineersplatform
Use when an AI agent needs grounded Supabase knowledge — Postgres, Auth, RLS, Storage, Edge Functions, Realtime, Vectors, Cron, and Queues — installed as official skills.
github.com
supabase/agent-skillsinstall★ 2.1k
215
skill-judgeengineerstool
Use when reviewing, auditing, or improving an agent SKILL.md so the agent scores design quality across multiple dimensions and emits concrete fixes against the official skill spec.
github.com
softaworks/agent-toolkitinstall★ 1.9k
216
printingpressengineerstool
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
mvanhorn/cli-printing-press217
skill-eval-builderengineerstool
Use when proving that an agent skill triggers at the right time and improves results — build positive, negative, baseline, regression, and efficiency evals with explicit assertions.
github.com
hamelsmu/evals-skillsinstall★ 1.5k
218
hamel-evals-skillsengineersconcept
Use when auditing or building an LLM-product eval pipeline — Hamel Husain's evals skills cover error analysis, judge validation, synthetic data, and review interfaces, distilled from advising 50+ AI teams.
github.com
hamelsmu/evals-skillsinstall★ 1.3k
219
azure-storagedevopsplatform
Use when designing or operating Azure Storage: picking between blobs, files, queues, and tables, then locking down access, tuning performance, and controlling cost.
github.com
microsoft/azure-skillsinstall★ 1.1k
220
azure-kubernetesdevopsplatform
Use when running workloads on Azure Kubernetes Service: cluster sizing, identity, networking, autoscaling, upgrade strategy, and observability for AKS specifically rather than vanilla Kubernetes.
github.com
microsoft/azure-skillsinstall★ 1.1k
221
azure-deploydevopsplatform
Use when shipping infrastructure or app code to Azure: picking between Bicep, Terraform, ARM, and azd, then wiring a deployment pipeline that is repeatable, auditable, and reversible.
github.com
microsoft/azure-skillsinstall★ 1.1k
222
azure-aidevopsplatform
Use when standing up or operating Azure AI services: choosing between Azure OpenAI, AI Foundry, AI Search, and Cognitive Services, then deploying, securing, and observing a chosen path.
github.com
microsoft/azure-skillsinstall★ 1.1k
223
inngest-workflowsengineerslibrary
Use when building durable, event-driven background jobs, crons, and saga/fan-out workflows with Inngest's step functions and automatic retries.
github.com
inngest/inngest-jsinstall★ 947
224
resend-apiengineersapi
Use when sending transactional or batch emails from Node.js with Resend — including React email templates, attachments, and audiences.
resend.com
resend/resend-nodeinstall★ 930
225
no-ai-slopcreatorsconcept
Use when a draft needs to sound human — edits out 20+ named AI-slop patterns (colon reveals, binary contrasts, banned words) while preserving the writer's voice, or detects and names the patterns without rewriting.
github.com
petergyang/no-ai-slopinstall★ 921
227
banana-claudecreatorstool
Use when generating or editing images with Gemini Nano Banana models — acts as a Creative Director that interprets intent and builds an optimized prompt via a 5-component formula, never passing raw text to the API.
github.com
AgriciDaniel/banana-claudeinstall★ 800
228
railwaydevopsplatform
Use when deploying and operating apps on Railway: linking projects, pushing code with the CLI, managing services, variables, and environments.
docs.railway.com
railwayapp/cliinstall★ 567
229
ai-voiceover-pipelinecreatorsconcept
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
elevenlabs/elevenlabs-js230
linear-claude-skillengineersplatform
Use when driving Linear from Claude Code — MCP tools plus GraphQL automation, sub-issue hierarchies, subagent worktrees, and an esbuild-compiled CLI for 18x faster startup.
github.com
wrsmith108/linear-claude-skillinstall★ 102
231
hookdeck-webhook-skillsengineersapi
Use when receiving and verifying webhooks from Stripe, Shopify, GitHub, and 30+ other providers with signature verification, idempotency, and retry-safe handler patterns.
github.com
hookdeck/webhook-skillsinstall★ 71
232
openclaw-secure-linux-cloudengineerssecurity
Use when an agent needs to run shell commands on a remote Linux host or ephemeral cloud sandbox with least-privilege defaults, audit logging, and an explicit destructive-action gate.
github.com
xixu-me/skillsinstall★ 65
233
opensource-guide-coachgeneralconcept
Use when guiding someone through their first open-source contribution: picking a good first issue, scoping a PR, writing the right commit message, and reading reviewer feedback charitably.
github.com
xixu-me/skillsinstall★ 54
234
github-actions-docsdevopsplatform
Use when writing, reviewing, or debugging a GitHub Actions workflow so an agent has the current docs for triggers, contexts, expressions, and reusable workflows close at hand.
github.com
xixu-me/skillsinstall★ 54
235
convex-quickstartengineersplatform
Use when scaffolding a real-time React/Next backend on Convex from zero — wires the project, auth, schema, and reactive queries via Convex's official agent skills.
github.com
get-convex/agent-skillsinstall★ 29
236
runway-mcpengineerstool
Run Runway's Gen-3 and Gen-4 video models from an agent — text-to-video, image-to-video, and upscaling — through Runway's official MCP server.
github.com
runwayml/runway-api-mcp-serverinstall★ 20
237
last72hourscreatorstool
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
iharnoor/last72hours-skill238
html-everythingcreatorstool
Use when you want to turn any blob — Markdown, JSON, plain text, or a doc URL — into a single self-contained editorial HTML page with clickable links, content-aware styling, and no external deps beyond Google Fonts.
github.com
iharnoor/html-everything255
cloudflare-workers-deploydevopsplatform
Use when shipping a Cloudflare Worker from an agent session — scaffold with `npm create cloudflare`, wire KV/D1/R2 bindings in wrangler.jsonc, set secrets, and `wrangler deploy` to the edge.
developers.cloudflare.com
256
video-translation-pipelinecreatorsconcept
Use when localising a creator video into multiple languages — Whisper transcription, LLM translation, voice cloning per language, alignment to original timing, and burned-in subtitles in one pipeline.
elevenlabs.io
install1 video
257
link-in-biocreatorsconcept
Use when building a self-owned alternative to Linktree — single-page minimal link list with analytics, theming, scheduled-link toggles, and zero monthly fees, deployed under your own domain.
nextjs.org
install1 video
258
content-repurposingcreatorsconcept
Use when expanding one long-form video or essay into a multi-platform pack — Twitter thread, LinkedIn post, Reels/Shorts script, newsletter blurb — preserving voice and key beats from the source transcript.
anthropic.com
install1 video
Think SKILL.md for the rest of the agent stack — by hand, not by scrape.