algorithmic-art
algorithmic-artCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, gener…
.claude/skills/algorithmic-art/SKILL.md198 vetted Claude Code building blocks — Agent Skills, MCP servers, and tools (subagents & slash commands). Every item is validated by agentlint (zero errors) and uses ${ENV_VAR} references instead of secrets. Search, copy a snippet, or download one — or grab them all.
Three ways to install:
npx agentlint add <id> in your project. It writes the file to the right path; MCP servers merge into your .mcp.json.unzip agentlint-catalog.zip -d your-project. Files land in the correct .claude/… structure with a merged .mcp.json and a README.Where files go & how to enable:
Then restart Claude Code so it discovers them, and set any 🔑 env vars a server needs.
Security:
Every item carries a ✓ agentlint badge — it passed agentlint with zero errors: no hardcoded secrets, no remote-code-execution patterns, and no over-broad tool/permission grants. Credentials are always ${ENV_VAR} references — you set them yourself; nothing secret is shipped. Re-check anything you add with npx agentlint.
198 results
algorithmic-artCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, gener…
.claude/skills/algorithmic-art/SKILL.mdbrand-guidelinesApplies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co…
.claude/skills/brand-guidelines/SKILL.mdcanvas-designCreate beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art…
.claude/skills/canvas-design/SKILL.mdclaude-apiReference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGE…
.claude/skills/claude-api/SKILL.mddoc-coauthoringGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision do…
.claude/skills/doc-coauthoring/SKILL.mddocxUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word …
.claude/skills/docx/SKILL.mdfrontend-designGuidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making…
.claude/skills/frontend-design/SKILL.mdinternal-commsA set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenev…
.claude/skills/internal-comms/SKILL.mdmcp-builderGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use whe…
.claude/skills/mcp-builder/SKILL.mdpdfUse this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multipl…
.claude/skills/pdf/SKILL.mdpptxUse this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; …
.claude/skills/pptx/SKILL.mdskill-creatorCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a…
.claude/skills/skill-creator/SKILL.mdslack-gif-creatorKnowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users reques…
.claude/skills/slack-gif-creator/SKILL.mdtheme-factoryToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors…
.claude/skills/theme-factory/SKILL.mdweb-artifacts-builderSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use …
.claude/skills/web-artifacts-builder/SKILL.mdwebapp-testingToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing…
.claude/skills/webapp-testing/SKILL.mdxlsxUse this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing …
.claude/skills/xlsx/SKILL.mdconventional-commitsDraft Conventional Commits messages from a staged diff.
.claude/skills/conventional-commits/SKILL.mdapplying-brand-guidelinesThis skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging
.claude/skills/applying-brand-guidelines/SKILL.mdcreating-financial-modelsThis skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investmen…
.claude/skills/creating-financial-models/SKILL.mdanalyzing-financial-statementsThis skill calculates key financial ratios and metrics from financial statement data for investment analysis
.claude/skills/analyzing-financial-statements/SKILL.mdpdf-extractExtract text and tables from PDF files and fill PDF forms.
.claude/skills/pdf-extract/SKILL.mdship-featurePlan, implement, test, and open a PR for a feature end to end. Use when starting a non-trivial feature, change request, or ticket.
.claude/skills/ship-feature/SKILL.mdreview-prRun a thorough pull-request review covering correctness, security, tests, and style. Use when reviewing a PR or a diff before merge.
.claude/skills/review-pr/SKILL.mdcut-releaseCut a release: bump the version, update the changelog, tag, and draft release notes. Use when preparing a release or a version bump.
.claude/skills/cut-release/SKILL.mddebug-failing-testFind and fix the root cause of a failing test or red CI job. Use when a test or build is failing and the cause is unclear.
.claude/skills/debug-failing-test/SKILL.mdtriage-incidentTriage a production incident: assess impact, mitigate, find root cause, and write a postmortem. Use when responding to an outage or a production bug.
.claude/skills/triage-incident/SKILL.mdupgrade-dependenciesSafely upgrade project dependencies and verify nothing broke. Use when bumping dependencies or addressing a security advisory.
.claude/skills/upgrade-dependencies/SKILL.mdplan-to-productionThe full coding workflow: turn a requirement into production-ready, validated code. Use at the start of any non-trivial coding task you intend to ship.
.claude/skills/plan-to-production/SKILL.mdtddDrive implementation with tests: red, green, refactor. Use when implementing a feature or fixing a bug and you want tests to shape the design.
.claude/skills/tdd/SKILL.mdproduction-readinessTake working code from 'it runs on my machine' to production-ready. Use before shipping a feature, or after a prototype works.
.claude/skills/production-readiness/SKILL.mdapi-endpointDesign and build a REST/RPC endpoint from requirements to a tested, documented route. Use when adding or changing an API.
.claude/skills/api-endpoint/SKILL.mdsecure-codingWrite and review code for security: input validation, authorization, secrets, injection, SSRF. Use when handling user input, authentication, or sensitive data.
.claude/skills/secure-coding/SKILL.mdoptimize-performanceProfile and optimize a slow code path with measurements, not guesses. Use when something is measurably slow.
.claude/skills/optimize-performance/SKILL.mddatabase-migrationWrite and ship a safe, reversible database migration with zero-downtime in mind. Use when changing a database schema.
.claude/skills/database-migration/SKILL.mdbrave-searchWeb and local search via the Brave Search API.
.mcp.json🔑 Set before use: BRAVE_API_KEY
context7Up-to-date, version-specific library docs and examples.
.mcp.jsoneverythingThe MCP reference/test server (tools, resources, prompts).
.mcp.jsonexaNeural web search and content retrieval via Exa.
.mcp.json🔑 Set before use: EXA_API_KEY
fetchFetch a URL and return its content as Markdown.
.mcp.jsonfilesystemRead, write, and search files within allowed directories.
.mcp.jsonfirecrawlCrawl and scrape websites into clean Markdown.
.mcp.json🔑 Set before use: FIRECRAWL_API_KEY
gitRead, search, and manipulate a local Git repository.
.mcp.jsongithubManage issues, PRs, and repositories on GitHub.
.mcp.json🔑 Set before use: GITHUB_PERSONAL_ACCESS_TOKEN
linearCreate and update issues and projects in Linear.
.mcp.jsonmemoryA persistent knowledge-graph memory across sessions.
.mcp.jsonmongodbQuery and inspect a MongoDB database.
.mcp.json🔑 Set before use: MDB_MCP_CONNECTION_STRING
notionRead and update Notion pages and databases.
.mcp.json🔑 Set before use: NOTION_TOKEN
playwrightDrive a real browser for testing and scraping.
.mcp.jsonpostgresRun read-only SQL queries and inspect a PostgreSQL schema.
.mcp.json🔑 Set before use: DATABASE_URI
puppeteerBrowser automation via Puppeteer.
.mcp.jsonsentryLook up and triage errors and issues from Sentry.
.mcp.json🔑 Set before use: SENTRY_AUTH_TOKEN
sequential-thinkingStructured step-by-step reasoning scratchpad.
.mcp.jsonslackRead channels and post messages to Slack.
.mcp.json🔑 Set before use: SLACK_BOT_TOKEN, SLACK_TEAM_ID
sqliteQuery and inspect a local SQLite database.
.mcp.jsonstripeManage payments, customers, and invoices via Stripe.
.mcp.json🔑 Set before use: STRIPE_SECRET_KEY
supabaseManage a Supabase project: tables, SQL, edge functions.
.mcp.json🔑 Set before use: SUPABASE_ACCESS_TOKEN
tavilyWeb search and extraction optimized for LLMs.
.mcp.json🔑 Set before use: TAVILY_API_KEY
timeCurrent time and timezone conversion utilities.
.mcp.jsonairflow-dag-patternsBuild production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.
.claude/skills/airflow-dag-patterns/SKILL.mdangular-migrationMigrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or …
.claude/skills/angular-migration/SKILL.mdapi-design-principlesMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing…
.claude/skills/api-design-principles/SKILL.mdarchitecture-decision-recordsWrite and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect…
.claude/skills/architecture-decision-records/SKILL.mdarchitecture-patternsImplement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservic…
.claude/skills/architecture-patterns/SKILL.mdauth-implementation-patternsMaster authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A…
.claude/skills/auth-implementation-patterns/SKILL.mdbazel-build-optimizationOptimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
.claude/skills/bazel-build-optimization/SKILL.mdblock-no-verify-hookConfigure a PreToolUse hook to prevent AI agents from skipping git pre-commit hooks with --no-verify and other bypass flags. Use when setting up Claude Code projects that enforce commit quality gates.
.claude/skills/block-no-verify-hook/SKILL.mdbrand-landingpageBrand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTM…
.claude/skills/brand-landingpage/SKILL.mdchangelog-automationAutomate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
.claude/skills/changelog-automation/SKILL.mdcode-review-excellenceMaster effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing…
.claude/skills/code-review-excellence/SKILL.mdcontext-driven-developmentCreates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a `conductor/` directory. Scaffolds new projects from scratch, extracts context from existing …
.claude/skills/context-driven-development/SKILL.mdcost-optimizationOptimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrast…
.claude/skills/cost-optimization/SKILL.mdcqrs-implementationImplement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
.claude/skills/cqrs-implementation/SKILL.mddata-quality-frameworksImplement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
.claude/skills/data-quality-frameworks/SKILL.mddata-storytellingTransform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive present…
.claude/skills/data-storytelling/SKILL.mddatabase-migrationExecute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data tr…
.claude/skills/database-migration/SKILL.mddbt-transformation-patternsMaster dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or …
.claude/skills/dbt-transformation-patterns/SKILL.mddebugging-strategiesMaster systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance iss…
.claude/skills/debugging-strategies/SKILL.mddefi-protocol-templatesImplement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
.claude/skills/defi-protocol-templates/SKILL.mddependency-upgradeManage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing brea…
.claude/skills/dependency-upgrade/SKILL.mddeployment-pipeline-designDesign multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout …
.claude/skills/deployment-pipeline-design/SKILL.mddotnet-backend-patternsMaster C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuratio…
.claude/skills/dotnet-backend-patterns/SKILL.mde2e-testing-patternsMaster end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky…
.claude/skills/e2e-testing-patterns/SKILL.mderror-handling-patternsMaster error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling…
.claude/skills/error-handling-patterns/SKILL.mdevent-store-designDesign and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
.claude/skills/event-store-design/SKILL.mdfastapi-templatesCreate production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
.claude/skills/fastapi-templates/SKILL.mdgit-advanced-workflowsMaster advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, co…
.claude/skills/git-advanced-workflows/SKILL.mdgithub-actions-templatesCreate production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or cre…
.claude/skills/github-actions-templates/SKILL.mdgitlab-ci-patternsBuild GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up…
.claude/skills/gitlab-ci-patterns/SKILL.mdhadsUse when writing technical documentation that needs to be readable by both humans and AI models, converting existing docs to HADS format, validating a HADS document, or optimizing documentation for…
.claude/skills/hads/SKILL.mdhybrid-cloud-networkingConfigure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting …
.claude/skills/hybrid-cloud-networking/SKILL.mdistio-traffic-managementConfigure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilie…
.claude/skills/istio-traffic-management/SKILL.mdkpi-dashboard-designDesign effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill when building an executive SaaS metrics dashboard tracking MR…
.claude/skills/kpi-dashboard-design/SKILL.mdmicroservices-patternsDesign microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing micros…
.claude/skills/microservices-patterns/SKILL.mdmonorepo-managementMaster monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monor…
.claude/skills/monorepo-management/SKILL.mdmtls-configurationConfigure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.
.claude/skills/mtls-configuration/SKILL.mdmulti-cloud-architectureDesign multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leve…
.claude/skills/multi-cloud-architecture/SKILL.mdmulti-reviewer-patternsCoordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code …
.claude/skills/multi-reviewer-patterns/SKILL.mdnextjs-app-router-patternsMaster Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Serve…
.claude/skills/nextjs-app-router-patterns/SKILL.mdnft-standardsImplement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementi…
.claude/skills/nft-standards/SKILL.mdnx-workspace-patternsConfigure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
.claude/skills/nx-workspace-patterns/SKILL.mdopenapi-spec-generationGenerate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.
.claude/skills/openapi-spec-generation/SKILL.mdparallel-debuggingDebug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, perf…
.claude/skills/parallel-debugging/SKILL.mdparallel-feature-developmentCoordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large fe…
.claude/skills/parallel-feature-development/SKILL.mdpostgresql-table-designUse this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
.claude/skills/postgresql-table-design/SKILL.mdprojection-patternsBuild read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
.claude/skills/projection-patterns/SKILL.mdreact-modernizationUpgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to…
.claude/skills/react-modernization/SKILL.mdreact-native-architectureBuild production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecti…
.claude/skills/react-native-architecture/SKILL.mdreact-state-managementMaster modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
.claude/skills/react-state-management/SKILL.mdsaga-orchestrationImplement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designin…
.claude/skills/saga-orchestration/SKILL.mdscreen-reader-testingTest web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology supp…
.claude/skills/screen-reader-testing/SKILL.mdsecrets-managementImplement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD …
.claude/skills/secrets-management/SKILL.mdservice-mesh-observabilityImplement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SL…
.claude/skills/service-mesh-observability/SKILL.mdsolidity-securityMaster smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementin…
.claude/skills/solidity-security/SKILL.mdspark-optimizationOptimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
.claude/skills/spark-optimization/SKILL.mdsql-optimization-patternsMaster SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database…
.claude/skills/sql-optimization-patterns/SKILL.mdtailwind-design-systemBuild scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing…
.claude/skills/tailwind-design-system/SKILL.mdtask-coordination-strategiesDecompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, mana…
.claude/skills/task-coordination-strategies/SKILL.mdteam-communication-protocolsStructured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing commun…
.claude/skills/team-communication-protocols/SKILL.mdteam-composition-patternsDesign optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to spawn for a task, when choosing betwe…
.claude/skills/team-composition-patterns/SKILL.mdtemporal-python-testingTest Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal wor…
.claude/skills/temporal-python-testing/SKILL.mdterraform-module-libraryBuild reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provision…
.claude/skills/terraform-module-library/SKILL.mdtrack-managementUse this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
.claude/skills/track-management/SKILL.mdturborepo-cachingConfigure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
.claude/skills/turborepo-caching/SKILL.mdwcag-audit-patternsConduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing ac…
.claude/skills/wcag-audit-patterns/SKILL.mdweb3-testingTest smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or va…
.claude/skills/web3-testing/SKILL.mdworkflow-orchestration-patternsDesign durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running …
.claude/skills/workflow-orchestration-patterns/SKILL.mdworkflow-patternsUse this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
.claude/skills/workflow-patterns/SKILL.mdagent-orchestration-context-managerElite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, …
.claude/agents/agent-orchestration-context-manager.mdapi-scaffolding-backend-architectExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns,…
.claude/agents/api-scaffolding-backend-architect.mdapi-scaffolding-django-proMaster Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM …
.claude/agents/api-scaffolding-django-pro.mdapi-scaffolding-fastapi-proBuild high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async o…
.claude/agents/api-scaffolding-fastapi-pro.mdapi-scaffolding-graphql-architectMaster modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. Use PROACTIVELY for Graph…
.claude/agents/api-scaffolding-graphql-architect.mdapi-testing-observability-api-documenterMaster API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACT…
.claude/agents/api-testing-observability-api-documenter.mdapplication-performance-frontend-developerBuild React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures acce…
.claude/agents/application-performance-frontend-developer.mdapplication-performance-observability-engineerBuild production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitori…
.claude/agents/application-performance-observability-engineer.mdapplication-performance-performance-engineerExpert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier cac…
.claude/agents/application-performance-performance-engineer.mdarm-cortex-expertSenior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, …
.claude/agents/arm-cortex-expert.mdbackend-api-security-backend-architectExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns,…
.claude/agents/backend-api-security-backend-architect.mdbackend-api-security-backend-security-coderExpert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.
.claude/agents/backend-api-security-backend-security-coder.mdbackend-development-backend-architectExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns,…
.claude/agents/backend-development-backend-architect.mdbackend-development-graphql-architectMaster modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. Use PROACTIVELY for Graph…
.claude/agents/backend-development-graphql-architect.mdbackend-development-performance-engineerProfile and optimize application performance including response times, memory usage, query efficiency, and scalability. Use for performance review during feature development.
.claude/agents/backend-development-performance-engineer.mdbackend-development-security-auditorReview code and architecture for security vulnerabilities, OWASP Top 10, auth flaws, and compliance issues. Use for security review during feature development.
.claude/agents/backend-development-security-auditor.mdbackend-development-tdd-orchestratorMaster TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across tea…
.claude/agents/backend-development-tdd-orchestrator.mdbackend-development-test-automatorCreate comprehensive test suites including unit, integration, and E2E tests. Supports TDD/BDD workflows. Use for test creation during feature development.
.claude/agents/backend-development-test-automator.mdblockchain-developerBuild production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use PROACTIVELY for sma…
.claude/agents/blockchain-developer.mdbusiness-analystMaster modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use …
.claude/agents/business-analyst.mdc4-codeExpert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structu…
.claude/agents/c4-code.mdc4-componentExpert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates …
.claude/agents/c4-component.mdc4-containerExpert C4 Container-level documentation specialist. Synthesizes Component-level documentation into Container-level architecture, mapping components to deployment units, documenting container interf…
.claude/agents/c4-container.mdc4-contextExpert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies. Synthesizes container an…
.claude/agents/c4-context.mdcicd-automation-cloud-architectExpert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Maste…
.claude/agents/cicd-automation-cloud-architect.mdcicd-automation-deployment-engineerExpert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container securit…
.claude/agents/cicd-automation-deployment-engineer.mdcicd-automation-devops-troubleshooterExpert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. Masters log analysis, distributed tracing, Kubernetes debugging, performance opti…
.claude/agents/cicd-automation-devops-troubleshooter.mdcicd-automation-kubernetes-architectExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE/OKE, service mesh (Isti…
.claude/agents/cicd-automation-kubernetes-architect.mdcicd-automation-terraform-specialistExpert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps work…
.claude/agents/cicd-automation-terraform-specialist.mdcloud-infrastructure-cloud-architectExpert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Maste…
.claude/agents/cloud-infrastructure-cloud-architect.mdcloud-infrastructure-deployment-engineerExpert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container securit…
.claude/agents/cloud-infrastructure-deployment-engineer.mdcloud-infrastructure-kubernetes-architectExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE/OKE, service mesh (Isti…
.claude/agents/cloud-infrastructure-kubernetes-architect.mdcloud-infrastructure-network-engineerExpert network engineer specializing in modern cloud networking, security architectures, and performance optimization. Masters multi-cloud connectivity, service mesh, zero-trust networking, SSL/TLS…
.claude/agents/cloud-infrastructure-network-engineer.mdcloud-infrastructure-terraform-specialistExpert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps work…
.claude/agents/cloud-infrastructure-terraform-specialist.mdcode-documentation-code-reviewerElite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security sca…
.claude/agents/code-documentation-code-reviewer.mdcode-documentation-docs-architectCreates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROA…
.claude/agents/code-documentation-docs-architect.mdcode-documentation-tutorial-engineerCreates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. Use PROACTIVELY for onboarding guides, fe…
.claude/agents/code-documentation-tutorial-engineer.mdcode-refactoring-code-reviewerElite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security sca…
.claude/agents/code-refactoring-code-reviewer.mdcode-refactoring-legacy-modernizerRefactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. Use PROACTIVELY for legacy syste…
.claude/agents/code-refactoring-legacy-modernizer.mdcodebase-cleanup-code-reviewerElite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security sca…
.claude/agents/codebase-cleanup-code-reviewer.mdcodebase-cleanup-test-automatorMaster AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with advanced CI/CD integration. Use PROACTIVE…
.claude/agents/codebase-cleanup-test-automator.mdcomprehensive-review-architect-reviewMaster software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural i…
.claude/agents/comprehensive-review-architect-review.mdcomprehensive-review-code-reviewerElite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security sca…
.claude/agents/comprehensive-review-code-reviewer.mdcomprehensive-review-security-auditorExpert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OW…
.claude/agents/comprehensive-review-security-auditor.mdconductor-validatorValidates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.
.claude/agents/conductor-validator.mdcontent-marketerElite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. Masters modern content tools, soci…
.claude/agents/content-marketer.mdcontext-management-context-managerElite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, …
.claude/agents/context-management-context-manager.mdcustomer-supportElite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences. Integrates modern support tools, chatbot plat…
.claude/agents/customer-support.mddata-engineerBuild scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeli…
.claude/agents/data-engineer.mddata-engineering-backend-architectExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns,…
.claude/agents/data-engineering-backend-architect.mddata-validation-suite-backend-security-coderExpert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.
.claude/agents/data-validation-suite-backend-security-coder.mddatabase-adminExpert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP/OCI database services, Infrastructure as Code, high availability…
.claude/agents/database-admin.mddatabase-cloud-optimization-backend-architectExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns,…
.claude/agents/database-cloud-optimization-backend-architect.mddatabase-cloud-optimization-cloud-architectExpert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Maste…
.claude/agents/database-cloud-optimization-cloud-architect.mddatabase-cloud-optimization-database-architectExpert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. Masters SQL/NoSQL/TimeSeries database selection…
.claude/agents/database-cloud-optimization-database-architect.mddatabase-cloud-optimization-database-optimizerExpert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning stra…
.claude/agents/database-cloud-optimization-database-optimizer.mddatabase-design-database-architectExpert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. Masters SQL/NoSQL/TimeSeries database selection…
.claude/agents/database-design-database-architect.mddatabase-migrations-database-optimizerExpert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning stra…
.claude/agents/database-migrations-database-optimizer.mdevent-sourcing-architectExpert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for e…
.claude/agents/event-sourcing-architect.mdhybrid-cloud-architectExpert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP/OCI and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimizat…
.claude/agents/hybrid-cloud-architect.mdsales-automatorDraft cold emails, follow-ups, and proposal templates. Creates pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales outreach or lead nurturing.
.claude/agents/sales-automator.mdsearch-specialistExpert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles competitive analysis and fact-checking. Use …
.claude/agents/search-specialist.mdservice-mesh-expertExpert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh …
.claude/agents/service-mesh-expert.mdsql-proMaster modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems. Use PROACTIVELY for…
.claude/agents/sql-pro.mdteam-debuggerHypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging co…
.claude/agents/team-debugger.mdteam-implementerParallel feature builder that implements components within strict file ownership boundaries, coordinating at integration points via messaging. Use when building features in parallel across multiple…
.claude/agents/team-implementer.mdteam-leadTeam orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing comp…
.claude/agents/team-lead.mdteam-reviewerMulti-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing p…
.claude/agents/team-reviewer.mdtemporal-python-proMaster Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment.…
.claude/agents/temporal-python-pro.mdui-visual-validatorRigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. Masters screenshot analysis, visual regression testing, and component validat…
.claude/agents/ui-visual-validator.md