Skills & agents

2,050 skills. 11 agents. One install.

Specialist procedures across 35 domains — from your first PR to AI apps, cloud, security and client delivery. Search the full catalog below.

Showing 2,050 skills across 35 categories

Codex fundamentals

70

Get productive on day one — explain a codebase, ship a first PR, recover from mistakes.

  • Explain this codebase
  • Ship your first PR safely
  • Set up the dev environment
  • Git rescue & undo
  • What changed and why

React & Next.js

90

App Router, Server Components, data fetching, and rendering done right.

  • App Router data fetching
  • RSC review
  • Server Actions audit
  • Suspense & streaming
  • Route handler review

Vue, Nuxt, Svelte & Angular

70

Idiomatic patterns across the other major frontend frameworks.

  • Nuxt SSR audit
  • Svelte stores
  • Angular signals migration
  • Vue composition API review

Node, NestJS & Express

65

Service structure, middleware, validation, and error handling.

  • Nest module review
  • Express middleware audit
  • Zod request validation
  • Graceful shutdown

Python, FastAPI & Django

65

Typed Python services, dependency injection, ORMs, and async.

  • FastAPI dependency injection
  • Django ORM N+1 audit
  • Pydantic models
  • Async task design

Go, Rust & Rails

60

Errors, concurrency, and conventions for Go, Rust, and Rails.

  • Go context & errors
  • Rust error handling
  • Rails N+1 audit
  • Goroutine leak check

React Native & Flutter

55

Cross-platform mobile navigation, state, and release prep.

  • RN navigation
  • Flutter state management
  • App-store release prep
  • Native module review

Swift & Kotlin

45

Native iOS/Android concurrency and architecture.

  • Swift concurrency
  • Kotlin coroutines
  • SwiftUI review
  • Jetpack Compose review

AI & LLM app development

85

RAG, agents, evals, embeddings, and token/cost guardrails.

  • RAG pipeline scaffold
  • Prompt eval harness
  • Agent tool-calling
  • Embeddings + vector store
  • Token/cost guardrails

Databases & data modeling

65

Schema design, safe migrations, and query/index optimization.

  • Schema design
  • Migration safety
  • Index/query optimization
  • Prisma review
  • Row-level security

Cloud & deployment

65

Deploy audits for AWS, GCP, Vercel, and Cloudflare.

  • Vercel deploy audit
  • AWS IAM review
  • Cloudflare Workers
  • Edge vs serverless

Docker, Kubernetes & IaC

60

Container hardening, manifests, and Terraform modules.

  • Dockerfile hardening
  • K8s manifests
  • Terraform module review
  • Helm chart review

Testing & QA automation

75

Unit, e2e, coverage, and flaky-test triage.

  • Unit test generation
  • Playwright e2e
  • Coverage gap analysis
  • Flaky-test triage
  • Contract tests

Security & secrets hygiene

75

OWASP checks, secret scanning, auth review, and CVEs.

  • OWASP checks
  • Secret scanning
  • Auth-flow review
  • Dependency CVEs
  • GDPR helpers

Performance & Core Web Vitals

50

Bundle, images, caching, and LCP/CLS fixes.

  • Bundle analysis
  • Image optimization
  • Caching strategy
  • LCP/CLS fixes

Payments & subscriptions

50

Stripe checkout, webhooks, subscriptions, tax, and dunning.

  • Stripe checkout/webhooks
  • Subscription lifecycle
  • Tax/VAT handling
  • Dunning & refunds

APIs & integrations

60

REST, GraphQL, webhooks, and third-party integrations.

  • REST contract review
  • GraphQL schema design
  • Webhook reliability
  • OpenAPI generation

Git, PRs & code review

50

PR descriptions, review checklists, and monorepo workflows.

  • PR description writing
  • Review checklists
  • Conventional commits
  • Monorepo workflows

Docs, READMEs & DX

50

READMEs, API docs, ADRs, and onboarding guides.

  • README scaffolding
  • API docs
  • ADR writing
  • Runbook generation

