All tools
AgentCommunity2k

0xfurai Production Subagents

Updated Jul 7, 2026

Over 100 production-ready Claude Code subagents each scoped to a specific tool or concern: programming languages (Python, Go, Rust, TypeScript, and 18 more), web frameworks, databases, ORMs, testing frameworks, infrastructure tools (Terraform, Pulumi, Ansible, Kubernetes), messaging systems, and security (OWASP Top 10, JWT, OAuth). Each agent carries embedded model guidance so expensive reasoning is reserved for complex decisions.

View on GitHub

What it does

  • terraform-expert

    Plans and applies Terraform IaC changes with explanations of each resource decision and multi-cloud support.

  • owasp-top10-expert

    Reviews code against the OWASP Top 10 and produces a prioritized vulnerability report.

  • stripe-expert

    Implements Stripe payment processing, webhook handling, and subscription billing with PCI compliance guidance.

  • auth0-expert

    Configures Auth0 authentication and authorization flows, including social login and RBAC.

  • pulumi-expert

    Writes Pulumi infrastructure-as-code in Python, TypeScript, or Go with multi-language support.

  • github-actions-expert

    Builds GitHub Actions CI/CD workflows with caching, matrix builds, and deployment gates.

Files (1)

OVERVIEW.mdprimary · markdown · 1.8 KB
## What it does

100+ production-ready Claude Code subagents each scoped to a specific tool or domain. Coverage spans:

- Languages: Python, TypeScript, JavaScript, Go, Rust, Java, C#, Kotlin, Swift, Dart, Haskell, OCaml, Erlang, Elixir, Clojure, Perl, PHP, Ruby, Scala, Lua, and Bash
- Web: React, Vue, Angular, Svelte, SolidJS, Next.js, Remix, NestJS, Express, FastAPI, Flask, Rails, Laravel, Django, Actix, Phoenix, Gin, Fiber, ASP.NET Core
- Mobile and desktop: React Native, Flutter, iOS, SwiftUI, Android, Electron, Tauri, Expo
- Databases and ORMs: PostgreSQL, MySQL, SQLite, MongoDB, Redis, Neo4j, Cassandra, CockroachDB, DynamoDB, Elasticsearch, Prisma, TypeORM, Mongoose
- Infrastructure: Docker, Kubernetes, Terraform, Pulumi, Jenkins, GitHub Actions, GitLab CI, CircleCI, Ansible
- Services: Stripe, Braintree, Auth0, Keycloak, AWS SNS/SQS, OpenAI API
- Messaging: RabbitMQ, Kafka, NATS, MQTT, WebSocket, gRPC, GraphQL, tRPC
- Testing: Jest, Vitest, Cypress, Playwright, Selenium, Puppeteer, TestCafe, Mocha, AVA
- Security: OWASP Top 10, JWT, OAuth 2.0/OIDC
- Data science/ML: Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, LangChain
- Monitoring: Prometheus, Grafana, Loki, ELK, OpenTelemetry
- Background jobs: Celery, Sidekiq, BullMQ

## Install

    cd ~/.claude
    git clone https://github.com/0xfurai/claude-code-subagents.git

Agents in the cloned ~/.claude/claude-code-subagents/agents/ directory activate automatically. You can also copy individual agent files to ~/.claude/agents/ for selective use.

## When to use

Pick the agent matching your specific tool — for example, invoke the stripe-expert for payment integration, owasp-top10-expert after implementing auth, or terraform-expert when writing infrastructure changes. Claude Code auto-routes based on context, or you can invoke explicitly ("use the pulumi-expert for this stack").