Subagents de Claude Code · página 7
Subagentes individuales de Claude Code encontrados en el directorio: definiciones listas para copiar a ~/.claude/agents con un comando.
INNOVATE MODE - Brainstorming and exploring implementation approaches. Discusses possibilities without making decisions. Use after research is complete.
withkynam/vibecode-pro-max-kitInstalar- vc-plan-agent1.1k
PLAN MODE - Creating exhaustive technical specifications and implementation plans. Can write to process/general-plans/active/ and process/features/*/active/ only. Use after approach is decided.
withkynam/vibecode-pro-max-kitInstalar Quick-fix lane for small low-risk changes. Applies one pre-specified edit located by the orchestrator scout, then runs a scoped check on touched files only. No plan file, no validate-contract, no EVL, no UPDATE PROCESS. Aborts to full RESEARCH if the change touches schema, auth, API, billing, or migration surfaces or grows beyond a small bounded scope.
withkynam/vibecode-pro-max-kitInstalarRESEARCH MODE - Information gathering only. Use for understanding existing code, architecture, and context. Never suggests implementations or modifications.
withkynam/vibecode-pro-max-kitInstalar- vc-spec-agent1.1k
SPEC MODE - Product-discovery requirements doc for user review. Use after RESEARCH, before INNOVATE, to turn research findings plus user intent into a reviewable requirements artifact (user stories, acceptance criteria, out-of-scope). Never chooses an approach or writes implementation steps.
withkynam/vibecode-pro-max-kitInstalar - vc-tester1.1k
Use this agent when you need to validate code quality through testing, including running unit and integration tests, analyzing test coverage, validating error handling, checking performance requirements, or verifying build processes. This agent should be called after implementing new features or making significant code changes to ensure everything works as expected. Examples:\n\n<example>\nContext: The user has just finished implementing a new API endpoint and wants to ensure it works correctly.\nuser: "I''ve implemented the new user authentication endpoint"\nassistant: "Great! Now let me use the tester agent to run the test suite and validate the implementation"\n<commentary>\nSince new code has been written, use the Task tool to launch the tester agent to run tests and ensure everything works properly.\n</commentary>\n</example>\n\n<example>\nContext: The user wants to check test coverage after adding new features.\nuser: "Can you check if our test coverage is still above 80%?"\nassistant: "I''ll use the tester agent to analyze the current test coverage and provide a detailed report"\n<commentary>\nThe user is asking about test coverage metrics, so use the tester agent to run coverage analysis.\n</commentary>\n</example>\n\n<example>\nContext: After fixing a bug, ensuring the fix doesn''t break existing functionality.\nuser: "I''ve fixed the database connection issue in the auth module"\nassistant: "Let me use the tester agent to run the test suite and ensure the fix doesn''t introduce any regressions"\n<commentary>\nAfter bug fixes, use the tester agent to validate that existing tests still pass.\n</commentary>\n</example>
withkynam/vibecode-pro-max-kitInstalar Use this agent when the user needs UI/UX execution support including interface implementation, design-system polish, responsive layouts, animations, accessibility review, or design documentation. Examples:\n\n<example>\nContext: User wants to implement a new landing page from an approved direction\nuser: "I need a modern landing page for our SaaS product with a hero section, features, and pricing"\nassistant: "I''ll use the ui-ux-designer agent to translate that approved direction into a polished implementation plan and UI output."\n<commentary>The user is requesting UI/UX execution work, so delegate to the ui-ux-designer agent to handle the design-aware implementation and polish.</commentary>\n</example>\n\n<example>\nContext: User has implemented a new feature and wants design review\nuser: "I''ve added a new dashboard widget, can you review the design?"\nassistant: "Let me first capture the current UI and then use the ui-ux-designer agent to analyze and provide design recommendations."\n<commentary>Use screenshot tools to capture current state, then delegate to ui-ux-designer for expert design analysis and suggestions.</commentary>\n</example>\n\n<example>\nContext: User mentions design inconsistencies\nuser: "The buttons across different pages look inconsistent"\nassistant: "I''ll use the ui-ux-designer agent to audit the design system and propose a more consistent implementation."\n<commentary>Design-system work requires the ui-ux-designer agent to analyze, document, and improve consistent design patterns.</commentary>\n</example>\n\n<example>\nContext: Proactive design optimization opportunity\nuser: "Here''s the new signup form I just built"\nassistant: "Let me use the ui-ux-designer agent to review the form design for accessibility, user experience, and mobile responsiveness."\n<commentary>Even without an explicit design brief, ui-ux-designer can help ensure design quality and best practices during execute-phase polish.</commentary>\n</example>
withkynam/vibecode-pro-max-kitInstalarUPDATE PROCESS MODE - Analyze execution, generate rule improvements, update plan files and context. Use after completing EXECUTE mode to reconcile deviations and capture learnings.
withkynam/vibecode-pro-max-kitInstalarVALIDATE MODE - Convert a written plan into an executable contract. Runs two-layer parallel fan-out (infra, test coverage, breaking changes, security + per-section feasibility agents), synthesizes findings, presents validate-menu to user, then writes validate-contract section into the plan file. Mandatory phase between PLAN and EXECUTE in RIPER-5 sequence.
withkynam/vibecode-pro-max-kitInstalar- code-reviewer1.1k
Review code changes for quality, security, and best practices. Proactively use this after code modifications.
- test-runner1.1k
Run tests and report results concisely. Use this after code changes to verify everything works.
- log-analyzer1.1k
Analyze log files and extract actionable insights. Use when troubleshooting issues or investigating incidents.
- api-explorer1.1k
Explore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.
- auth-explorer1.1k
Explore and analyze authentication-related code. Use when investigating auth flows, session management, or security.
- db-explorer1.1k
Explore and analyze database-related code. Use when investigating data models, queries, or persistence.
- bug-analyzer1.1k
Analyze root cause of bugs after location is identified. Second step in bug investigation.
- bug-fixer1.1k
Implement bug fixes after analysis is complete. Third step in bug fix pipeline.
- bug-locator1.1k
Locate the source of bugs in the codebase. First step in bug investigation.
- bug-verifier1.1k
Verify bug fixes by running tests. Final step in bug fix pipeline.
Generate comprehensive API documentation by scanning Express route files.
- doc-writer1.1k
Pipeline Stage 2 - Generate API documentation from a route manifest.
- quality-checker1.1k
Pipeline Stage 3 - Validate generated API documentation against quality standards.
- route-scanner1.1k
Pipeline Stage 1 - Scan Express routes and produce a route manifest.
- code-simplifier1.1k
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
dtsola/xiaoyaosearchInstalar 告警根因诊断 worker,顺因果链溯源到根因(0 号病人),不止于症状摘要
ongridio/ongridInstalar- reporter1k
定时运维报告 worker,把已算好的事实数据写成带叙事的运维报告,聚焦资源趋势与监控覆盖,不只盯故障;不计算、不发明任何数字
ongridio/ongridInstalar - reviewer1k
SOP 二审 reviewer worker,对 mutating / destructive 提案做静态审查
ongridio/ongridInstalar 计算专家——CPU / 内存 / load / 进程调度 / 上下文切换 / OOM / NUMA / 内核参数
ongridio/ongridInstalar文件系统 / 磁盘容量专家——du / find / stat / inode / 挂载 / 大文件
ongridio/ongridInstalar网络问题专家——OVS / netfilter / netns / conntrack / bpftool / ip 路由 / 防火墙 / 网卡
ongridio/ongridInstalar运维 / 服务运营专家——服务状态 / 启停重启 / 部署 / 配置 / 容量与计划任务
ongridio/ongridInstalarSRE / 可观测性专家——告警响应 / 黄金四信号 / SLO / 错误预算 / 趋势异常
ongridio/ongridInstalarExpert in Actix for building high-performance web applications with Rust
0xfurai/claude-code-subagentsInstalarExpert in Android development, specializing in modern Android practices, optimizing performance, and ensuring robust application architecture. Use PROACTIVELY for Android app development, performance tuning, or complex Android features.
0xfurai/claude-code-subagentsInstalarWrite idiomatic Angular code with best practices, performance optimizations, and modern Angular features. Specializes in component architecture, RxJS, state management, and Angular CLI. Use PROACTIVELY for Angular development, optimization, or advanced features.
0xfurai/claude-code-subagentsInstalarExpert in AngularJS development, focusing on optimizing code structure, improving performance, and ensuring best practices.
0xfurai/claude-code-subagentsInstalarMaster Ansible automation for configuration management, application deployment, and task orchestration. Use PROACTIVELY for Ansible optimization, playbook creation, or infrastructure management.
0xfurai/claude-code-subagentsInstalarExpert in ASP.NET Core web application development, optimization, and best practices.
0xfurai/claude-code-subagentsInstalarExpert in Astro with deep understanding of component architecture, content collections, and static site optimization. Specializes in leveraging Astro's built-in capabilities and integrations for creating high-performance, modern websites.
0xfurai/claude-code-subagentsInstalarExpert in Auth0 implementation, configuration, and best practices
0xfurai/claude-code-subagentsInstalarExpert in Ava for running tests and managing test suites efficiently.
0xfurai/claude-code-subagentsInstalarMaster of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities. Expert in safe, portable, and testable shell scripts.
0xfurai/claude-code-subagentsInstalarBraintree specialist focusing on payment gateways, integrations, and optimization.
0xfurai/claude-code-subagentsInstalarExpert in BullMQ task queue library for Node.js, specializing in advanced queue management, job processing, and performance optimization.
0xfurai/claude-code-subagentsInstalarExpertise in Bun, focusing on high-performance JavaScript runtime, efficient module execution, and optimized bundling.
0xfurai/claude-code-subagentsInstalar- c-expert1k
C language expert specializing in efficient, reliable systems-level programming.
0xfurai/claude-code-subagentsInstalar Master in Cassandra database design, optimization, and management. Provides expertise on data modeling, performance tuning, and query strategies.
0xfurai/claude-code-subagentsInstalarExpert in Celery for distributed task queue management, optimizing task execution, and ensuring robust Celery deployments.
0xfurai/claude-code-subagentsInstalarExpert in CircleCI configuration, optimization, and troubleshooting for seamless continuous integration and delivery.
0xfurai/claude-code-subagentsInstalarMaster Clojure development with a focus on functional programming, immutability, concurrency, and Lisp macros. Use PROACTIVELY for Clojure optimization, code refactoring, or functional programming patterns.
0xfurai/claude-code-subagentsInstalarSpecializes in CockroachDB setup, optimization, and best practices. Handles deployment, configuration, and performance tuning. Use PROACTIVELY for CockroachDB schema design, query optimization, and cluster management.
0xfurai/claude-code-subagentsInstalarExpert in writing high-quality, efficient, and modern C++ code.
0xfurai/claude-code-subagentsInstalarExpert in C# programming focusing on best practices, performance optimization, and code quality. Use PROACTIVELY for C# refactoring, optimization, or complex patterns.
0xfurai/claude-code-subagentsInstalarMaster CSS stylist with expertise in layouts, responsive design, animations, and accessibility. Handles complex layouts, and optimizes for performance and maintainability. Use PROACTIVELY for CSS refactoring, styling issues, or modern CSS features.
0xfurai/claude-code-subagentsInstalarExpert in Cypress testing framework for end-to-end testing and automation. Handles browser-based testing, custom commands, and Cypress plugins. Use PROACTIVELY for test automation, flaky test resolution, or test optimization.
0xfurai/claude-code-subagentsInstalarWrite idiomatic Dart code, optimize for Dart VM, and ensure cross-platform compatibility for Flutter applications.
0xfurai/claude-code-subagentsInstalarExpert in Deno for modern JavaScript and TypeScript runtime, security, performance, and tooling.
0xfurai/claude-code-subagentsInstalarWrite expert Django code with optimized models, views, and templates. Handles complex queries, middleware, and RESTful APIs. Use proactively for Django optimizations, custom middleware, or REST API development.
0xfurai/claude-code-subagentsInstalarExpert in all aspects of Docker, including containerization, image creation, and orchestration.
0xfurai/claude-code-subagentsInstalarExpert in DynamoDB optimization, best practices, and data modeling. Use PROACTIVELY for performance tuning, efficient querying, and DynamoDB schema design.
0xfurai/claude-code-subagentsInstalarMaster Elasticsearch operations, query optimizations, and cluster management. Expert in indexing, searching, and aggregating data efficiently. Use for Elasticsearch troubleshooting, performance tuning, or advanced Elasticsearch features.
0xfurai/claude-code-subagentsInstalarSpecializes in building cross-platform desktop applications using Electron. Focuses on performance optimization, security best practices, and delivering a native-like user experience.
0xfurai/claude-code-subagentsInstalarExpertise in Elixir programming, specializing in functional programming, concurrency, and fault-tolerant systems. Utilizes OTP, pattern matching, and Phoenix for robust and scalable applications.
0xfurai/claude-code-subagentsInstalarExpert in ELK stack management, optimization, and deployment. Specializes in Elasticsearch, Logstash, and Kibana for scalable log and data processing.
0xfurai/claude-code-subagentsInstalarExpert in writing efficient, concurrent, and robust Erlang applications. Masters OTP design patterns, concurrent programming, and fault tolerance. Use PROACTIVELY for Erlang optimization, concurrency handling, or designing distributed systems.
0xfurai/claude-code-subagentsInstalarExpert in developing, optimizing, and maintaining applications using the Expo framework for React Native.
0xfurai/claude-code-subagentsInstalarSpecializes in building performant and scalable web applications using Express.js.
0xfurai/claude-code-subagentsInstalarFastAPI development with an emphasis on best practices, optimization, and robust design patterns.
0xfurai/claude-code-subagentsInstalarExpert in building high-performance Node.js applications using Fastify framework. Specializes in plugins, lifecycle management, and performance optimization.
0xfurai/claude-code-subagentsInstalarMaster in fiber technology specializing in manufacturing, properties, applications, and innovations in fiber industry.
0xfurai/claude-code-subagentsInstalarExpert in developing and optimizing web applications using the Flask framework. Masters routing, templating, request handling, and Flask extensions. Use PROACTIVELY for Flask application development, performance tuning, or troubleshooting.
0xfurai/claude-code-subagentsInstalarSpecialist in Flutter development, focusing on building high-quality, performant, and maintainable cross-platform applications.
0xfurai/claude-code-subagentsInstalarMaster Flyway for database migrations, versioning, and schema management. Optimizes migration scripts, ensures version compatibility, and improves deployment processes.
0xfurai/claude-code-subagentsInstalarCreate a Claude Code Agent that is an expert in the Gin web framework for Go, focusing on efficient web server implementation and optimization.
0xfurai/claude-code-subagentsInstalarExpert in GitHub Actions for automating workflows and CI/CD processes.
0xfurai/claude-code-subagentsInstalarExpert in configuring, optimizing, and maintaining GitLab CI/CD pipelines for efficient software delivery.
0xfurai/claude-code-subagentsInstalarGo specialist focusing on idiomatic Go, concurrency, and performance optimization.
0xfurai/claude-code-subagentsInstalarExpert in Grafana dashboard creation, visualization best practices, and alerting systems. Proactively used for monitoring and reporting.
0xfurai/claude-code-subagentsInstalarExpert in GraphQL API design, query optimization, and implementation. Master introspection, schemas, and GraphQL best practices. Use PROACTIVELY for GraphQL architecture, performance improvement, or schema design.
0xfurai/claude-code-subagentsInstalarSpecialist in gRPC protocol, mastering streaming, services, and transport optimization for scalable, high-performance systems.
0xfurai/claude-code-subagentsInstalarWrite idiomatic Haskell code with advanced type system features, monads, and functional programming techniques. Optimizes for purity, laziness, and performance. Use PROACTIVELY for Haskell refactoring, optimization, or complex type-level programming.
0xfurai/claude-code-subagentsInstalarExpert in HTML structure, semantics, and best practices for building clean, accessible, and optimized web pages.
0xfurai/claude-code-subagentsInstalarWrite high-quality iOS applications using Swift and SwiftUI, ensuring optimal performance, user-friendly interfaces, and adherence to Apple's guidelines. Use PROACTIVELY for iOS development, app architecture, and Swift optimization.
0xfurai/claude-code-subagentsInstalarMaster unit testing with the Jasmine framework, focusing on best practices for writing and organizing tests to ensure software quality. Handles asynchronous tests, spies, and test-driven development. Use PROACTIVELY for maintaining and expanding test coverage or debugging existing Jasmine tests.
0xfurai/claude-code-subagentsInstalarMaster Java developer specializing in writing efficient, clean, and maintainable Java code across various domains.
0xfurai/claude-code-subagentsInstalarExpert in modern JavaScript specializing in language features, optimization, and best practices. Handles asynchronous patterns, code quality, and performance tuning. Use PROACTIVELY for JavaScript development, debugging, or performance improvement.
0xfurai/claude-code-subagentsInstalarJenkins expert specializing in continuous integration, delivery, and deployment automation. Mastery of Jenkinsfile scripting, pipelines, and integration.
0xfurai/claude-code-subagentsInstalarExpert in testing JavaScript applications using Jest, ensuring comprehensive test coverage and efficient test practices.
0xfurai/claude-code-subagentsInstalarjQuery specialist focusing on efficient DOM manipulation, event handling, and AJAX interactions. Expert in optimizing jQuery code and ensuring cross-browser compatibility.
0xfurai/claude-code-subagentsInstalarSpecializes in JSON Web Tokens (JWT) implementation, security, and optimization. Handles token creation, validation, and best practices for JWT usage.
0xfurai/claude-code-subagentsInstalarWrite highly efficient, scalable, and fault-tolerant Kafka architectures. Handles Kafka stream processing, cluster setup, and performance optimization. Use PROACTIVELY for Kafka architecture design, troubleshooting, or improving Kafka performance.
0xfurai/claude-code-subagentsInstalarKeycloak specialist for identity and access management, realm configuration, and user federation.
0xfurai/claude-code-subagentsInstalarExpertise in Knex.js for SQL database manipulation, migration handling, and query building in Node.js environments.
0xfurai/claude-code-subagentsInstalarExpert in Kotlin programming language, focusing on idiomatic Kotlin code, coroutines, extension functions, and memory management.
0xfurai/claude-code-subagentsInstalarMaster Kubernetes for container orchestration, pod management, and cluster optimization. Use PROACTIVELY for Kubernetes deployments, scaling, or troubleshooting.
0xfurai/claude-code-subagentsInstalarExpert in LangChain with focus on document processing, pipeline construction, and optimization.
0xfurai/claude-code-subagentsInstalarExpert in Laravel framework, mastering modern Laravel features, Eloquent ORM, and comprehensive testing strategies. Use PROACTIVELY for Laravel optimization, debugging, or refactoring.
0xfurai/claude-code-subagentsInstalarExpert in Liquibase for database schema management, migrations, and version control. Use proactively for managing and automating database changes.
0xfurai/claude-code-subagentsInstalarMaster in building, managing, and optimizing Loki for efficient log aggregation and querying.
0xfurai/claude-code-subagentsInstalarWrite efficient and idiomatic Lua code, mastering the language features, patterns, and performance optimization. Use PROACTIVELY for Lua scripting, optimization, or solving complex Lua challenges.
0xfurai/claude-code-subagentsInstalar