Cloudflare Agents SDK
Build AI agents on Cloudflare Workers using the Agents SDK. Stateful agents, durable workflows, WebSocket apps, scheduled tasks, MCP servers, chat and voice agents.
/agents-sdk Skills and stacks you've saved for later. Your wishlist is stored locally in your browser and persists across sessions.
Build AI agents on Cloudflare Workers using the Agents SDK. Stateful agents, durable workflows, WebSocket apps, scheduled tasks, MCP servers, chat and voice agents.
/agents-sdk Create and review Cloudflare Durable Objects for stateful coordination — chat rooms, multiplayer games, booking systems with RPC, SQLite, alarms, and WebSockets.
/durable-objects Analyze web performance using Chrome DevTools. Measures Core Web Vitals (LCP, INP, CLS), identifies render-blocking resources, layout shifts, caching issues, and accessibility gaps.
/web-perf Review and author Cloudflare Workers code against production best practices. Checks streaming, floating promises, global state, secrets, bindings, and observability.
/workers-best-practices Comprehensive Cloudflare platform skill covering Workers, Pages, KV, D1, R2, Workers AI, Vectorize, Agents SDK, feature flags, networking, security, and IaC with Terraform/Pulumi.
/cloudflare Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows, and Secrets Store with correct syntax and best practices.
/wrangler Audit web applications for WCAG 2.2 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA attributes, screen reader compatibility, focus management, and generates remediation code fixes.
claude install-skill rampstackco/claude-skills/accessibility-audit Design and run load tests for APIs using k6 or Artillery. Creates test scenarios with realistic traffic patterns, ramp-up strategies, and performance thresholds to find breaking points before your users do.
claude install-skill Jeffallan/claude-skills/chaos-engineer Implement GitOps workflows with ArgoCD. Generates Application manifests, ApplicationSets, sync policies, health checks, custom resource health definitions, and multi-cluster deployment strategies.
claude install-skill nicholasoxford/claude-code-skills/argocd Build blazing-fast static and hybrid sites with Astro. Generates components, content collections, API routes, view transitions, and island architecture patterns with any UI framework integration.
claude install-skill jezweb/claude-skills Build conversational multi-agent workflows with Microsoft AutoGen. Generates agent role definitions, group chat orchestration, tool-using assistants, code-execution sandboxes, and human-in-the-loop checkpoints.
claude install-skill community/autogen-agents Define AWS cloud infrastructure using TypeScript or Python with AWS CDK. Generates type-safe construct libraries, stack definitions, and CloudFormation templates with best-practice patterns.
claude install-skill Jeffallan/claude-skills/cloud-architect Deploy ML models as APIs with BentoML. Generates service definitions, runner configurations, model packaging, adaptive batching, GPU inference pipelines, and BentoCloud deployment configs.
claude install-skill nicholasoxford/claude-code-skills/bentoml Set up Biome as a unified linter and formatter — 56x faster than ESLint + Prettier. Configures rules, migrates from existing setups, integrates with CI/CD, and handles project-wide code quality enforcement.
claude install-skill Jeffallan/claude-skills/code-reviewer Build reliable background job processing with BullMQ. Generates job producers, consumers, schedulers, flow pipelines, and dashboard configurations for Redis-backed job queues in Node.js.
claude install-skill Jeffallan/claude-skills/microservices-architect Analyze and reduce JavaScript bundle sizes. Identifies heavy dependencies, suggests tree-shaking opportunities, recommends lighter alternatives, and implements code splitting strategies for webpack, Vite, and esbuild.
claude install-skill rampstackco/claude-skills/performance-optimization Auto-generate changelogs from git history, PRs, and conventional commits. Creates formatted CHANGELOG.md files with categorized entries (features, fixes, breaking changes) and links to PRs and issues.
claude install-skill ComposioHQ/awesome-claude-skills/changelog-generator Run Chroma as an embedded or client-server vector store. Generates collection setup, persistent storage configs, custom embedding functions, metadata filters, and migration paths to managed vector DBs later.
claude install-skill community/chromadb Build reactive backends with Convex. Generates schema definitions, query and mutation functions, real-time subscriptions, scheduled jobs, file storage handlers, and authentication with Clerk integration.
claude install-skill nicholasoxford/claude-code-skills/convex Deploy applications with Coolify, the self-hosted Vercel/Netlify alternative. Generates docker-compose configs, service definitions, environment management, SSL setup, and one-click deploy templates.
claude install-skill nicholasoxford/claude-code-skills/coolify Build multi-agent AI systems with CrewAI. Designs agent roles, task delegation, tool integration, and orchestration flows where specialized AI agents collaborate to complete complex workflows.
claude install-skill Jeffallan/claude-skills/ml-pipeline Analyze and optimize conversion funnels. Designs A/B test hypotheses, analyzes heatmap data, identifies drop-off points, generates landing page copy variants, and creates data-driven CRO reports.
claude install-skill rampstackco/claude-skills/cro-optimization Write component and end-to-end tests with Cypress. Generates test suites with custom commands, fixture data, intercept stubs, component mounting, and visual regression testing for React, Vue, and Angular.
claude install-skill rampstackco/claude-skills/qa-testing Create data visualizations using D3.js — charts, graphs, maps, and interactive visual data explorations with production-quality output.
claude install-skill chrisvoncsefalvay/claude-d3js-skill Author Dagster assets, jobs, sensors, and schedules. Generates asset-based DAGs, partitioned backfills, dbt+Dagster integrations, IO managers for warehouses, and observability with declarative scheduling.
claude install-skill community/dagster-orchestration Build data pipelines and ETL workflows. Generates extraction scripts, transformation logic, loading procedures, and scheduling for moving data between APIs, databases, warehouses, and file systems.
claude install-skill Jeffallan/claude-skills/spark-engineer Instrument applications with Datadog APM, create custom dashboards, configure monitors and alerts, set up log pipelines, and implement distributed tracing for production observability.
claude install-skill nicholasoxford/claude-code-skills/datadog Plan and generate safe database migrations for PostgreSQL, MySQL, and SQLite. Creates migration files with rollback support, handles schema diffs, and flags risky operations like column renames on large tables.
claude install-skill Jeffallan/claude-skills/legacy-modernizer Author dbt models, tests, and docs for analytics warehouses. Generates staging/mart layers, incremental models, snapshot logic, ref/source patterns, and CI tests for Snowflake, BigQuery, and Databricks.
claude install-skill community/dbt-models Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.
claude install-skill rampstackco/claude-skills/art-direction Configure reproducible development environments with Dev Containers. Generates devcontainer.json configs, Dockerfile setups, VS Code extensions lists, and post-create scripts for instant onboarding.
claude install-skill trailofbits/skills/plugins/devcontainer-setup/skills/devcontainer-setup Build production web apps with Django 5. Generates models, views, serializers, middleware, management commands, Celery tasks, and deployment configs following Django best practices.
claude install-skill deepankarm/claude-code-skill-django Create and optimize Docker Compose configurations for local development and staging environments. Generates multi-service setups with proper networking, volumes, health checks, and environment management.
claude install-skill alirezarezvani/claude-skills/engineering/docker-development Build documentation sites with Docusaurus 3. Generates content structure, MDX pages, API reference docs, versioned documentation, search configuration, and custom theme components.
claude install-skill nicholasoxford/claude-code-skills/docusaurus Build type-safe database queries with Drizzle ORM. Generates schema definitions, relational queries, migrations, and SQL-like query builders for PostgreSQL, MySQL, and SQLite with zero overhead.
claude install-skill Jeffallan/claude-skills/database-optimizer Build LLM pipelines as composable modules with DSPy. Writes signatures, chain-of-thought modules, retrieval-augmented programs, and bootstrapped few-shot optimizers that improve prompts automatically from data.
claude install-skill community/dspy-framework Run fast analytical queries on Parquet, CSV, and JSON with DuckDB. Generates in-process pipelines, S3/HTTPFS reads, MotherDuck deploys, and pandas/polars integration for local-first analytics.
claude install-skill community/duckdb-analytics Build real-time web apps with Elixir and Phoenix Framework. Generates LiveView components, Ecto schemas, PubSub channels, GenServer processes, and OTP supervision trees for fault-tolerant systems.
claude install-skill nicholasoxford/claude-code-skills/elixir-phoenix Design and code responsive HTML email templates that work across all email clients. Generates table-based layouts with inline styles, dark mode support, and compatibility with Gmail, Outlook, and Apple Mail.
claude install-skill rampstackco/claude-skills/email-deliverability This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
claude install-skill rampstackco/claude-skills/creative-direction Official Expo team skills for building React Native apps with Expo. Covers project setup, navigation, native modules, EAS builds, and deployment workflows.
claude install-skill Jeffallan/claude-skills/react-native-expert Build high-performance Python APIs with FastAPI. Generates Pydantic models, async route handlers, dependency injection, background tasks, and auto-generated OpenAPI docs with proper error handling.
claude install-skill Jeffallan/claude-skills/fastapi-expert 🔍 Claude Code deep research skill — Three-layer search orchestration (Grok + Exa + Browser) with intelligent routing and formatted reports
/fathomx Automate video processing with FFmpeg commands. Generates complex filter chains for transcoding, trimming, concatenating, adding subtitles, extracting audio, creating thumbnails, and batch-processing video files.
claude install-skill ComposioHQ/awesome-claude-skills/video-downloader Expert guidance for ffuf web fuzzing during penetration testing. Directory brute-forcing, parameter discovery, virtual host enumeration, and fuzzing workflows.
claude install-skill jthack/ffuf_claude_skill Convert Figma designs to production code. Extracts design tokens, generates React/HTML components from frames, maps auto-layout to Flexbox/Grid, and syncs Figma variables to CSS custom properties.
claude install-skill rampstackco/claude-skills/design-standards Build apps with Firebase Auth, Firestore, Cloud Functions, Cloud Storage, and Firebase Hosting. Generates security rules, Firestore data models, and serverless function handlers for the Google Cloud ecosystem.
claude install-skill nicholasoxford/claude-code-skills/firebase Build beautiful cross-platform apps with Flutter and Dart. Generates widgets, state management patterns (Riverpod, Bloc), platform channels, animations, and production-ready app architecture.
claude install-skill Jeffallan/claude-skills/flutter-expert Deploy applications globally on Fly.io. Generates fly.toml configs, Dockerfile setups, multi-region machine placement, Tigris object storage, Fly Postgres clusters, and auto-scaling policies.
claude install-skill nicholasoxford/claude-code-skills/fly-io Create fluid animations and transitions in React with Framer Motion. Generates layout animations, gesture interactions, scroll-triggered effects, page transitions, and complex orchestrated sequences.
claude install-skill Jeffallan/claude-skills/react-expert Create animation-rich HTML presentations with smooth transitions, code highlighting, and interactive elements. Export-ready slide decks with modern web technologies.
claude install-skill alirezarezvani/claude-skills/engineering/demo-video Lightweight meta-prompting and spec-driven development system. Forces structured thinking before coding — write specs first, then implement with clear requirements.
claude install-skill obra/superpowers/skills/executing-plans Master complex git operations — interactive rebasing, cherry-picking, bisecting, reflog recovery, subtree merging, and conflict resolution strategies for large teams and monorepos.
claude install-skill obra/superpowers/skills/using-git-worktrees Create and optimize GitHub Actions workflows for CI/CD pipelines. Generates workflow YAML with proper caching, matrix builds, environment secrets, and reusable workflows following GitHub's latest best practices.
claude install-skill Jeffallan/claude-skills/devops-engineer Write type-safe functional code with Gleam on the BEAM VM. Generates modules with pattern matching, result types, OTP integration, Lustre web apps, and JavaScript compilation targets.
claude install-skill nicholasoxford/claude-code-skills/gleam Build fast Go web APIs with Fiber — the Express-inspired framework on Fasthttp. Generates handlers, middleware, validation, Swagger docs, and structured project layouts for Go microservices.
claude install-skill Jeffallan/claude-skills/golang-pro Build 2D and 3D games with Godot Engine using GDScript or C#. Generates scenes, scripts, physics setups, UI systems, and shader code for cross-platform game development.
claude install-skill Jeffallan/claude-skills/game-developer Design and generate Grafana dashboards with PromQL and LogQL queries. Creates panels for system metrics, application KPIs, SLO tracking, and alerting rules with proper thresholds and visualization types.
claude install-skill rampstackco/claude-skills/monitoring-and-alerting Generate fully typed client code, resolvers, and SDK from your GraphQL schema. Creates TypeScript types, React hooks, resolver signatures, and API clients with zero runtime overhead.
claude install-skill Jeffallan/claude-skills/graphql-architect Build high-performance APIs with gRPC and Protocol Buffers. Generates .proto service definitions, server/client stubs in Go/TypeScript/Python, streaming handlers, interceptors, and gRPC-Web gateway configurations.
claude install-skill nicholasoxford/claude-code-skills/grpc Create and manage Kubernetes Helm charts. Generates chart templates, values files, helpers, hooks, dependency management, and chart testing configurations for production deployments.
claude install-skill nicholasoxford/claude-code-skills/helm Build ultrafast web APIs with Hono — the multi-runtime framework for Bun, Deno, Cloudflare Workers, and Node.js. Generates routes, middleware, RPC clients, and type-safe handlers with 2-4x more throughput than Express.
claude install-skill Jeffallan/claude-skills/javascript-pro Internationalize web applications with i18next. Generates translation files, React hooks for language switching, plural/gender rules, date/number formatting, and automated translation workflows.
claude install-skill rampstackco/claude-skills/internationalization Optimize images for the web — generates responsive srcsets, converts to modern formats (AVIF, WebP), compresses without visible quality loss, and creates lazy-loading implementations for faster page loads.
claude install-skill ComposioHQ/awesome-claude-skills/image-enhancer Build reliable background jobs and scheduled workflows with Inngest. Generates event-driven functions with automatic retries, cron triggers, step functions, and durable execution that survives crashes.
claude install-skill Jeffallan/claude-skills/architecture-designer Get reliable JSON from any LLM with Instructor. Generates Pydantic response models, validation+retry loops, streaming partial objects, and provider-agnostic clients for OpenAI, Anthropic, Mistral, and local models.
claude install-skill community/instructor-llm Build and navigate iOS apps through Xcode simulator automation. Streamlines iOS development with automated building, testing, and UI interaction workflows.
claude install-skill conorluddy/ios-simulator-skill Build event-driven architectures with Apache Kafka. Generates producers, consumers, stream processors, schema definitions with Avro/Protobuf, and Kafka Connect configurations for real-time data pipelines.
claude install-skill nicholasoxford/claude-code-skills/kafka Generate and debug Kubernetes YAML manifests — Deployments, Services, Ingress, ConfigMaps, RBAC, and Helm charts. Follows production-ready patterns with proper resource limits, health checks, and security contexts.
claude install-skill Jeffallan/claude-skills/kubernetes-specialist Build Retrieval-Augmented Generation (RAG) systems using LangChain. Creates document loaders, vector store configurations, retrieval chains, and conversational agents with proper chunking and embedding strategies.
claude install-skill Jeffallan/claude-skills/rag-architect Monitor and debug LLM applications with LangFuse. Instruments traces, tracks token usage and costs, creates evaluation datasets, runs prompt experiments, and builds quality dashboards for production AI systems.
claude install-skill nicholasoxford/claude-code-skills/langfuse Build web applications with Laravel. Generates Eloquent models, migrations, controllers, middleware, Blade templates, Livewire components, and queue jobs following Laravel best practices.
claude install-skill Jeffallan/claude-skills/laravel-specialist Run Lighthouse audits and get actionable fixes for Core Web Vitals — LCP, INP, and CLS. Analyzes performance scores, identifies bottlenecks, and generates specific code changes to improve page speed.
claude install-skill rampstackco/claude-skills/code-review-web Build retrieval-augmented generation pipelines with LlamaIndex. Generates document loaders, index configurations, query engines, agent tools, and evaluation harnesses for production RAG systems.
claude install-skill nicholasoxford/claude-code-skills/llamaindex Multi-agent autonomous startup system orchestrating 37 AI agents. Automates end-to-end startup operations from ideation through launch with specialized agent roles.
claude install-skill alirezarezvani/claude-skills/engineering/karpathy-coder Fine-tune open models efficiently with LoRA and QLoRA. Generates PEFT configs, dataset formatting, training scripts using transformers + bitsandbytes, eval harnesses, and merge-and-export steps for serving.
claude install-skill community/lora-finetuning Write end-to-end mobile tests with Maestro. Generates YAML test flows for iOS and Android, configures CI pipelines with Maestro Cloud, handles deep links, push notifications, and complex gesture sequences.
claude install-skill nicholasoxford/claude-code-skills/maestro-mobile Build AI agents and workflows in TypeScript with Mastra. Generates agent definitions, RAG pipelines, tool integrations, workflow graphs, and Next.js-native AI features with built-in memory and eval.
claude install-skill nicholasoxford/claude-code-skills/mastra Build Model Context Protocol (MCP) servers that give AI agents access to your tools and data. Generates server scaffolding, tool definitions, resource handlers, and transport configurations for Claude, Cursor, and other MCP clients.
claude install-skill anthropics/skills/mcp-builder Add instant search to your application with Meilisearch. Generates index configurations, search UI components, faceted filtering, typo-tolerant queries, and relevancy tuning for sub-50ms search results.
claude install-skill Jeffallan/claude-skills/feature-forge Build developer documentation with Mintlify. Generates mint.json configs, MDX content pages, OpenAPI spec integration, interactive API playgrounds, and custom component layouts.
claude install-skill nicholasoxford/claude-code-skills/mintlify Track ML experiments, models, and prompts with MLflow. Wires up autologging for sklearn/PyTorch/transformers, GenAI evaluation runs, model registry promotion flows, and Postgres+S3 backends for team-shared servers.
claude install-skill community/mlflow-tracking Design MongoDB schemas with Mongoose, build aggregation pipelines, configure Atlas clusters, implement full-text search, and optimize queries with proper indexing strategies.
claude install-skill nicholasoxford/claude-code-skills/mongodb Build visual workflow automations with n8n. Generates workflow JSON definitions, custom node implementations, AI agent pipelines, webhook triggers, and self-hosted deployment configs.
claude install-skill nicholasoxford/claude-code-skills/n8n Build applications with Neon's serverless PostgreSQL. Generates database branching workflows, connection pooling configs, Drizzle/Prisma integrations, edge-compatible drivers, and autoscaling configurations.
claude install-skill nicholasoxford/claude-code-skills/neon-postgres Build enterprise-grade Node.js backends with NestJS. Generates modules, controllers, services, guards, interceptors, and microservice patterns with full dependency injection and TypeScript decorators.
claude install-skill Jeffallan/claude-skills/nestjs-expert Build Next.js applications using App Router best practices. Generates server components, server actions, route handlers, middleware, and data fetching patterns with proper caching and revalidation strategies.
claude install-skill Jeffallan/claude-skills/nextjs-developer Automate Notion workspaces via the API. Creates databases, pages, templates, and integrations that sync project data, generate meeting notes, build dashboards, and manage team workflows programmatically.
claude install-skill Jeffallan/claude-skills/atlassian-mcp Implement authentication and authorization — OAuth 2.0/OIDC flows, JWT handling, session management, RBAC, and integration with providers like Auth0, Clerk, and NextAuth. Generates secure auth code with proper token handling.
claude install-skill Jeffallan/claude-skills/secure-code-guardian Run open-weight models locally with Ollama. Generates Modelfile configs, GPU/CPU tuning, OpenAI-compatible API wiring, structured outputs with JSON mode, and per-model memory budgets for laptop dev.
claude install-skill community/ollama-local Build production AI agents with the OpenAI Agents SDK. Generates agent definitions with function tools, handoff patterns, guardrails, MCP integration, and built-in tracing for multi-agent systems.
claude install-skill nicholasoxford/claude-code-skills/openai-agents Generate, validate, and maintain OpenAPI 3.x specifications for your REST APIs. Creates schemas from existing code, generates client SDKs, and produces interactive API documentation.
claude install-skill Jeffallan/claude-skills/api-designer Instrument your applications with OpenTelemetry for distributed tracing, metrics, and logging. Generates SDK setup, custom spans, metric collectors, and exporter configurations for Jaeger, Grafana, and Datadog.
claude install-skill Jeffallan/claude-skills/monitoring-expert Build type-safe, zero-runtime CSS with Panda CSS. Creates design tokens, recipes, slot recipes, and responsive patterns with compile-time CSS extraction — no runtime overhead from the Chakra UI team.
claude install-skill rampstackco/claude-skills/design-system Build content-driven applications with Payload CMS. Generates collection configs, custom fields, access control policies, hooks, and API endpoints with full TypeScript type safety and self-hosted deployment.
claude install-skill Jeffallan/claude-skills/fullstack-guardian Add vector similarity search to Postgres with pgvector. Generates schemas with HNSW/IVFFlat indexes, embedding columns, hybrid keyword+vector queries, and pooling-friendly patterns for production RAG.
claude install-skill community/pgvector Build HTML5 browser games with Phaser.js. Generates game scenes, sprite animations, physics bodies, tilemap levels, particle effects, and audio management for Canvas and WebGL games.
claude install-skill Jeffallan/claude-skills/game-developer Manage Pinecone serverless and pod-based indexes. Handles namespace design, upsert batching, metadata filtering, sparse-dense hybrid queries, and cost-aware index sizing for production RAG.
claude install-skill community/pinecone-vector Write and maintain end-to-end tests with Playwright. Generates test suites with proper page objects, fixtures, visual regression checks, and CI integration for cross-browser testing.
claude install-skill Jeffallan/claude-skills/playwright-expert General-purpose browser automation using Playwright. Automate web interactions, testing, scraping, and browser-based workflows with full control over navigation and DOM.
claude install-skill lackeyjb/playwright-skill Build backends with PocketBase — a single Go binary with SQLite, auth, file storage, and real-time subscriptions. Generates collection schemas, API rules, hooks, and JavaScript SDK integration.
claude install-skill nicholasoxford/claude-code-skills/pocketbase Migrate from pandas to Polars for fast, lazy DataFrames. Rewrites groupby/window/join chains using expression API, streams large datasets that don't fit in RAM, and emits idiomatic LazyFrame pipelines.
claude install-skill community/polars-dataframe Instrument applications with PostHog for product analytics, session replay, feature flags, and A/B experiments. Generates event tracking code, funnel definitions, cohort queries, and experiment configurations.
claude install-skill rampstackco/claude-skills/product-analytics-setup "PRE Engineering — Set up a Plan-Review-Execute multi-agent collaborative framework for any project. Three AI agent roles (Planner, Executor, Reviewer) work together through a shared collaboration log to continuously deliver project goals. TRIGGER when: user wants multiple AI age
claude install-skill obra/superpowers/skills/writing-plans Write Prisma schemas, queries, and migrations with best practices. Generates type-safe database access code, optimizes relation queries, and handles schema design for PostgreSQL, MySQL, and SQLite.
claude install-skill Jeffallan/claude-skills/postgres-pro Set up metrics collection and alerting with Prometheus. Generates PromQL queries, recording rules, alerting rules, Alertmanager routing configs, and custom exporters for application monitoring.
claude install-skill nicholasoxford/claude-code-skills/prometheus Design, test, and optimize prompts for LLMs. Implements structured prompting techniques — chain of thought, few-shot learning, system prompts, and evaluation frameworks to improve AI output quality and reliability.
claude install-skill nidhinjs/prompt-master Test and evaluate LLM outputs with PromptFoo. Generates eval configs, custom assertion functions, red-team security tests, model comparison matrices, and CI/CD integration for prompt regression testing.
claude install-skill nicholasoxford/claude-code-skills/promptfoo Define cloud infrastructure using TypeScript, Python, or Go with Pulumi. Generates stack definitions, component resources, dynamic providers, and multi-cloud architectures with real programming languages instead of HCL.
claude install-skill nicholasoxford/claude-code-skills/pulumi Build type-safe AI agents with Pydantic AI. Generates agent definitions with structured outputs, tool functions with dependency injection, streaming responses, and multi-agent orchestration patterns.
claude install-skill nicholasoxford/claude-code-skills/pydantic-ai Build data science workflows with Python — pandas DataFrames, scikit-learn models, matplotlib/plotly visualizations, and Jupyter notebooks. Generates clean, production-ready data pipelines with proper preprocessing.
claude install-skill Jeffallan/claude-skills/pandas-pro Analyze and optimize slow SQL queries. Reads EXPLAIN plans, suggests index strategies, rewrites subqueries as JOINs, and identifies N+1 patterns. Supports PostgreSQL, MySQL, and SQLite.
claude install-skill Jeffallan/claude-skills/sql-pro Build transactional and marketing emails with React components. Generates responsive email templates that render correctly in Gmail, Outlook, and Apple Mail using the React Email library from Resend.
claude install-skill rampstackco/claude-skills/email-sequences Build cross-platform mobile apps with React Native using the New Architecture (Fabric, JSI, TurboModules). Generates components, navigation flows, native modules, and performance-optimized patterns.
claude install-skill Jeffallan/claude-skills/react-native-expert Generate comprehensive README files by analyzing your codebase. Creates sections for installation, usage, API reference, configuration, contributing guidelines, and badges from your actual code and package config.
claude install-skill Jeffallan/claude-skills/code-documenter Implement Redis caching and data structures for high-performance applications. Designs cache-aside, write-through, and TTL strategies plus pub/sub messaging, rate limiting, and session management.
claude install-skill Jeffallan/claude-skills/sre-engineer Build, test, and explain regular expressions. Generates regex patterns from natural language descriptions, explains complex existing patterns step by step, and handles edge cases across JavaScript, Python, and Go flavors.
claude install-skill Jeffallan/claude-skills/prompt-engineer Build web applications with Ruby on Rails 8. Generates models with Active Record, Hotwire Turbo/Stimulus controllers, Action Cable channels, Solid Queue jobs, and deployment with Kamal 2.
claude install-skill nicholasoxford/claude-code-skills/ruby-rails Build high-performance web APIs in Rust with Axum. Generates route handlers, middleware, extractors, error handling, database integration with SQLx, and async patterns on the Tokio runtime.
claude install-skill Jeffallan/claude-skills/rust-engineer Implement file upload and storage with S3-compatible services. Generates presigned URL flows, multipart uploads, image processing pipelines, and CDN configurations for AWS S3, Cloudflare R2, and MinIO.
claude install-skill rampstackco/claude-skills/media-asset-management Comprehensive collection of scientific research skills — data analysis, experiment design, literature review, statistical modeling, and reproducible research workflows.
claude install-skill alirezarezvani/claude-skills/research Run lightweight static analysis on your code using Semgrep. Supports 30+ languages with customizable rules for security vulnerabilities, bug patterns, and code style enforcement.
claude install-skill trailofbits/skills/plugins/semgrep-rule-creator/skills/semgrep-rule-creator Give Claude Code full context on shadcn/ui components — proper usage patterns, theming, composition, and accessibility. Build UIs with the shadcn component library correctly.
claude install-skill anthropics/skills/canvas-design Build headless Shopify storefronts with Hydrogen. Generates product pages, cart logic, checkout flows, collection filters, and Storefront API queries with server-side rendering on Oxygen or Vercel.
claude install-skill Jeffallan/claude-skills/shopify-expert Convert documentation websites into Claude Skills automatically. Scrapes docs, structures content, and generates proper SKILL.md files from any documentation site.
claude install-skill yusufkaraaslan/Skill_Seekers Build real-time applications with Socket.io. Generates WebSocket servers with rooms, namespaces, acknowledgments, binary streaming, and auto-reconnection for chat, collaboration, and live dashboards.
claude install-skill Jeffallan/claude-skills/websocket-engineer Build enterprise Java applications with Spring Boot 3. Generates REST controllers, JPA entities, security configurations, reactive WebFlux handlers, and microservice patterns with Spring Cloud.
claude install-skill nicholasoxford/claude-code-skills/spring-boot Build, document, and test UI components in isolation with Storybook 8. Generates stories, interaction tests, accessibility checks, visual regression configs, and auto-generated documentation.
claude install-skill nicholasoxford/claude-code-skills/storybook Integrate Stripe payment processing — checkout sessions, subscriptions, webhooks, customer portal, and billing logic. Generates type-safe server code with proper error handling and idempotency.
claude install-skill rampstackco/claude-skills/integration-orchestrator Find gaps in your test suite using mutation testing with Stryker. Introduces deliberate code mutations and reports which ones your tests fail to catch, revealing undertested code paths.
claude install-skill trailofbits/skills/plugins/mutation-testing/skills/mutation-testing Build backend features with Supabase — authentication, database queries, row-level security policies, edge functions, real-time subscriptions, and storage. Generates type-safe client code with proper RLS.
claude install-skill rampstackco/claude-skills/backup-and-disaster-recovery Core skills library with 20+ battle-tested skills for Claude Code. Includes memory management, task planning, code review, git workflows, and development automation.
claude install-skill obra/superpowers Build full-stack web apps with SvelteKit and Svelte 5. Generates runes-based components, form actions, server-side load functions, API routes, and adapter configurations for edge deployment.
claude install-skill nicholasoxford/claude-code-skills/sveltekit Generate production-ready UI components using Tailwind CSS. Creates responsive layouts, interactive elements, dark mode variants, and accessible components following Tailwind best practices and design patterns.
claude install-skill rampstackco/claude-skills/frontend-component-build Manage server state in React with TanStack Query. Implements query caching, background refetching, optimistic updates, infinite scroll, pagination, and stale-while-revalidate patterns with full TypeScript support.
claude install-skill Jeffallan/claude-skills/react-expert Multi-source drug-target due-diligence: ranked gene list → per-gene dossier across UniProt, OpenTargets, PubMed + cross-lineage DE scan + composite re-ranking. Claude Code / OpenClaw / SkillsMP skill.
claude install-skill alirezarezvani/claude-skills/engineering/security-guidance Build fast, secure desktop applications with Tauri v2. Generates Rust backend commands, frontend integration, system tray setup, auto-updaters, multi-window management, and cross-platform packaging.
claude install-skill nicholasoxford/claude-code-skills/tauri Build durable, fault-tolerant workflows with Temporal. Generates workflow and activity definitions in TypeScript or Go, configures retry policies, implements saga patterns, and handles long-running business processes.
claude install-skill nicholasoxford/claude-code-skills/temporal Write, plan, and manage cloud infrastructure using Terraform HCL. Generates provider configs, resource definitions, modules, and state management strategies for AWS, GCP, Azure, and 3000+ providers.
claude install-skill Jeffallan/claude-skills/terraform-engineer Build 3D web experiences with Three.js and React Three Fiber. Creates scenes, lighting, materials, animations, physics simulations, and interactive 3D interfaces that run in the browser.
claude install-skill dgreenheck/webgpu-claude-skill Security analysis skills from Trail of Bits — static analysis with CodeQL and Semgrep, vulnerability detection, code auditing, and security review workflows.
claude install-skill trailofbits/skills Scan containers, filesystems, and IaC templates for vulnerabilities with Trivy. Generates CI pipeline configs, custom policies in Rego, SBOM reports, and remediation strategies for CVEs.
claude install-skill nicholasoxford/claude-code-skills/trivy Build end-to-end type-safe APIs with tRPC. Generates routers, procedures with Zod validation, middleware chains, subscriptions, React Query integration, and server-side caller patterns.
claude install-skill nicholasoxford/claude-code-skills/trpc Scan your codebase for leaked credentials, API keys, and secrets using TruffleHog. Detects 800+ credential types with live verification against real APIs to confirm which leaks are active.
claude install-skill trailofbits/skills/plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor Set up and manage monorepos with Turborepo. Configures task pipelines, remote caching, workspace dependencies, shared packages, and CI/CD optimization that reduces build times by 70-90%.
claude install-skill Jeffallan/claude-skills/cli-developer Build edge-first applications with Turso's distributed SQLite. Generates embedded replica configs, Drizzle ORM integration, multi-tenant database-per-user patterns, and edge function connections.
claude install-skill nicholasoxford/claude-code-skills/turso Master advanced TypeScript — generics, conditional types, template literals, branded types, discriminated unions, and type-level programming. Generates type-safe utilities and fixes complex type errors.
claude install-skill Jeffallan/claude-skills/typescript-pro Generate professional PDFs with Typst — the modern LaTeX alternative. Creates reports, invoices, resumes, academic papers, and presentations with clean markup that compiles instantly.
claude install-skill anthropics/skills/pdf Build AI-powered applications with the Vercel AI SDK. Generates streaming chat UIs, tool-calling agents, structured output extraction, and multi-provider LLM integrations with React Server Components.
claude install-skill Jeffallan/claude-skills/mcp-developer Configure and optimize Vite for modern web projects. Generates vite.config files, custom plugins, library mode builds, SSR configurations, environment handling, and performance optimizations.
claude install-skill nicholasoxford/claude-code-skills/vite Write fast unit tests with Vitest — the Vite-native test runner. Generates test suites with mocking, spying, snapshot testing, code coverage, and in-source testing with native ESM and TypeScript support.
claude install-skill Jeffallan/claude-skills/test-master Deploy high-throughput LLM inference with vLLM. Generates server configurations, model loading scripts, PagedAttention tuning, LoRA adapter serving, structured output schemas, and GPU memory optimization.
claude install-skill nicholasoxford/claude-code-skills/vllm Build high-performance web apps with WebAssembly. Generates Rust-to-WASM bindings with wasm-bindgen, AssemblyScript modules, WASI components, memory management patterns, and JavaScript interop layers.
claude install-skill nicholasoxford/claude-code-skills/webassembly Design and query Weaviate collections for semantic search. Generates class schemas, vectorizer configs, hybrid BM25+vector queries, multi-tenancy patterns, and async batch import for millions of objects.
claude install-skill community/weaviate-vector Generate favicons, app icons, social media images, and Open Graph assets. Creates all required sizes and formats for web, iOS, Android, and social platforms.
claude install-skill anthropics/skills/web-artifacts-builder Transcribe audio and video files to text using OpenAI Whisper. Generates accurate transcripts with timestamps, speaker diarization, and subtitle files (SRT/VTT) in 99+ languages.
claude install-skill Jeffallan/claude-skills/python-pro Build headless WordPress sites with the REST API or WPGraphQL. Generates custom post types, ACF field groups, GraphQL queries, and Next.js/Astro frontend integrations for decoupled WordPress architectures.
claude install-skill Jeffallan/claude-skills/wordpress-pro Zilliz Cloud plugin for Claude Code — manage clusters, collections, vector search, backups, and more through natural language.
/zilliz-plugin Design type-safe validation schemas with Zod. Generates runtime validators for API inputs, form data, environment variables, and config files with automatic TypeScript type inference and custom error messages.
claude install-skill Jeffallan/claude-skills/typescript-pro Manage React application state with Zustand. Creates typed stores, implements middleware (persist, devtools, immer), handles async actions, and designs store architecture for complex applications.
claude install-skill Jeffallan/claude-skills/react-expert Reflective pass over memory files: merge duplicates, fix stale facts, prune the index.
/anthropic-skills:consolidate-memory Create and edit Word documents: reports, memos, letters with tables of contents and formatting.
/anthropic-skills:docx Everything with PDF files: read and extract text or tables, combine or split PDFs, rotate pages, add watermarks, create new PDFs, fill forms, encrypt/decrypt, extract images, and OCR scanned documents.
/anthropic-skills:pdf Create and edit presentations: slide decks, pitch decks, templates, speaker notes.
/anthropic-skills:pptx Create, modify, and test custom skills. Run evals, benchmark performance, optimize triggers.
/anthropic-skills:skill-creator Work with Excel/CSV files: add columns, formulas, charts, clean messy data, convert formats.
/anthropic-skills:xlsx Answer data questions — from quick metric lookups to full analyses. Investigates trends, compares segments, explains drops and spikes, and prepares formal data reports for stakeholders.
/data:analyze Build interactive HTML dashboards with charts, filters, KPI cards. Self-contained browser report.
/data:build-dashboard Create publication-quality charts with Python. Right chart type for any comparison or trend.
/data:create-viz Profile and explore datasets: null rates, distributions, duplicates, data quality issues.
/data:explore-data Write correct, performant SQL across all dialects. Optimized analytical queries with CTEs.
/data:sql-queries Apply stats methods: descriptive stats, trend analysis, outlier detection, hypothesis testing.
/data:statistical-analysis QA analysis before sharing: methodology checks, accuracy, aggregation logic, bias review.
/data:validate-data Write optimized SQL: CTEs, window functions, joins. Supports Snowflake, BigQuery, Postgres.
/data:write-query WCAG 2.1 AA audit for designs and pages. Color contrast, keyboard nav, screen reader behavior.
/design:accessibility-review Create generative art using p5.js with seeded randomness and interactive parameter exploration. Build flow fields, particle systems, and computational aesthetic movements expressed through code.
/algorithmic-art Apply Anthropic's official brand colors, typography, and visual identity to artifacts. Use when brand styling, corporate identity, or company design standards apply to any deliverable.
/brand-guidelines Create beautiful visual art in PNG and PDF formats using design philosophy. Build posters, artwork, and static visual pieces with original design philosophies expressed on canvas.
/canvas-design Structured design feedback on usability, hierarchy, and consistency for any stage of design.
/design:design-critique Create distinctive, production-grade frontend interfaces with bold design choices that avoid generic AI aesthetics. Build web components, landing pages, dashboards, and full applications.
/frontend-design Generate developer handoff specs: layout, tokens, component props, interaction states, breakpoints.
/design:design-handoff Synthesize user research into themes, insights, and recommendations from interviews and surveys.
/design:research-synthesis Create animated GIFs optimized for Slack with proper dimensions, frame rates, and file sizes. Handles emoji GIFs (128x128) and message GIFs (480x480).
/slack-gif-creator Audit, document, or extend your design system. Checks for naming inconsistencies, hardcoded values across components, writes component documentation with variants and accessibility notes.
/design:design-system Apply professional font and color themes to artifacts — slides, docs, reports, landing pages. 10 pre-set themes with colors and fonts, plus on-the-fly custom theme generation.
/theme-factory Plan and conduct user research. Interview guides, usability tests, survey design.
/design:user-research Write or review UX copy — microcopy, error messages, empty states, CTAs, confirmation dialogs, and onboarding text. Gets the words right so your interface feels polished and human.
/design:ux-copy Create and evaluate architecture decision records (ADRs). Use when choosing between technologies, documenting design decisions with trade-offs, reviewing system design proposals, or designing new components from requirements.
/engineering:architecture Build, debug, and optimize Claude API and Anthropic SDK applications. Handles prompt caching, tool use, batch processing, thinking, compaction, and model migration between Claude versions.
/claude-api Review code changes for security vulnerabilities, performance issues, and correctness. Catches N+1 queries, injection risks, missing edge cases, and error handling gaps before they reach production.
/engineering:code-review Structured debugging session — reproduce, isolate, diagnose, and fix. Best for error messages, stack traces, staging vs production divergence, or when behavior unexpectedly deviates from expected.
/engineering:debug Pre-deployment verification checklist. Verify CI, migrations, flags, rollback plan before shipping.
/engineering:deploy-checklist Write and maintain technical docs: READMEs, runbooks, API docs, architecture guides.
/engineering:documentation Run incident response: triage, communicate, resolve, and write a blameless postmortem.
/engineering:incident-response Build high-quality MCP (Model Context Protocol) servers to integrate external APIs and services. Supports Python (FastMCP) and Node/TypeScript (MCP SDK) implementations.
/mcp-builder Generate standup updates from git commits and recent work. Formats yesterday/today/blockers in seconds.
/engineering:standup Design systems, services, and APIs. Covers data models, service boundaries, scaling trade-offs.
/engineering:system-design Identify, categorize and prioritize technical debt. Audit code health and build a refactoring backlog.
/engineering:tech-debt Design test strategies and plans. From unit to e2e, coverage targets, and CI integration.
/engineering:testing-strategy Build complex multi-component claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui. Handles state management, routing, and component composition for rich web experiences.
/web-artifacts-builder Test local web applications using Playwright for UI verification. Capture screenshots, debug UI behavior, view browser logs, and verify frontend functionality.
/webapp-testing Build server-side API routes in Expo Router. Create REST endpoints, handle authentication, connect to databases, and deploy serverless functions alongside your mobile app.
/expo-api-routes Deploy Expo/React Native apps with EAS Build and Submit. Configure build profiles, app signing, over-the-air updates, and app store submission workflows.
/expo-deployment Build native UI components in Expo using SwiftUI (iOS) and Jetpack Compose (Android). Create truly native experiences beyond React Native's built-in components.
/building-native-ui Review content against brand voice and style guide. Flags deviations with before/after fixes.
/marketing:brand-review Full campaign brief with objectives, audience, messaging, channel strategy, and content calendar.
/marketing:campaign-plan Research competitors and generate positioning comparison with content gaps and threats.
/marketing:competitive-brief Draft marketing content across channels — blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations.
/marketing:content-creation Draft blog posts, social media, email newsletters, landing pages with SEO recommendations.
/marketing:draft-content Design and draft multi-email sequences with full copy, timing, branching logic, exit conditions, and performance benchmarks for onboarding, lead nurture, re-engagement, and product launches.
/marketing:email-sequence Build marketing performance reports with trend analysis, wins, misses, and next-period priorities.
/marketing:performance-report Comprehensive SEO audit: keyword research, on-page analysis, content gaps, technical checks.
/marketing:seo-audit Brainstorm product ideas, explore problem spaces, stress-test assumptions as a thinking partner.
/product-management:brainstorm Competitive analysis brief for features or market position. For roadmap and board materials.
/product-management:competitive-brief Review product metrics with trend analysis. Investigate spikes, compare against targets.
/product-management:metrics-review Update, create, or reprioritize your product roadmap. Now/Next/Later view from scratch.
/product-management:roadmap-update Plan a sprint: scope work, estimate capacity, set goals, handle carryover.
/product-management:sprint-planning Generate stakeholder updates tailored to audience: exec brief, engineering detail, customer-facing.
/product-management:stakeholder-update Synthesize user research from interviews, surveys, tickets into structured insights.
/product-management:synthesize-research Write a feature spec or PRD from a problem statement or feature idea. Turns vague ideas into structured documents with goals, non-goals, success metrics, user stories, and acceptance criteria.
/product-management:write-spec Structured workflow for co-authoring documentation, proposals, technical specs, and decision docs. Three-stage process: context gathering, refinement, and reader testing.
/doc-coauthoring Write internal communications using company-standard formats: 3P updates, status reports, leadership updates, newsletters, FAQs, incident reports, and project updates.
/internal-comms Two-tier memory system. CLAUDE.md for working memory, memory/ directory for knowledge base.
/productivity:memory-management Initialize the productivity system. Bootstrap working memory from your task list.
/productivity:start Simple but powerful task management using a shared TASKS.md file. Track commitments, add and complete tasks, manage priorities, and stay on top of deadlines without switching to another app.
/productivity:task-management Sync tasks and refresh memory. Pull new assignments, triage stale tasks, catch buried todos.
/productivity:update Deep research on target accounts and contacts. Actionable sales intel from web research.
/sales:account-research Prepare for a sales call with account context, attendee research, suggested agenda, and discovery questions. Walk into every call knowing the company's priorities, likely objections, and what a win looks like.
/sales:call-prep Process call notes or transcripts: action items, follow-up email, internal summary.
/sales:call-summary Research competitors and build interactive battlecards with comparison matrix.
/sales:competitive-intelligence Generate tailored sales assets: landing pages, decks, one-pagers from deal context.
/sales:create-an-asset Start your day with a prioritized sales briefing: meetings, pipeline, priorities.
/sales:daily-briefing Research a prospect then draft personalized cold outreach emails and LinkedIn messages. Uses web research to find specific hooks — recent news, hires, product launches, or pain points — that make your message stand out.
/sales:draft-outreach Weighted sales forecast with best/likely/worst scenarios, commit vs upside, gap analysis.
/sales:forecast Analyze pipeline health, prioritize deals, flag risks, and get a weekly action plan.
/sales:pipeline-review Review code with Sentry's engineering standards. Focuses on error handling, observability, logging, and production-readiness patterns.
/sentry-code-review Debug and fix production issues using Sentry data. Analyze error traces, performance bottlenecks, and user impact to prioritize and resolve issues quickly.
/sentry-fix-issues Integrate Sentry monitoring into Next.js applications. Setup, configuration, error boundaries, performance monitoring, and source maps for full-stack observability.
/sentry-nextjs-sdk Automated PR review powered by Sentry context. Reviews pull requests with awareness of production error patterns, performance regressions, and observability gaps.
/sentry-pr-code-review Optimize how your brand appears in AI responses (ChatGPT, Claude, Perplexity). GEO strategy.
/searchfit-seo:ai-visibility Find and fix broken links on a site or codebase. Identifies dead URLs and suggests fixes.
/searchfit-seo:broken-links Detailed content brief for articles: keyword angle, outline, audience, competitive positioning.
/searchfit-seo:content-brief Develop a content strategy for SEO and organic growth. Includes topic research, keyword clustering, content calendar, audience targeting, and competitive positioning to maximize organic traffic.
/searchfit-seo:content-strategy Translate content for international SEO with hreflang, keyword research, cultural adaptation.
/searchfit-seo:content-translation Generate SEO-optimized content: full article with title, meta, headings, internal links, schema.
/searchfit-seo:create-content Analyze and improve internal link structure: orphan pages, link equity, site architecture.
/searchfit-seo:internal-linking Cluster keywords into topical groups mapped to content pages with recommendations.
/searchfit-seo:keyword-clustering Optimize a specific page for SEO: title, meta, headings, structured data, keyword placement.
/searchfit-seo:on-page-seo Generate JSON-LD structured data for rich snippets: Article, Product, FAQ, LocalBusiness.
/searchfit-seo:schema-markup Run a comprehensive SEO audit — keyword research, on-page analysis, content gaps, technical checks, and competitor comparison. Get a prioritized action plan split into quick wins and strategic investments.
/searchfit-seo:seo-audit Technical SEO audit: Core Web Vitals, crawlability, sitemap, robots.txt, render blocking.
/searchfit-seo:technical-seo React composition patterns that scale. Compound components, render props, context providers, and component architecture for building flexible component libraries.
/vercel-composition-patterns Deploy applications and websites to Vercel instantly. Handles deployment, preview URLs, environment variables, and project configuration.
/deploy-to-vercel Vercel cost and performance optimization for deployed projects. Analyzes metrics, usage, and project config to produce ranked recommendations for bill reduction and speed improvements.
/vercel-optimize React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering components, data fetching, bundle optimization, and rendering.
/vercel-react-best-practices React Native and Expo best practices for performant mobile apps. 16 rules across 7 sections covering performance, architecture, animations, and platform-specific patterns.
/vercel-react-native-skills Implement smooth, native-feeling animations using React's View Transition API. Page transitions, shared element animations, route change animations, and directional navigation.
/vercel-react-view-transitions Review UI code for web interface best practices compliance. Audits 100+ rules covering accessibility, performance, UX patterns, and responsive design.
/web-design-guidelines Build VR and AR experiences for the web with A-Frame — declarative HTML entities on top of Three.js. Covers components, scenes, asset management, WebXR controllers, hand tracking, and AR passthrough on Quest/Vision Pro.
claude install-skill community/aframe-webxr Build typed, testable LLM functions with BAML — a DSL that compiles prompts into typesafe clients for TypeScript, Python, and Ruby. Handles schema-aligned parsing, function definitions, retries, and playground testing.
claude install-skill community/baml-llm Build games with Bevy — Rust's data-driven ECS game engine. Covers components, systems, queries, scenes, assets, rendering pipeline, physics with Avian/Rapier, and WebAssembly deployment.
claude install-skill community/bevy-rust-games Manage API collections with Bruno — open-source Postman alternative that stores requests as plain text files in your git repo. Covers .bru file format, environment variables, scripting, tests, and CI integration with bru CLI.
claude install-skill community/bruno-api-client Build fast JavaScript apps with Bun — bundler, test runner, package manager, and runtime in one binary. Covers HTTP server APIs, SQLite-by-default, FFI, bun:test, workspaces, and migration from Node.js.
claude install-skill community/bun-runtime Build CI/CD pipelines as code with Dagger — containerized, language-native SDKs in Go, Python, TypeScript, Java. Eliminates YAML pipeline drift between local and CI by running the same pipeline anywhere.
claude install-skill community/dagger-ci Add LLM observability with Helicone — one-line proxy integration for OpenAI, Anthropic, and OpenRouter. Sets up request logging, cost tracking, prompt versioning, cache, rate limiting, and user-level analytics.
claude install-skill community/helicone-llm-ops Build interactive web apps with HTMX — server-rendered HTML over the wire, no JSON APIs, no client bundles. Covers hx-* attributes, SSE, websockets, swap strategies, and progressive enhancement patterns.
claude install-skill community/htmx-hypermedia Build data lakehouses with Apache Iceberg — open table format with ACID transactions, time travel, schema evolution, and hidden partitioning on S3/GCS. Covers PyIceberg, Spark, Trino, Polaris/Lakekeeper catalogs.
claude install-skill community/iceberg-lakehouse Build stateful agents with persistent memory using Letta (formerly MemGPT). Configures memory blocks, archival memory, tool execution, and self-editing memory loops that survive across sessions and process restarts.
claude install-skill community/letta-agents Build reactive Python notebooks with Marimo that store as .py files, deploy as apps, and never produce hidden-state bugs. Generates reactive cells, UI elements, SQL integration, and deployable dashboards.
claude install-skill community/marimo-notebooks Run Python on serverless GPUs with Modal — define containers, GPUs, schedules, and web endpoints in pure Python. Covers function decorators, volumes, secrets, async, batching, and cold-start tuning.
claude install-skill community/modal-serverless-ml Force LLMs to produce valid JSON, regex matches, or grammar-constrained outputs with Outlines. Works with open-weight models via Transformers, vLLM, llama.cpp, and remote APIs that support structured outputs.
claude install-skill community/outlines-generation Build instantly-interactive web apps with Qwik — resumable framework that ships zero JS by default. Covers components, signals, route loaders, server actions, and Qwik City deployments.
claude install-skill community/qwik-framework Build reactive UIs with Solid.js — fine-grained signals, no virtual DOM, React-like JSX. Covers signals, stores, resources, SolidStart routing, server actions, and migration from React.
claude install-skill community/solidjs-reactive Automate Terraform plan/apply via PR comments with Atlantis. Generates atlantis.yaml project configs, server-side workflows, custom run steps, policy checks (Conftest), and locking strategies.
claude install-skill community/atlantis-terraform Build and deploy serverless apps on AWS with SAM. Generates template.yaml, Lambda + API Gateway + EventBridge wiring, local invoke configs, layer management, and CI deploys via sam pipeline.
claude install-skill community/aws-sam-serverless Build internal developer portals with Backstage. Generates catalog-info.yaml entities, software templates (Scaffolder), TechDocs configs, custom plugins, and integrates GitHub/Kubernetes/CI providers.
claude install-skill community/backstage-portal Run hybrid CI/CD on your own infra with Buildkite. Generates pipeline.yaml steps, dynamic pipeline uploads, agent queues, plugin configs, parallelism with sharding, and blocked-step approvals.
claude install-skill community/buildkite-pipelines Connect an AI agent to your live Chrome session to read and interact with open tabs without extra setup or browser relaunch.
/chrome-cdp-skill Run Cilium for K8s networking, security, and observability. Generates CiliumNetworkPolicy, ClusterMesh configs, Hubble flow filters, BGP peering, Ingress, and L7 policies via Envoy.
claude install-skill community/cilium-ebpf Build and test production-ready software from simple prompts using a reliable 9-stage pipeline with full verification and adversarial testing.
/claude-enterprise-skills Build internal platform APIs with Crossplane. Generates Compositions, CompositeResourceDefinitions, Functions (KCL/Python), provider configs for AWS/GCP/Azure, and team-facing claims.
claude install-skill community/crossplane-platforms Use when profiling wallets, analyzing protocols or pools, inspecting token metrics, evaluating DEX liquidity or LP/vault performance, reading smart contract state, resolving proxy contracts and unknown interfaces, tracing exploit fund flows, or investigating on-chain incidents on
/defi-onchain-analytics Run GitOps on Kubernetes with Flux v2. Generates GitRepository/Kustomization/HelmRelease manifests, image automation, multi-tenancy with Flux RBAC, and progressive delivery via Flagger.
claude install-skill community/flux-gitops Run distributed tracing at scale with Grafana Tempo. Generates Helm values, S3/GCS object-storage configs, TraceQL queries, service graphs, span metrics, and exemplar links from Prometheus.
claude install-skill community/grafana-tempo Replace Cluster Autoscaler with Karpenter on EKS. Generates NodePool and EC2NodeClass manifests, spot/on-demand mixes, consolidation policies, instance-type weights, and disruption budgets.
claude install-skill community/karpenter-autoscaling Manage Kubernetes manifests with Kustomize overlays. Generates bases, environment overlays, strategic merge patches, JSON patches, ConfigMap/Secret generators, replacements, and components.
claude install-skill community/kustomize-config Use when organizing media files (movies, TV, anime) on NAS or local storage - cleaning junk files, merging scattered episodes, normalizing folder names to "Title (Year)" format, and verifying episode completeness against TMDB
/media-library-organizer-skill Generate expert Nano Banana 2 prompts from plain-English ideas and create 4K images automatically using Gemini Flash and Hypereal API.
/nano-banana-prompts Schedule containers, VMs, and Java/exec workloads with Nomad. Generates job HCL, scaling policies, Consul service mesh wiring, Vault integration, multi-region federation, and CSI volumes.
claude install-skill community/nomad-orchestrator Run real dependencies in integration tests with Testcontainers. Generates fixtures for Postgres/Redis/Kafka/Localstack, network setup, reusable containers, and CI tuning for Go, Node, Python, and Java.
claude install-skill community/testcontainers Iterate on K8s services locally with Tilt. Generates Tiltfile configs, live_update rules, custom_build, port-forwards, resource groupings, and integrations with kind/k3d/Docker Desktop.
claude install-skill community/tilt-local-k8s Manage secrets, dynamic credentials, and encryption with HashiCorp Vault. Generates policies, auth method configs (Kubernetes, AWS IAM, OIDC), dynamic database creds, PKI, transit encryption, and Vault Agent templates.
claude install-skill community/vault-secrets Build high-throughput log/metric/trace pipelines with Vector. Generates sources, transforms (VRL), sinks, end-to-end ACKs, disk buffers, and topologies that fan out to Datadog/Loki/S3/Kafka.
claude install-skill community/vector-observability Build user interfaces for Anthropic AI models using this React and Tailwind framework designed for effective human-AI interaction.
/claude-code-design-ai Search GitHub for Claude Code skills, plugins, and agents. Use when the user asks to find, discover, or list community Claude Code skills, or asks "what skills exist for X" (e.g. SEO, testing, deployment, content).
/claude-skills-finder Searching, installing, deleting, and syncing skills
/skill-lake Add zero-config layout animations to lists, grids, and dynamic UIs with FormKit AutoAnimate. One directive — children fade, slide, and reorder smoothly.
claude install-skill community/auto-animate Catch every pixel regression with Chromatic. Configures Storybook visual snapshots, cross-browser captures, interaction tests, and TurboSnap to only re-test what changed.
claude install-skill community/chromatic-visual Build professional, high-performance animations with GSAP. Generates timeline sequences, ScrollTrigger effects, SVG morphing, text animations, and physics-based motion that work across every browser.
claude install-skill community/gsap-animation Manage React state with Jotai atoms — primitive, composable units that beat Context + useReducer for derived state, async data, and per-component subscriptions.
claude install-skill community/jotai-state Add buttery smooth scroll to any web app with Lenis. Configures inertia, anchor links, scroll snapping, and integrates cleanly with GSAP ScrollTrigger and Framer Motion useScroll.
claude install-skill community/lenis-scroll Render After Effects animations as crisp, lightweight Lottie JSON in React. Configures playback, controllers, interactivity, and DotLottie for 90% smaller files.
claude install-skill community/lottie-react Build hardware-accelerated animations with Motion One — the tiny (3kb) library powered by the Web Animations API. Works with vanilla JS or any framework.
claude install-skill community/motion-one Tiny (334 bytes) framework-agnostic state for React, Vue, Svelte, Solid, Preact, and Astro islands. Atoms, maps, and computed stores that share state across multiple frameworks on the same page.
claude install-skill community/nanostores Generate design tokens for every platform from a single source of truth. Style Dictionary transforms JSON tokens into CSS variables, Tailwind config, iOS/Android color resources, and Figma tokens.
claude install-skill community/style-dictionary Build fully type-safe React routes with TanStack Router. Search params are typed, loaders run in parallel, errors fall back gracefully, and the URL is the source of truth.
claude install-skill community/tanstack-router Write component tests the way users use the app with React/Vue/Svelte Testing Library. Enforces accessibility-first queries (getByRole, getByLabelText), userEvent over fireEvent, and resilient async assertions.
claude install-skill community/testing-library Use the on-demand atomic CSS engine that's 5x faster than Tailwind JIT. UnoCSS gives you Tailwind-compatible utilities plus icons, attributify mode, shortcuts, and zero-runtime presets.
claude install-skill community/unocss-engine Mutate state directly with Valtio's proxy-based store. Reads track automatically, snapshots are immutable, and React re-renders only the components that actually used changed fields.
claude install-skill community/valtio-state Write type-safe CSS in TypeScript that compiles to zero-runtime static CSS. Vanilla Extract gives you variables, theming, recipes, and sprinkles with the static performance of CSS modules.
claude install-skill community/vanilla-extract Model complex UI logic with XState v5 state machines and statecharts. Eliminates impossible states, makes async flows explicit, and visualizes app behavior.
claude install-skill community/xstate-machines Access Claude 3.5 Sonnet and Opus models on desktop and mobile through this cross-platform client featuring a custom Mythos aesthetic.
/claude-mythos-ai-anthropic-app Interactive project scaffolding wizard — detects environment, audits existing tools, then sets up any stack with explicit user approval at every step
/claude-scaffold-skill Best Claude Code Memory Toolkit Alternative 2026 – Smart Markdown Session Manager
/claude-session-memory-core Move data between 400+ sources and destinations with Airbyte. Generates connector configs, custom Python CDK connectors, sync schedules, and Terraform-managed deployments for Airbyte Cloud and OSS.
claude install-skill community/airbyte-elt Author, schedule, and monitor data workflows with Apache Airflow. Generates DAGs, custom operators, TaskFlow API pipelines, sensors, XCom patterns, and deferrable operators for production orchestration.
claude install-skill community/airflow-orchestration Build on Google BigQuery — partitioning, clustering, BI Engine, materialized views, BigFrames, Dataform, and slot management. Generates optimized SQL, governance configs, and cost-aware schemas.
claude install-skill community/bigquery-analytics Build Python-native stream processing pipelines with Bytewax. Generates dataflows, stateful operators, windowing logic, Kafka/Redis connectors, and Kubernetes deployments — no JVM required.
claude install-skill community/bytewax-streams Build Python ELT pipelines with dlt (data load tool). Generates source functions, resource definitions, schema inference, incremental loads, and destination configs for warehouses, lakes, and vector DBs.
claude install-skill community/dlt-loading Build stateful stream processing with Apache Flink. Generates DataStream and Table API jobs, SQL pipelines, watermark strategies, exactly-once sinks, and Kubernetes Operator deployments.
claude install-skill community/flink-streaming Validate data quality with Great Expectations 1.x. Generates Expectation Suites, Checkpoints, Data Docs, and integrations with Airflow, dbt, and CI pipelines to catch bad data before it reaches downstream.
claude install-skill community/great-expectations Write streaming SQL with Materialize for sub-second incremental views over Kafka, Postgres CDC, and webhooks. Generates sources, materialized views, sinks, and subscribe queries for real-time apps.
claude install-skill community/materialize-streaming Build self-serve dashboards and embedded analytics with Metabase. Generates question definitions, dashboard JSON, SQL snippets, models, and configures the API for programmatic management and SSO embedding.
claude install-skill community/metabase-bi Build Python-native data workflows with Prefect 3. Generates flows, tasks, deployments, work pools, automations, and event-driven triggers — with retries, caching, and observability baked in.
claude install-skill community/prefect-workflows Build on Snowflake — warehouses, tables, dynamic tables, Snowpark, Streamlit apps, RBAC, and cost controls. Generates DDL, governance configs, Terraform, and performance-optimized queries.
claude install-skill community/snowflake-warehouse Test data quality with Soda Core and SodaCL. Generates YAML check definitions, anomaly detection rules, dbt integrations, and CI scans for freshness, schema, distribution, and reconciliation.
claude install-skill community/soda-data-quality Build BI dashboards with Apache Superset. Generates dataset YAMLs, chart configs, dashboard exports, Jinja-templated SQL, RBAC roles, and Helm/Docker deployments for production analytics platforms.
claude install-skill community/superset-analytics Ship real-time analytics APIs with Tinybird. Generates data sources, materialized views, pipes, and published API endpoints powered by ClickHouse — for in-product analytics, monitoring, and personalization.
claude install-skill community/tinybird-realtime Pure instruction-pack skill wrapping Ai2's Asta MCP server (Semantic Scholar). Intent-to-tool routing, safe defaults, multi-agent.
/asta-skill Three-phase collaboration workflow between Claude Code (planner/decision-maker) and Codex CLI (implementer/reviewer) via the codex-plugin-cc plugin. Use whenever a coding task involves multiple files, new modules, cross-cutting refactors, business logic changes, or anything that
/claude-codex-handoff Token Optimizer 2026: Eliminate Ghost Tokens, Fix Context Decay & Survive Compaction
/ghost-token-hunter Claude Quiz Engine 2026 - Moodle MCQ Generator for GIFT XML Aiken
/moodle-quizsmith Best AI Code Architect 2026: Diagram-First Agent Orchestrator with AST Editing & Atomic Commits
/outline-driven-toolkit Claude Newton: AI Reasoning Partner 2026 - Calibrated Pushback & Current Sources
/sparring-reason Modern Web Design Playbook 2026 – Niche Tokens, Sticky Switcher & Conversion Funnel
/sticky-switcher-funnel-playbook Autonomous text-to-game pipeline for Godot, powered by Claude Code
/godotmaker Popper Probe Repo: Automated Vulnerability Scanner 2026 - Smart GitHub Code Analysis
/popper-scope Build ultra-fast Rust APIs with Actix Web. Generates extractors, middleware, app state, database pools, and WebSocket actors with Rust's type system guaranteeing thread safety and memory safety.
claude install-skill community/actix-web-rust Build full-featured Node.js web apps with AdonisJS. Generates models, controllers, validators, auth guards, mailers, and database migrations with a batteries-included MVC architecture.
claude install-skill community/adonisjs Build fast web apps with Deno Fresh. Create islands of interactivity, server-rendered pages, API routes, and middleware using Deno's secure runtime with zero build step and just-in-time rendering.
claude install-skill community/deno-fresh Build robust TypeScript services with Effect. Generates typed error handling, dependency injection, concurrency primitives, retries, and structured services with full composability and type-safe error channels.
claude install-skill community/effect-ts Build blazing-fast APIs with Elysia, the Bun-native web framework. Generates type-safe routes, validation schemas, WebSocket handlers, and Eden Treaty RPC clients with end-to-end type inference.
claude install-skill community/elysia-bun Build cloud backends with Encore's infrastructure-from-code approach. Define APIs, databases, pub/sub, and cron jobs in Go or TypeScript — Encore provisions the cloud resources automatically.
claude install-skill community/encore-backend Build Node.js APIs and web apps with Express.js. Generates routes, middleware chains, error handlers, authentication, and production configs with the most widely adopted Node.js web framework.
claude install-skill community/express-js Build high-performance Go APIs with Gin. Generates route groups, middleware chains, request binding, validation, JWT auth, and structured error handling with Go's concurrency for blazing-fast APIs.
claude install-skill community/gin-go Build async Kotlin servers and clients with Ktor. Generate routing, content negotiation, authentication, WebSockets, and HTTP clients using Kotlin coroutines for lightweight, non-blocking backends.
claude install-skill community/ktor-kotlin Build async Python APIs with Litestar. Generates controllers, DTOs, dependency injection, OpenAPI docs, and SQLAlchemy integration with built-in support for WebSockets, caching, and background tasks.
claude install-skill community/litestar-python Build serverless APIs on Netlify. Create background functions, scheduled functions, edge functions, and Blobs storage with TypeScript, streaming responses, and zero-config deploys from git.
claude install-skill community/netlify-functions Build universal server-side apps with Nitro, the engine behind Nuxt. Create API routes, server middleware, cached handlers, and deploy anywhere — Vercel, Cloudflare, Deno, Bun, or Node.js.
claude install-skill community/nitro-server Deploy apps to Railway with zero config. Set up databases, Redis, cron jobs, autoscaling, and custom domains with Railway's git-push deploys, Nixpacks builds, and per-environment variables.
claude install-skill community/railway-deploy Build full-stack serverless apps on AWS with SST. Scaffold APIs, databases, cron jobs, queues, and frontends using infrastructure-as-code with live Lambda debugging and zero-config deploys.
claude install-skill community/sst-serverless Build reliable background jobs with Trigger.dev. Create long-running tasks, scheduled crons, webhook handlers, and event-driven workflows with retries, concurrency limits, and real-time run monitoring.
claude install-skill community/trigger-dev Use Upstash serverless Redis, Kafka, QStash, and Vector in your apps. Implement caching, rate limiting, message queues, scheduled tasks, and vector search — all with HTTP-based APIs and per-request pricing.
claude install-skill community/upstash-serverless Write serverless scripts on Val Town. Create HTTP endpoints, cron jobs, email handlers, and composable vals with instant deploys — like GitHub Gists that run as serverless functions.
claude install-skill community/val-town Multi-agent debate, red-team, evidence checking and judge skills for Claude Code, OpenAI Codex, Hermes Agent, OpenClaw and AI coding agents
/agent-arena Falsification Chain of Thought — post-hoc verification of AI judgments using falsificationism to counter sycophancy bias
/agent-fcot Imposes a Trappist-style vow of silence on Claude. Claude continues to fulfill every request, but produces zero conversational prose — work flows through tool calls, file edits, code blocks, and bracketed stage-direction glyphs. Long answers are written to scrolls under `cloister
/brother-claudius Keep track of skills you want to try later. Your wishlist syncs across sessions once you sign in with GitHub. It only takes a second.
Sign in with GitHubWe only request read access to your profile.