Refactoring & legacy

55

Dead-code removal, type migration, and framework upgrades.

  • Dead-code removal
  • Type migration
  • Framework upgrades
  • Codemods

Accessibility & i18n

45

a11y audits, ARIA fixes, keyboard nav, and localization.

  • a11y audit
  • ARIA fixes
  • Keyboard navigation
  • Locale extraction

Data engineering & analytics

55

ETL, dashboards, SQL, and dbt models.

  • ETL pipeline review
  • SQL optimization
  • dbt model review
  • Dashboard build

SEO & web growth

50

Technical SEO, metadata, sitemaps, and structured data.

  • Technical SEO audit
  • Metadata & OG
  • Sitemap & robots
  • Structured data

Observability & debugging

55

Logging, tracing, error tracking, and root-cause analysis.

  • Structured logging
  • Tracing setup
  • Error tracking
  • Root-cause analysis

CI/CD pipelines

55

Pipeline review, caching, and fixing red builds.

  • CI failure repair
  • Pipeline caching
  • Release pipelines
  • Matrix builds

Architecture & system design

75

Boundaries, scaling, events, and trade-off analysis.

  • Module boundaries
  • Scaling review
  • Event-driven design
  • Trade-off analysis

TypeScript & type safety

55

Strictness, generics, and removing `any`.

  • Strictness cleanup
  • Generics review
  • Remove any
  • Type-only imports

State & data fetching

45

Client state, caching, and server-state libraries.

  • React Query patterns
  • Zustand/Redux review
  • Optimistic updates
  • Cache invalidation

Auth & identity

55

Sessions, OAuth, RBAC, and secure cookies.

  • Session vs JWT
  • OAuth flow review
  • RBAC design
  • Secure cookie config

E-commerce & storefronts

55

Catalogs, checkout, and headless commerce.

  • PDP review
  • Checkout flow QA
  • Headless commerce
  • Cart persistence

Email, notifications & messaging

45

Transactional email, push, and in-app notifications.

  • Transactional email
  • Deliverability audit
  • Push notifications
  • Notification preferences

Background jobs & queues

45

Workers, retries, idempotency, and scheduling.

  • Queue design
  • Idempotent jobs
  • Retry/backoff
  • Cron scheduling

Caching & rate limiting

45

Cache layers, invalidation, and rate limits.

  • Cache strategy
  • Redis patterns
  • Rate limiting
  • CDN config

Client delivery & freelancing

55

Briefs to handoff: estimates, scope, and delivery docs.

  • Brief to plan
  • Scope guardrails
  • Client handoff docs
  • Maintenance plans

Release, launch & rollback

55

Ship checklists, feature flags, and safe rollbacks.

  • Release checklist
  • Feature flags
  • Safe rollback
  • Canary release

Specialist agents

11 agents that hand work off to each other.

Each agent owns a job — planning, review, safety, memory, release — instead of one prompt trying to do everything.

Task Planner

Breaks a goal into a reviewable, ordered plan before any edits.

Implementer

Executes the plan step by step, staying inside the agreed scope.

Code Reviewer

Reviews diffs against project rules and flags risky changes.

Safety Sentinel

Guards branches, secrets, and destructive commands before they run.

Error Whisperer

Decodes cryptic errors, traces root causes, and proposes targeted fixes.

Memory Keeper

Writes decisions, facts, and handoffs to durable project memory.

Test Architect

Designs and generates tests, then hunts down flaky ones.

Release Captain

Runs the ship checklist, tags releases, and prepares rollbacks.

Dependency Steward

Tracks upgrades, CVEs, and the cost of staying current.

Scope Sentinel

Spots scope creep and steers back to the shortest path to done.

Onboarding MentorNew

Walks first-time users through a safe install, explains every generated file in plain language, and tailors guidance to your skill level.

Install all of it in one command.

Every skill and agent lands in your repo as human-readable files you review in Git before you commit.