The directory.
Every reviewed skill, with what it can touch and how often it is installed. 155 skills from 38 maintainers.
Improve codebase architecture
Finds modules worth deepening, shows them as an HTML report, then grills one with you.
What it can touch: Writes docs · Subagents
999Kinstalls
npx skills@latest add mattpocock/skills --skill improve-codebase-architectureTDD
A red-green loop with firm rules on what makes a test worth keeping.
What it can touch: Edits code · Runs commands
972Kinstalls
npx skills@latest add mattpocock/skills --skill tddGrilling
Interviews you round by round until a plan or decision has no loose ends.
What it can touch: Guidance only
782Kinstalls
npx skills@latest add mattpocock/skills --skill grillingDomain modeling
Builds a shared glossary for your codebase and records decisions as they come up.
What it can touch: Writes docs
705Kinstalls
npx skills@latest add mattpocock/skills --skill domain-modelingDiagnosing bugs
Builds a fast failing feedback loop first, then narrows to the cause.
What it can touch: Edits code · Runs commands
669Kinstalls
npx skills@latest add mattpocock/skills --skill diagnosing-bugsCode review
Reviews a diff twice in parallel: against your repo's standards and against the spec.
What it can touch: Uses git · Subagents
622Kinstalls
npx skills@latest add mattpocock/skills --skill code-reviewTo spec
Turns the conversation so far into a written spec and files it in your issue tracker.
What it can touch: Writes docs · Network
569Kinstalls
npx skills@latest add mattpocock/skills --skill to-specResolving merge conflicts
Resolves an in-progress merge or rebase by recovering each side's intent.
What it can touch: Edits code · Uses git · Runs commands
545Kinstalls
npx skills@latest add mattpocock/skills --skill resolving-merge-conflictsPostgres best practices
Schema, index, migration and row-level security guidance for any Postgres, from Supabase.
What it can touch: Guidance only
419Kinstalls
npx skills@latest add supabase/agent-skills --skill supabase-postgres-best-practicesGit guardrails for Claude Code
Installs Claude Code hooks that block destructive git commands before they run.
What it can touch: Edits code · Runs commands
402Kinstalls
npx skills@latest add mattpocock/skills --skill git-guardrails-claude-codeSet up pre-commit
Adds Husky, lint-staged, type checks and tests as a pre-commit hook.
What it can touch: Edits code · Runs commands · Uses git
394Kinstalls
npx skills@latest add mattpocock/skills --skill setup-pre-commitSkill creator
Creates, tests and tunes skills, including evals and trigger checks.
What it can touch: Writes docs · Runs commands · Subagents
392Kinstalls
npx skills@latest add anthropics/skills --skill skill-creatorBrainstorming
Agrees intent, requirements and a design with you before any code is written.
What it can touch: Writes docs
377Kinstalls
npx skills@latest add obra/superpowers --skill brainstormingPrisma Database Setup
Configure Prisma schemas, datasource URLs, driver adapters, and generated clients by database.
What it can touch: Edits code · Runs commands · Network
316Kinstalls
npx skills@latest add prisma/skills --skill prisma-database-setupPrisma CLI
Guides Prisma ORM setup, generation, migrations, database operations, and MCP use.
What it can touch: Edits code · Runs commands · Needs MCP · Network
313Kinstalls
npx skills@latest add prisma/skills --skill prisma-cliSystematic debugging
Root cause before fixes, in four phases with clear stop signs.
What it can touch: Runs commands
273Kinstalls
npx skills@latest add obra/superpowers --skill systematic-debuggingWriting plans
Turns a spec into a step-by-step plan with exact files, tests and checks.
What it can touch: Writes docs
260Kinstalls
npx skills@latest add obra/superpowers --skill writing-plansRequesting code review
Sends finished work to a reviewer subagent before merging.
What it can touch: Uses git · Subagents
239Kinstalls
npx skills@latest add obra/superpowers --skill requesting-code-reviewTest-driven development
Strict test-first discipline: watch it fail, make it pass, then refactor.
What it can touch: Edits code · Runs commands
238Kinstalls
npx skills@latest add obra/superpowers --skill test-driven-developmentVerification before completion
No claim of done until the checks have run and the output has been read.
What it can touch: Runs commands
223Kinstalls
npx skills@latest add obra/superpowers --skill verification-before-completionSubagent-driven development
Executes implementation plans with fresh agents, per-task reviews, and a durable progress ledger.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Subagents
215Kinstalls
npx skills@latest add obra/superpowers --skill subagent-driven-developmentReceiving code review
Handles review feedback with verification instead of automatic agreement.
What it can touch: Edits code
203Kinstalls
npx skills@latest add obra/superpowers --skill receiving-code-reviewDispatching parallel agents
Splits independent problems across parallel subagents and merges the results.
What it can touch: Subagents
200Kinstalls
npx skills@latest add obra/superpowers --skill dispatching-parallel-agentsUsing git worktrees
Creates an isolated worktree for feature work and sets the project up inside it.
What it can touch: Uses git · Runs commands
200Kinstalls
npx skills@latest add obra/superpowers --skill using-git-worktreesFinishing a development branch
Finishes a Git branch through verified tests, integration choice, and guarded cleanup.
What it can touch: Runs commands · Uses git · Network
196Kinstalls
npx skills@latest add obra/superpowers --skill finishing-a-development-branchNeon Postgres
Operate Neon Postgres connections, branches, migrations, diagnostics, scaling, and search.
What it can touch: Edits code · Runs commands · Needs MCP · Network
192Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-postgresWeb app testing
Tests local web apps with Playwright scripts: screenshots, logs and UI checks.
What it can touch: Browser · Runs commands
165Kinstalls
npx skills@latest add anthropics/skills --skill webapp-testingFirebase Firestore
Provision and integrate Cloud Firestore databases, models, indexes, queries, and SDKs.
What it can touch: Edits code · Runs commands · Subagents · Network
120Kinstalls
npx skills@latest add firebase/agent-skills --skill firebase-firestoreMCP builder
A phased guide to building good MCP servers in Python or TypeScript, with evaluations.
What it can touch: Edits code · Runs commands · Network
119Kinstalls
npx skills@latest add anthropics/skills --skill mcp-builderFirebase Remote Config Basics
Manage Firebase Remote Config templates, flags, SDK loading, versions, and deployments.
What it can touch: Edits code · Runs commands · Network
106Kinstalls
npx skills@latest add firebase/agent-skills --skill firebase-remote-config-basicsWrangler
Configure and run Wrangler for local Workers development, previews, deployment, and resources.
What it can touch: Edits code · Runs commands · Needs MCP · Network
99Kinstalls
npx skills@latest add cloudflare/skills --skill wranglerWorkers Best Practices
Write and review production Cloudflare Workers against current runtime and configuration behavior.
What it can touch: Edits code · Runs commands · Network
91Kinstalls
npx skills@latest add cloudflare/skills --skill workers-best-practicesDurable Objects
Build and review Cloudflare Durable Objects for persistent state, coordination, and WebSockets.
What it can touch: Edits code · Runs commands · Network
84Kinstalls
npx skills@latest add cloudflare/skills --skill durable-objectsWeb performance
Audits Core Web Vitals from a real performance trace, then maps fixes to your code.
What it can touch: Browser · Needs MCP
83Kinstalls
npx skills@latest add cloudflare/skills --skill web-perfClaude API
Builds Claude API and Managed Agent integrations with current SDK and tool-use patterns.
What it can touch: Edits code · Writes docs · Runs commands · Subagents · Browser · Needs MCP · Network
67Kinstalls
npx skills@latest add anthropics/skills --skill claude-apiCode review and quality
A five-axis review: correctness, readability, architecture, security and performance.
What it can touch: Guidance only
50Kinstalls
npx skills@latest add addyosmani/agent-skills --skill code-review-and-qualitySecurity and hardening
Threat model first, then hardening across input, auth, sessions and headers.
What it can touch: Edits code
46Kinstalls
npx skills@latest add addyosmani/agent-skills --skill security-and-hardeningPlanning and task breakdown
Breaks a spec into small, ordered tasks with checkpoints between them.
What it can touch: Writes docs
44Kinstalls
npx skills@latest add addyosmani/agent-skills --skill planning-and-task-breakdownPerformance optimization
Measure, find the bottleneck, fix it, and guard against regressions.
What it can touch: Runs commands · Browser
43Kinstalls
npx skills@latest add addyosmani/agent-skills --skill performance-optimizationDocumentation and ADRs
Records architecture decisions and the reasoning future engineers and agents will need.
What it can touch: Writes docs
43Kinstalls
npx skills@latest add addyosmani/agent-skills --skill documentation-and-adrsDebugging and error recovery
A triage checklist: reproduce, localise, fix, then guard against the regression.
What it can touch: Runs commands · Uses git
42Kinstalls
npx skills@latest add addyosmani/agent-skills --skill debugging-and-error-recoveryCode simplification
Simplifies working code for clarity without changing what it does.
What it can touch: Edits code
42Kinstalls
npx skills@latest add addyosmani/agent-skills --skill code-simplificationIncremental implementation
Lands a change in thin, verifiable slices instead of one large diff.
What it can touch: Edits code · Runs commands
42Kinstalls
npx skills@latest add addyosmani/agent-skills --skill incremental-implementationContext engineering
Sets up rules files and project context so agent quality holds across sessions.
What it can touch: Writes docs
41Kinstalls
npx skills@latest add addyosmani/agent-skills --skill context-engineeringAPI and interface design
Contract-first guidance for APIs and module boundaries: errors, validation and versioning.
What it can touch: Guidance only
41Kinstalls
npx skills@latest add addyosmani/agent-skills --skill api-and-interface-designGit workflow and versioning
Atomic commits, clear messages and a clean branch strategy.
What it can touch: Uses git
40Kinstalls
npx skills@latest add addyosmani/agent-skills --skill git-workflow-and-versioningBrowser testing with DevTools
Debugs in a real browser: DOM, console, network requests and performance traces.
What it can touch: Browser · Needs MCP
39Kinstalls
npx skills@latest add addyosmani/agent-skills --skill browser-testing-with-devtoolsCI/CD and automation
Sets up CI quality gates and deployment strategies in GitHub Actions.
What it can touch: Edits code · Runs commands
39Kinstalls
npx skills@latest add addyosmani/agent-skills --skill ci-cd-and-automationExpo Module
Scaffolds and implements Expo native modules and views for Apple, Android, and web.
What it can touch: Edits code · Runs commands · Network
38Kinstalls
npx skills@latest add expo/skills --skill expo-moduleShipping and launch
A pre-launch checklist with feature flags, staged rollout and a rollback plan.
What it can touch: Writes docs
38Kinstalls
npx skills@latest add addyosmani/agent-skills --skill shipping-and-launchDeprecation and migration
Plans staged deprecation and zero-downtime migrations from replacement through safe removal.
What it can touch: Edits code · Writes docs · Runs commands
38Kinstalls
npx skills@latest add addyosmani/agent-skills --skill deprecation-and-migrationVite
Configure Vite builds, plugins, SSR, multi-environment APIs, and Vite 8 Rolldown migration.
What it can touch: Guidance only
36Kinstalls
npx skills@latest add antfu/skills --skill viteVue
Write Vue 3.5 components with typed script setup, reactivity, lifecycle, and built-ins.
What it can touch: Guidance only
34Kinstalls
npx skills@latest add antfu/skills --skill vueSwiftUI Expert Skill
Write, review, refactor, and profile SwiftUI across data flow, layout, performance, and APIs.
What it can touch: Edits code · Runs commands
33Kinstalls
npx skills@latest add AvdLee/SwiftUI-Agent-Skill --skill swiftui-expert-skillDiagnose CI failures
Pulls a pull request's CI logs with the GitHub CLI and plans the fixes.
What it can touch: Uses git · Runs commands · Network
26Kinstalls
npx skills@latest add warpdotdev/common-skills --skill diagnose-ci-failuresExpo UI
Build native Expo interfaces with universal or platform-specific SwiftUI and Compose components.
What it can touch: Edits code · Runs commands · Network
24Kinstalls
npx skills@latest add expo/skills --skill expo-uiNuxt
Reference guide for Nuxt 4 structure, routing, rendering, data, modules, and deployment.
What it can touch: Guidance only
23Kinstalls
npx skills@latest add antfu/skills --skill nuxtExpo Router
Build file-based Expo navigation with routes, native stacks, tabs, sheets, headers, and search.
What it can touch: Edits code · Runs commands · Network
20Kinstalls
npx skills@latest add expo/skills --skill expo-routerRust Async Patterns
Reference patterns for reliable async Rust with Tokio, tasks, channels, and cancellation.
What it can touch: Guidance only
19Kinstalls
npx skills@latest add wshobson/agents --skill rust-async-patternsSQL Optimization Patterns
Improves SQL query shapes, indexes, execution plans, and database access patterns.
What it can touch: Edits code · Runs commands
19Kinstalls
npx skills@latest add wshobson/agents --skill sql-optimization-patternsSecurity review
Reviews code for confirmed security weaknesses with data-flow and framework context.
What it can touch: Runs commands · Subagents
17Kinstalls
npx skills@latest add getsentry/skills --skill security-reviewNext.js Development Loop
Verifies Next.js edits through framework diagnostics and a real browser session.
What it can touch: Edits code · Runs commands · Browser · Needs MCP · Network
17Kinstalls
npx skills@latest add vercel/next.js --skill next-dev-loopAntfu
Apply Anthony Fu's TypeScript conventions, pnpm tooling, linting, monorepos, and publishing setup.
What it can touch: Edits code · Runs commands · Network
16Kinstalls
npx skills@latest add antfu/skills --skill antfuNeon Postgres Branches
Creates normal or schema-only Neon branches for safe development and migration tests.
What it can touch: Edits code · Runs commands · Needs MCP · Network
14Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-postgres-branchesNeon Postgres Egress Optimizer
Find and fix query patterns that drive excessive Postgres network transfer and Neon cost.
What it can touch: Edits code · Runs commands · Network
13Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-postgres-egress-optimizerGKE Basics
Choose, provision, authenticate, and deploy workloads to GKE Autopilot or Standard clusters.
What it can touch: Edits code · Runs commands · Needs MCP · Network
12Kinstalls
npx skills@latest add google/skills --skill gke-basicsSecrets management
Guides secure credential storage, rotation and use in CI/CD environments.
What it can touch: Edits code · Runs commands · Network
12Kinstalls
npx skills@latest add wshobson/agents --skill secrets-managementNeon Object Storage
Provisions branch-aware S3-compatible storage and wires upload and download flows.
What it can touch: Edits code · Runs commands · Network
12Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-object-storageSvelte Code Writer
Looks up current Svelte docs and analyzes components with the official MCP CLI.
What it can touch: Runs commands · Network
11Kinstalls
npx skills@latest add sveltejs/ai-tools --skill svelte-code-writerFastAPI
Writes current FastAPI routes, models, dependencies, streaming, and frontend serving code.
What it can touch: Edits code · Runs commands
11Kinstalls
npx skills@latest add fastapi/fastapi --skill fastapiGo Concurrency Patterns
Design safe Go concurrency with goroutines, channels, synchronization, context, and shutdown.
What it can touch: Guidance only
11Kinstalls
npx skills@latest add wshobson/agents --skill go-concurrency-patternsGitHub CI Fix
Investigates failed GitHub Actions checks and prepares a focused fix.
What it can touch: Edits code · Runs commands · Uses git · Network
10Kinstalls
npx skills@latest add openai/skills --skill gh-fix-ciFirestore Security Rules Creation
Authors and hardens Firestore rules from the app's data model and query patterns.
What it can touch: Edits code · Writes docs · Runs commands · Subagents · Network
10Kinstalls
npx skills@latest add firebase/agent-skills --skill firestore-rules-creationTurborepo Caching
Configures Turborepo task caching and explains cache misses in monorepos.
What it can touch: Edits code · Runs commands
9.9Kinstalls
npx skills@latest add wshobson/agents --skill turborepo-cachingDevOps Engineer
Builds and maintains CI, deployment, infrastructure, and operational automation.
What it can touch: Edits code · Runs commands · Writes docs · Network
9.8Kinstalls
npx skills@latest add jeffallan/claude-skills --skill devops-engineerSecurity best practices
Applies language and framework security guidance when a security review is explicitly requested.
What it can touch: Writes docs · Edits code
9.4Kinstalls
npx skills@latest add openai/skills --skill security-best-practicesTask Coordination Strategies
Coordinates multiple agents through task decomposition, ownership, and communication patterns.
What it can touch: Subagents
9Kinstalls
npx skills@latest add wshobson/agents --skill task-coordination-strategiesgcloud CLI
Validates and executes tightly scoped gcloud commands with destructive-action guardrails.
What it can touch: Runs commands · Needs MCP · Network
8.9Kinstalls
npx skills@latest add google/skills --skill gcloudMySQL
Designs and tunes MySQL schemas, indexes, queries, transactions, and operations.
What it can touch: Edits code · Runs commands
8Kinstalls
npx skills@latest add planetscale/database-skills --skill mysqlCodeQL
Runs and interprets CodeQL static analysis for security-focused code review.
What it can touch: Runs commands · Writes docs · Network
7.6Kinstalls
npx skills@latest add trailofbits/skills --skill codeqlPlaywright
Drives real browser flows from the terminal with snapshot-based Playwright CLI commands.
What it can touch: Runs commands · Browser · Network
7.3Kinstalls
npx skills@latest add openai/skills --skill playwrightSupply-chain risk auditor
Measures dependency and lockfile supply-chain risk for npm, PyPI and Go projects.
What it can touch: Runs commands · Network · Writes docs
7Kinstalls
npx skills@latest add trailofbits/skills --skill supply-chain-risk-auditorSecurity threat model
Writes a threat model grounded in your repo: trust boundaries, assets and abuse paths.
What it can touch: Writes docs
6.4Kinstalls
npx skills@latest add openai/skills --skill security-threat-modelAgentic Actions Auditor
Audits action-taking agents for unsafe execution, authority, and data-flow risks.
What it can touch: Runs commands · Writes docs
6.1Kinstalls
npx skills@latest add trailofbits/skills --skill agentic-actions-auditorAudit context building
Maps what each function assumes, guarantees and depends on before a security review.
What it can touch: Subagents
6Kinstalls
npx skills@latest add trailofbits/skills --skill audit-context-buildingCode reviewer
Produces a prioritized review of correctness, security, performance, architecture, and tests.
What it can touch: Guidance only
5.9Kinstalls
npx skills@latest add jeffallan/claude-skills --skill code-reviewerMongoDB Query Optimizer
Diagnoses slow MongoDB queries and recommends high-impact index and query changes.
What it can touch: Needs MCP · Network
5.7Kinstalls
npx skills@latest add mongodb/agent-skills --skill mongodb-query-optimizerMongoDB Schema Design
Design and diagnose MongoDB schemas around real access patterns, growth, and index costs.
What it can touch: Runs commands · Needs MCP · Network
5.6Kinstalls
npx skills@latest add mongodb/agent-skills --skill mongodb-schema-designTerraform Stacks
Creates and operates Terraform Stacks across environments, regions, and accounts.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Network
5.4Kinstalls
npx skills@latest add hashicorp/agent-skills --skill terraform-stacksCode review
Sentry's engineering review checklist, with concrete patterns to flag.
What it can touch: Guidance only
4.8Kinstalls
npx skills@latest add getsentry/skills --skill code-reviewDebugging wizard
Reproduces, isolates, and proves a bug's root cause before fixing and preventing recurrence.
What it can touch: Edits code · Writes docs · Runs commands · Uses git
4.6Kinstalls
npx skills@latest add jeffallan/claude-skills --skill debugging-wizardSecure Code Guardian
Reviews and strengthens application code against common security weaknesses.
What it can touch: Edits code · Runs commands · Writes docs
4.6Kinstalls
npx skills@latest add jeffallan/claude-skills --skill secure-code-guardianCommit
Prepares focused commits with staged-diff checks and meaningful messages.
What it can touch: Runs commands · Uses git
4.2Kinstalls
npx skills@latest add getsentry/skills --skill commitGitHub Actions security review
Traces exploitable GitHub Actions workflow paths instead of flagging generic CI patterns.
What it can touch: Runs commands · Subagents
4.2Kinstalls
npx skills@latest add getsentry/skills --skill gha-security-reviewIterate pull request
Repairs an open pull request until actionable CI and high- or medium-priority feedback clear.
What it can touch: Edits code · Runs commands · Uses git · Network
4.1Kinstalls
npx skills@latest add getsentry/skills --skill iterate-prAddress GitHub comments
Finds review threads on the current branch's pull request and applies the selected fixes.
What it can touch: Edits code · Runs commands · Uses git · Network
4.1Kinstalls
npx skills@latest add openai/skills --skill gh-address-commentsCreate Branch
Creates a conventionally named Git branch for a scoped change.
What it can touch: Runs commands · Uses git
3.8Kinstalls
npx skills@latest add getsentry/skills --skill create-branchMCP Developer
Builds Model Context Protocol servers with tool, resource, and transport design guidance.
What it can touch: Edits code · Runs commands · Writes docs · Network
3.8Kinstalls
npx skills@latest add jeffallan/claude-skills --skill mcp-developerMutation testing
Configures mewt or muton campaigns and interprets surviving mutations as test gaps or equivalents.
What it can touch: Edits code · Runs commands
3.7Kinstalls
npx skills@latest add trailofbits/skills --skill mutation-testingChaos Engineer
Designs controlled resilience experiments and recovery checks for distributed systems.
What it can touch: Edits code · Runs commands · Writes docs · Network
3.6Kinstalls
npx skills@latest add jeffallan/claude-skills --skill chaos-engineerSecurity Ownership Map
Maps repository security ownership, sensitive-code concentration, and maintenance risk.
What it can touch: Runs commands · Uses git
3.4Kinstalls
npx skills@latest add openai/skills --skill security-ownership-mapRedis Core
Guides Redis data-structure selection and consistent colon-separated key design.
What it can touch: Guidance only
3.2Kinstalls
npx skills@latest add redis/agent-skills --skill redis-coreAzure Verified Modules
Develops and reviews Azure Terraform modules against AVM certification rules.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Network
3.1Kinstalls
npx skills@latest add hashicorp/agent-skills --skill azure-verified-modulesYeet
Guides a controlled GitHub pull-request publishing workflow from a finished branch.
What it can touch: Runs commands · Uses git · Network
3Kinstalls
npx skills@latest add openai/skills --skill yeetASP.NET Core Web API
Builds ASP.NET Core API endpoints with typed DTOs, OpenAPI, and Problem Details.
What it can touch: Edits code · Writes docs · Runs commands
2.8Kinstalls
npx skills@latest add dotnet/skills --skill dotnet-webapiDjango Performance Review
Finds only validated Django ORM and request-path performance problems.
What it can touch: Runs commands · Subagents
2.2Kinstalls
npx skills@latest add getsentry/skills --skill django-perf-review.NET MAUI Data Binding
Implement type-safe .NET MAUI bindings, change notification, converters, and MVVM data flow.
What it can touch: Edits code
2.1Kinstalls
npx skills@latest add dotnet/skills --skill maui-data-bindingBlazor components
Shapes Blazor parameters, callbacks, rendering and async cleanup without JavaScript interop.
What it can touch: Edits code
1.9Kinstalls
npx skills@latest add dotnet/skills --skill author-componentD1 Drizzle Schema
Generates D1-safe Drizzle schemas, migrations, types, and schema documentation.
What it can touch: Edits code · Writes docs · Runs commands · Network
1.7Kinstalls
npx skills@latest add jezweb/claude-skills --skill d1-drizzle-schemaJava to Kotlin Conversion
Converts Java files to idiomatic Kotlin with framework-aware compatibility checks.
What it can touch: Edits code · Runs commands · Uses git
1.7Kinstalls
npx skills@latest add Kotlin/kotlin-agent-skills --skill kotlin-tooling-java-to-kotlinKotlin JPA Entity Mapping
Models Kotlin JPA entities with safe identity, relationships, indexes, and fetch plans.
What it can touch: Edits code
1.3Kinstalls
npx skills@latest add Kotlin/kotlin-agent-skills --skill kotlin-backend-jpa-entity-mappingReact Patterns
Review React 19, Vite, and Cloudflare code for performance and composition problems.
What it can touch: Guidance only
1.3Kinstalls
npx skills@latest add jezweb/claude-skills --skill react-patternsRedis Search
Design Redis Search indexes and lexical, vector, hybrid, aggregate, and RAG queries.
What it can touch: Guidance only
1.2Kinstalls
npx skills@latest add redis/agent-skills --skill redis-searchSTRIDE threat modelling
Builds STRIDE threat models, scores risk with DREAD, scans secrets, and routes specialist work.
What it can touch: Edits code · Writes docs · Runs commands
1.2Kinstalls
npx skills@latest add alirezarezvani/claude-skills --skill senior-securityTerraform Policy
Routes Terraform Policy authoring, Sentinel conversion, and policy-test debugging.
What it can touch: Edits code · Runs commands · Network
1.2Kinstalls
npx skills@latest add hashicorp/agent-skills --skill terraform-policyPR review expert
Reviews pull requests for blast radius, security, breaking changes, coverage, and performance.
What it can touch: Runs commands · Uses git · Network
677installs
npx skills@latest add alirezarezvani/claude-skills --skill pr-review-expertAPI test suite builder
Scans API routes and generates contract-focused tests for auth, validation, and failure paths.
What it can touch: Edits code · Runs commands
662installs
npx skills@latest add alirezarezvani/claude-skills --skill api-test-suite-builderSkill tester
Validates skill structure, exercises Python helpers, and scores quality against a target gate.
What it can touch: Edits code · Runs commands
622installs
npx skills@latest add alirezarezvani/claude-skills --skill skill-testerKotlin/Native Build Performance
Measure and reduce slow Kotlin/Native iOS compilation, linking, generation, and CI setup.
What it can touch: Edits code · Runs commands
620installs
npx skills@latest add Kotlin/kotlin-agent-skills --skill kotlin-tooling-native-build-performanceSpec-driven workflow
Turns requirements into an approved, traceable spec, tests, and scope-controlled implementation.
What it can touch: Edits code · Writes docs · Runs commands · Uses git
603installs
npx skills@latest add alirezarezvani/claude-skills --skill spec-driven-workflowSpec to repo
Converts a natural-language app brief into a validated, runnable starter repository.
What it can touch: Edits code · Writes docs · Runs commands
586installs
npx skills@latest add alirezarezvani/claude-skills --skill spec-to-repoScaffold CLI
Scaffolds a publishable TypeScript CLI with pinned build, test, lint, CI, and release contracts.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Network
573installs
npx skills@latest add mblode/agent-skills --skill scaffold-cliCode improver
Runs a scoped reviewer-and-fixer loop until blocking findings clear or convergence fails.
What it can touch: Edits code · Runs commands · Uses git · Subagents
552installs
npx skills@latest add trailofbits/skills --skill code-improverAdvise Project Approach
Make project decisions with evidence, clear tradeoffs, and a plan you can act on.
What it can touch: Writes docs · Network
423installs
npx skills@latest add AaravKashyap12/advise-project-approach --skill advise-project-approachC# Refactoring
Performs binding-aware C# refactors while preserving behavior and public contracts.
What it can touch: Edits code · Runs commands · Uses git
420installs
npx skills@latest add dotnet/skills --skill csharp-refactoringPR creator
Prepares GitHub pull requests using repository templates and reviewer-focused descriptions.
What it can touch: Writes docs · Runs commands · Uses git · Network
388installs
npx skills@latest add mblode/agent-skills --skill pr-creatorTidy
Reviews a diff with evidence-ranked findings and can apply bounded fixes and simplifications.
What it can touch: Edits code · Runs commands · Uses git · Network
262installs
npx skills@latest add mblode/agent-skills --skill tidyPost-patch validation
Validates a security patch with pinned baseline, exploit, variant, behavior, and regression evidence.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Subagents
207installs
npx skills@latest add trailofbits/skills --skill post-patch-validationBloc
Implement and test Flutter state management with Cubit, Bloc, repositories, and bloc widgets.
What it can touch: Edits code
161installs
npx skills@latest add evanca/flutter-ai-rules --skill blocKotlin Toolchain
Build and configure Kotlin or Java projects with JetBrains' YAML-based Kotlin Toolchain.
What it can touch: Edits code · Runs commands · Network
131installs
npx skills@latest add Kotlin/kotlin-agent-skills --skill kotlin-tooling-kotlin-toolchainAgent ready
Implements machine-readable discovery and documentation fixes from agent-readiness evidence.
What it can touch: Edits code · Writes docs · Runs commands · Network
45installs
npx skills@latest add mblode/agent-skills --skill agent-readyCI Speedup
Measures CI critical paths and shortens them with evidence-backed pipeline changes.
What it can touch: Edits code · Runs commands · Writes docs · Needs MCP · Network
31installs
npx skills@latest add mblode/agent-skills --skill ci-speedupEKS Best Practices
Choose EKS compute, networking, security, scaling, resilience, and hybrid deployment patterns.
What it can touch: Guidance only
13installs
npx skills@latest add aws-samples/sample-apex-skills --skill eks-best-practicesTerraform Skill
Diagnose and improve Terraform or OpenTofu modules, tests, CI, state, and migrations.
What it can touch: Edits code · Runs commands · Needs MCP
11installs
npx skills@latest add aws-samples/sample-apex-skills --skill terraform-skillEKS Build
Generate deployable EKS Terraform projects with optional ArgoCD and Kubernetes-native AWS control.
What it can touch: Edits code · Writes docs · Runs commands · Network
10installs
npx skills@latest add aws-samples/sample-apex-skills --skill eks-buildECS Build
Builds apply-ready Terraform for ECS clusters, services, networking, and scaling.
What it can touch: Edits code · Writes docs · Runs commands · Network
9installs
npx skills@latest add aws-samples/sample-apex-skills --skill ecs-buildECS Observability
Design ECS logging, metrics, tracing, alerting, and live-debug access by launch type.
What it can touch: Guidance only
8installs
npx skills@latest add aws-samples/sample-apex-skills --skill ecs-observabilityRuby test frameworks
Distinguishes Minitest and test-unit assertions, hooks, filters, skips, and Rails behavior.
What it can touch: Runs commands
6installs
npx skills@latest add st0012/ruby-skills --skill ruby-test-frameworksAzure Storage Services
Works with Azure blobs, files, queues, tables, Data Lake, tiers, and redundancy.
What it can touch: Runs commands · Needs MCP · Network
5installs
npx skills@latest add microsoft/skills --skill azure-storageECS Modernize
Assess legacy apps and carry an approved replatform or rearchitecture onto Amazon ECS.
What it can touch: Edits code · Writes docs · Runs commands · Uses git · Network
3installs
npx skills@latest add aws-samples/sample-apex-skills --skill ecs-modernizeAzure Diagnostics
Triages Azure production failures with health, logs, metrics, AppLens, and KQL.
What it can touch: Writes docs · Runs commands · Needs MCP · Network
2installs
npx skills@latest add microsoft/skills --skill azure-diagnosticsAzure cloud migration
Assesses and converts supported AWS, Google Cloud, Heroku, Kubernetes, and Spring workloads for Azure.
What it can touch: Edits code · Writes docs · Needs MCP · Network
1installs
npx skills@latest add microsoft/skills --skill azure-cloud-migrateAzure quotas
Checks Azure quota usage, compares regional capacity, and requests limit increases.
What it can touch: Runs commands · Network
1installs
npx skills@latest add microsoft/skills --skill azure-quotasAI regression testing
Adds targeted regression tests for recurring blind spots in AI-assisted code changes.
What it can touch: Edits code · Runs commands
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill ai-regression-testingAzure Kubernetes Service
Plans, provisions, and configures production-ready Azure Kubernetes Service clusters.
What it can touch: Writes docs · Runs commands · Needs MCP · Network
—not counted yet
npx skills@latest add microsoft/skills --skill azure-kubernetesAzure Reliability
Assesses and remediates reliability gaps in Azure Functions and App Service.
What it can touch: Edits code · Writes docs · Runs commands · Needs MCP · Network
—not counted yet
npx skills@latest add microsoft/skills --skill azure-reliabilityConvex
Routes Convex backend work to current capability-specific skills and served procedures.
What it can touch: Runs commands · Network
—not counted yet
npx skills@latest add get-convex/templates --skill convexEfficiency Skill
Keep the main model in charge. Delegate bounded work when the handoff is worth it.
What it can touch: Subagents
—not counted yet
npx skills@latest add AaravKashyap12/efficiency-skill --skill efficiency-skillEnd-to-end testing
Structures Playwright end-to-end suites with page objects, CI artifacts, and flake controls.
What it can touch: Edits code · Runs commands · Browser
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill e2e-testingLean Engineering
Small changes, bounded workers, and real evidence. Give every edit a clear owner.
What it can touch: Edits code · Runs commands · Subagents
—not counted yet
npx skills@latest add AaravKashyap12/lean-engineering --skill lean-engineeringMCP Server Patterns
Applies reusable design patterns for robust, secure MCP server implementations.
What it can touch: Edits code · Runs commands · Writes docs
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill mcp-server-patternsSecure Launch
A security checklist shaped to your project before it goes live, with approved fixes checked one by one.
What it can touch: Edits code · Runs commands
—not counted yet
npx skills@latest add AaravKashyap12/secure-launch --skill secure-launchSecurity review
Checks application code against a practical security checklist before production work.
What it can touch: Edits code · Runs commands
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill security-reviewTDD workflow
Runs a test-first development loop across unit, integration, and browser coverage.
What it can touch: Edits code · Runs commands · Browser
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill tdd-workflowVerification loop
Runs build, type, lint, test, security, and diff gates before a change is called complete.
What it can touch: Edits code · Runs commands · Uses git
—not counted yet
npx skills@latest add affaan-m/everything-claude-code --skill verification-loop
No skill matches “”. Try a stage such as review or debugging, or submit a skill.