Subagents de Claude Code · página 13
Subagentes individuales de Claude Code encontrados en el directorio: definiciones listas para copiar a ~/.claude/agents con un comando.
- evaluator230
|
OdradekAI/bundles-forgeInstalar - inspector230
|
OdradekAI/bundles-forgeInstalar Use proactively before opening a PR that adds or changes BehaviorTree.CPP nodes or BehaviorTree.ROS2 wrappers (RosActionNode/RosServiceNode/RosTopicPub/SubNode, TreeExecutionServer). Reviews a diff against BT.CPP v4 conventions — node base-class choice, non-blocking ticks, ports/blackboard typing, factory/plugin registration, XML v4, and the ROS 2 wrapper contract. Returns a punch list with file:line anchors, not a rewrite.
Use when a design decision touches Clean Architecture boundaries in a ROS 2 project — which layer a new behaviour belongs to, whether a port belongs in domain or application, whether a new node should be lifecycle-managed, whether to compose nodes or split packages. Returns an architectural recommendation with trade-offs, not implementation.
Use when a design decision touches the gz-sim ECS — where new state should live, which system phase should write it, how to avoid coupling, whether to add a component vs. a member variable, whether a new system should be split or merged with an existing one. Returns an architectural recommendation with trade-offs, not implementation.
Use proactively before opening any gz-sim PR. Reviews a diff against the project's C++17 style, ECS conventions, plugin registration patterns, CMake structure, test placement, Migration.md / Changelog.md expectations, and pre-commit configuration. Returns a punch list, not a rewrite.
Use proactively before opening a PR that adds or changes a ros2_control controller, broadcaster, or hardware component (incl. URDF <ros2_control> bringup). Reviews a diff against ros2_controllers / ros2_control_demos conventions — controller & hardware lifecycle, command/state interface configuration, real-time safety of update()/read()/write(), generate_parameter_library usage, pluginlib registration, chainable-controller correctness, URDF wiring, and tests. Returns a punch list with file:line anchors, not a rewrite.
Use proactively before opening any ROS 2 / Nav 2 PR. Reviews a diff against this template's Clean Architecture, ROS 2 communication, lifecycle, testing, and Nav 2 plugin conventions. Returns a punch list with file:line anchors, not a rewrite.
Use proactively before opening a PR that touches a VDA 5050 connector / fleet bridge. Reviews a diff against VDA 5050 v3.0.0 protocol compliance (topics, QoS, header rules, base/horizon, action state machine, schema validation) and the template's Clean Architecture for the MQTT↔Nav 2 bridge. Returns a punch list with file:line anchors, not a rewrite.
- fleet-watch212
Use to watch the whole cc-fleet fleet live from inside this session — it surfaces a running fleet in the agent panel and streams the status board (provider teammates, one-shot subagent jobs, and workflow runs) until interrupted.
ethanhq/cc-fleetInstalar Use to watch a running cc-fleet workflow run live from inside this session — it surfaces the run in the agent panel and streams its status until the run finishes. Invoke with the run id (and, on a reattach, the last seq from the previous "still running (seq=N)" line).
ethanhq/cc-fleetInstalarCross-artifact consistency and coverage analysis specialist with Anthropic think protocol. Validates alignment between specifications, plans, tasks, and implementation. Use before implementation to catch conflicts early.
VAMFI/claude-user-memoryInstalarProduction deployment specialist with Anthropic safety patterns managing CI/CD pipelines, infrastructure provisioning, and safe rollout strategies. Defaults to canary deployments with auto-rollback. Use for production deployments and release management.
VAMFI/claude-user-memoryInstalarRoot cause analysis and debugging specialist with Anthropic think protocol and 3-retry limit. Focuses on systematic problem diagnosis, error tracing, and fix validation. Use for complex bugs and system failures.
VAMFI/claude-user-memoryInstalarObservability and monitoring specialist with Anthropic's three pillars pattern (Metrics, Logs, Traces). Sets up comprehensive monitoring, SLI/SLO tracking, and incident detection. Use for system observability and proactive alerting.
VAMFI/claude-user-memoryInstalarPerformance optimization and auto-scaling specialist with Anthropic profiling patterns. Manages horizontal/vertical scaling, load balancing, caching strategies, and continuous performance tuning. Use for scaling challenges and performance work.
VAMFI/claude-user-memoryInstalarMaster orchestrator for complex, multi-faceted software projects. Coordinates specialist agents (researchers, planners, implementers) to deliver cohesive solutions. Use for projects requiring 3+ capabilities or cross-domain work (frontend + backend + devops).
VAMFI/claude-user-memoryInstalarPrecision execution specialist that implements code following Implementation Plans and ResearchPacks. Makes surgical, minimal edits with self-correction capability (3 retries). Always runs tests and validates against plan. Requires both ResearchPack and Implementation Plan as input.
VAMFI/claude-user-memoryInstalarHigh-speed documentation specialist. Fetches version-accurate docs from official sources to prevent coding from stale memory. Use before implementing any feature with external libraries or APIs. Delivers ResearchPack in < 2 minutes.
VAMFI/claude-user-memoryInstalarStrategic architect that transforms ResearchPacks into surgical, reversible implementation plans. Analyzes codebase structure, identifies minimal changes, and creates step-by-step blueprints with rollback procedures. Requires ResearchPack as input.
VAMFI/claude-user-memoryInstalar- code-free205
WOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.
WithWoz/wozcode-pluginInstalar - code205
WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.
WithWoz/wozcode-pluginInstalar - explore205
Fast read-only agent for file searches, symbol lookups, and codebase questions like "where is X defined?", "where is X called?", or "how does X flow through the system?". Prefer over shell-based exploration when answering would take 3+ Search/Sql calls. Cheaper model (haiku) so delegation pays for itself on any real scan.
WithWoz/wozcode-pluginInstalar - recall205
Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command, decision, or fix — distilled from a prior conversation, not raw transcripts.
WithWoz/wozcode-pluginInstalar Minimal-context exercise agent for the weak-agent-test benchmark. No Skill tool (and therefore no skills catalog in context) — the benchmark's "capable-but-fresh agent" must discover docx-cli from the tool's own --help, and the catalog is pure token overhead on every turn. Tools are the small set the exercise actually uses.
kklimuk/docx-cliInstalarRead-only investigation engine: codebase exploration, auditing, research, and runtime evidence gathering for a failure. Cannot modify files. Use before planning, to answer a question that requires grounding findings in evidence (file:line, config value, schema fact), or to reproduce a failure and capture its runtime evidence before anyone reads the source.
infinri/WritInstalarImplements all files listed in an approved plan. Writes production code, configuration, and updates test implementations. Use after test skeleton approval.
infinri/WritInstalar- writ-planner200
Designs implementation plans for coding tasks. Writes plan.md and capabilities.md to the project root. Use after exploration, before test writing.
infinri/WritInstalar Reviews an implementation diff in two passes (spec-compliance first, then code quality). Read-only. Returns structured findings. Replaces the separate spec/code-quality reviewers.
infinri/WritInstalarWrites test skeleton files with method signatures and assertions based on an approved plan. Use after plan approval, before implementation.
infinri/WritInstalarIdun coding-guideline review against the active rule set.
Idun-Group/idun-agent-platformInstalar- verifier190
Runs a project's configured verification stages (build/unit/integration/etc.) from `.lattice/verification.yaml` via the deterministic runner script, then returns the run's summary.json verbatim. Invoke before declaring work done, to confirm a change actually works, or whenever a faithful execution report is needed without pulling raw logs into the session. Only executes what is configured — never writes or chooses checks, never opens a log file. Example: "Run verification and tell me if it's safe to proceed.
techygarg/latticeInstalar |
- agora-adler167
Agora member. Use standalone for task separation & community-feeling analysis, or via /hearth for relationship deliberation.
geekjourneyx/agoraInstalar - agora-frankl167
Agora member. Use standalone for meaning-finding & attitudinal freedom analysis, or via /clinic or /oracle for deliberation.
geekjourneyx/agoraInstalar - agora-fromm167
Agora member. Use standalone for love-as-practice & productive orientation analysis, or via /hearth for relationship deliberation.
geekjourneyx/agoraInstalar - agora-jung167
Agora member. Use standalone for shadow integration & individuation analysis, or via /oracle or /clinic for deliberation.
geekjourneyx/agoraInstalar - agora-kant167
Agora member. Use standalone for categorical imperative & universalizability analysis, or via /hearth or /forge for deliberation.
geekjourneyx/agoraInstalar Agora member. Use standalone for creative destruction & value revaluation, or via /forge, /oracle, or /atelier for deliberation.
geekjourneyx/agoraInstalar- agora-occam167
Agora member. Use standalone for simplicity audit & complexity reduction, or via /forge or /atelier for deliberation.
geekjourneyx/agoraInstalar - agora-popper167
Agora member. Use standalone for falsification & red-team analysis, or via /forge for engineering deliberation.
geekjourneyx/agoraInstalar - agora-sartre167
Agora member. Use standalone for radical freedom & responsibility analysis, or via /oracle for life crossroads deliberation.
geekjourneyx/agoraInstalar Agora member. Use standalone for creative destruction & entrepreneurship analysis, or via /bazaar for business & strategy deliberation.
geekjourneyx/agoraInstalarAgora member. Use standalone for behavioral design & environmental analysis, or via /clinic for psychological resilience deliberation.
geekjourneyx/agoraInstalarAgora member. Use standalone for language decomposition & F/D/Q analysis, or via /forge or /atelier for deliberation.
geekjourneyx/agoraInstalarAgora member. Use standalone for effortless action & perspective liberation analysis, or via /hearth or /clinic for deliberation.
geekjourneyx/agoraInstalar- council-ada167
Council member. Use standalone for formal systems & computational analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalar Council member. Use standalone for categorization & structural analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for resilience & moral clarity analysis, or via /council for multi-perspective deliberation, or via /oracle, /hearth, /clinic for life & relationship deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for first-principles debugging & explanation testing, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for cognitive bias detection & decision science analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for neural network intuition & empirical ML analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for emergence & non-intervention analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for power dynamics & incentive analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for systems thinking & feedback loop analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for multi-model reasoning & economic analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for strategic timing & situational awareness analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalar- council-rams167
Council member. Use standalone for user-centered design & simplicity analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalar Council member. Use standalone for assumption destruction & dialectical analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for adversarial strategy & competitive analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for scaling frontier & AI safety analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for antifragility & tail risk analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for pragmatic engineering & shipping analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarCouncil member. Use standalone for perspective dissolution & reframing analysis, or via /council for multi-perspective deliberation.
geekjourneyx/agoraInstalarOrchestrates CLAUDE.md updates for changed files
- api-tester147
API endpoint testing. Discovery, validation, auth flows, error handling.
undeadlist/claude-code-agentsInstalar Supervisor agent. Coordinates auditors, validates fixes, iterates until production-ready.
undeadlist/claude-code-agentsInstalarNavigates running web applications via Chrome integration to find UI bugs, console errors, and UX issues. Uses /chrome tools to interact with localhost or deployed apps.
undeadlist/claude-code-agentsInstalar- bug-auditor147
Runtime bug scanner. Finds error handling gaps, race conditions, memory leaks, null refs.
undeadlist/claude-code-agentsInstalar - code-auditor147
Code quality auditor. Reviews patterns, maintainability, complexity, consistency.
undeadlist/claude-code-agentsInstalar - code-fixer147
Implements fixes from FIXES.md. Production-quality code following project patterns.
undeadlist/claude-code-agentsInstalar Real-time console monitoring during browser sessions. Watches for errors, warnings, and logs as you test.
undeadlist/claude-code-agentsInstalar- db-auditor147
Database auditor. Schema design, N+1 queries, indexes, connection pooling.
undeadlist/claude-code-agentsInstalar - dep-auditor147
Dependency auditor. Outdated packages, vulnerabilities, licenses, unused deps.
undeadlist/claude-code-agentsInstalar Pre-deployment validation. Build, env vars, dependencies, migrations, health checks.
undeadlist/claude-code-agentsInstalar- doc-auditor147
Documentation coverage analyzer. Finds missing docs, outdated comments, API gaps.
undeadlist/claude-code-agentsInstalar Environment configuration validator. Compares .env.example vs .env, checks for secrets.
undeadlist/claude-code-agentsInstalar- fix-planner147
Creates prioritized fix plans from audit findings. Generates FIXES.md with deduplication.
undeadlist/claude-code-agentsInstalar Coordinates browser-qa-agent with code-fixer for complete test-fix-verify cycles. The Replit-style workflow.
undeadlist/claude-code-agentsInstalarInfrastructure and deployment checker. Env vars, headers, database config.
undeadlist/claude-code-agentsInstalar- perf-auditor147
Performance auditor. Bundle size, Core Web Vitals, slow queries, memory leaks.
undeadlist/claude-code-agentsInstalar - pr-writer147
Pull request description generator. Summarizes changes, creates checklist.
undeadlist/claude-code-agentsInstalar Comprehensive security analysis. OWASP Top 10, injection, auth, secrets, headers.
undeadlist/claude-code-agentsInstalarTest data generator. Creates realistic seed data based on schema.
undeadlist/claude-code-agentsInstalar- seo-auditor147
SEO and discoverability auditor. Meta tags, OpenGraph, sitemap, structured data.
undeadlist/claude-code-agentsInstalar - test-runner147
Runs tests and validates fixes. TypeScript, lint, unit tests.
undeadlist/claude-code-agentsInstalar - test-writer147
Auto-generates tests for existing code. Unit tests, integration tests, coverage gaps.
undeadlist/claude-code-agentsInstalar - ui-auditor147
UI/UX consistency and accessibility checker. Design patterns, a11y issues.
undeadlist/claude-code-agentsInstalar - visual-diff147
Screenshot comparison for visual regression testing. Captures before/after states and reports differences.
undeadlist/claude-code-agentsInstalar - bug-hunter130
Use this agent when reviewing local code changes or in the pull request to identify bugs and critical issues through systematic root cause analysis. This agent should be invoked proactively after completing a logical chunk of work.
levu304/claude-code-boilerplateInstalar Expert business analyst. MUST BE USED to analyze requirements, create user stories, define acceptance criteria, and translate business needs into technical specifications.
levu304/claude-code-boilerplateInstalarUse this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, or for reviwing pull request changes.
levu304/claude-code-boilerplateInstalarUse this agent when reviewing local code changes or pull requests to analyze API, data models, and type design. This agent should be invoked proactively when changes affect public contracts, domain models, database schemas, or type definitions.
levu304/claude-code-boilerplateInstalarExpert full-stack developer specializing in modern web technologies. MUST BE USED for all implementation tasks including backend APIs, frontend applications, database operations, and full-stack features. Works with the project's configured tech stack.
levu304/claude-code-boilerplateInstalarUse this agent when reviewing local code changes or pull requests to understand the historical context of modified code, including past issues, patterns, and lessons learned. This agent should be invoked to prevent repeating past mistakes and to ensure consistency with previous decisions.
levu304/claude-code-boilerplateInstalarSenior principal software engineer. MUST BE USED to review code quality, architecture, design patterns, best practices, and investigate technical issues. Proactively reviews after any code changes and investigates bugs or performance problems.
levu304/claude-code-boilerplateInstalar- qa-engineer130
Expert QA/QC engineer. MUST BE USED for all testing tasks, test plan creation, test execution, and quality assurance. Use for unit tests, integration tests, and test coverage analysis.
levu304/claude-code-boilerplateInstalar Use this agent when reviewing local code changes or pull requests to identify security vulnerabilities and risks. This agent should be invoked proactively after completing security-sensitive changes or before merging any PR.
levu304/claude-code-boilerplateInstalarExpert solution architect. MUST BE USED to design system architecture, create technical specifications, define data models, and make technology stack decisions based on analyzed requirements.
levu304/claude-code-boilerplateInstalarUse this agent when you need to review local code changes or a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or tests updated, to ensure tests adequately cover new functionality and edge cases.
levu304/claude-code-boilerplateInstalar