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
117 engineers⌕
#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-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
8
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
9
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
10
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
11
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
12
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
13
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
14
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
15
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
16
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
17
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
18
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
19
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
20
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
21
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
22
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
23
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
24
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
25
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
26
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
27
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
28
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
29
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
30
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
31
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
32
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
33
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
34
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
35
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
36
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
37
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
38
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
39
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
40
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
41
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
42
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
43
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
44
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
45
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
46
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
47
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
48
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
49
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
50
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
51
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
52
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
53
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
54
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
55
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
56
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
57
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
58
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
59
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
60
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
61
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
62
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
63
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
64
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
65
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
66
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
67
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
68
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
69
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
70
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
71
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
72
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
73
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
74
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
75
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
76
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
77
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
78
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
79
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
80
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
81
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
82
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
83
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
84
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
85
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
86
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
87
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
88
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
90
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
91
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
92
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
93
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
94
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
95
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
96
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
97
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
98
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
99
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
100
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-press101
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
102
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
103
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
104
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
105
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
106
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
107
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
108
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
109
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
Think SKILL.md for the rest of the agent stack — by hand, not by scrape.