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.
146 approved
⌕
#namesourceproof
1
superpowersengineersframework
Use when you want a full agentic software-development methodology — brainstorm, worktree, plan, TDD, subagent review, and land — wired into your coding agent.
github.com
obra/superpowersinstall★ 194k
2
mcp-builderaitool
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
3
claude-apiaiapi
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
4
canvas-designdesigntool
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★ 140k
5
anthropic-frontend-designcreatorstool
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★ 140k
6
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
7
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
8
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
9
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
10
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/whisper11
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/whisper12
ui-ux-pro-maxcreatorstool
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★ 76k
13
mp-zoom-outengineersconcept
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
mattpocock/skills14
mp-triageengineersconcept
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/skills15
mp-to-prdengineersconcept
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/skills16
mp-to-issuesengineersconcept
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/skills17
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/skills18
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/skills19
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/skills20
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★ 76k
21
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★ 76k
22
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★ 76k
23
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★ 76k
24
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★ 76k
25
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★ 76k
26
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/skills27
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★ 76k
28
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★ 76k
29
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★ 76k
30
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/skills31
mp-cavemanengineersconcept
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.com
mattpocock/skillsinstall★ 76k
32
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/FFmpeg33
portfolio-landing-pagecreatorsconcept
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/astro34
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
35
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/remotion36
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
37
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
38
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
39
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
40
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
41
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
42
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
43
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
44
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
45
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
46
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
47
web-design-guidelinesengineerstool
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★ 27k
48
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
49
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-skill50
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
51
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
52
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
53
redesign-existing-projectsdesignconcept
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★ 19k
54
design-taste-frontenddesignconcept
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★ 19k
55
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
56
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/hyperframes57
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/satori58
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
59
firecrawl-mcpaitool
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
60
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-node61
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
62
wranglerdevopsplatform
Use when working with wrangler CLI: Workers, KV, tail, deploy, account routing from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
63
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
64
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
65
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
66
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
67
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
68
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
69
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
70
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
71
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
72
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
73
speakinggeneralother
Use when working with speaking ops: invites, keynotes, panels, Gmail/calendar, conferences from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
74
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
75
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
76
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
77
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
78
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
79
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
80
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
81
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
82
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
83
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
84
one-passwordengineerstool
Use when working with 1Password/op: service-account first, targeted secret read/store/inject, tmux from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
85
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
86
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
87
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
88
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
89
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
90
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
91
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
92
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
93
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
94
github-project-triageengineerstool
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★ 3.8k
95
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
96
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
98
frontend-designdesignconcept
Use when working with frontend UI: pages, apps, components, polished non-generic design from steipete/agent-scripts.
github.com
steipete/agent-scriptsinstall★ 3.8k
99
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
100
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
101
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
102
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
103
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
104
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
105
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
106
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
107
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
108
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
109
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
110
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
111
skill-judgeaitool
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
112
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-press113
emil-design-engdesignconcept
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★ 1.7k
114
hamel-evals-skillsaiconcept
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
115
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
116
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
117
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
118
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
119
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
121
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-js122
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
123
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
124
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
125
openclaw-secure-linux-cloudengineersconcept
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★ 54
126
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
127
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
128
runway-mcpaitool
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
129
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-skill130
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-everything141
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
142
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
143
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
144
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.