Xananthium/claude-code-agents
Instructions file
Claude Code instructions for Xananthium/claude-code-agents, covering multi-agent orchestration system, your role: project manager & orchestrator, core principles, 1. production-ready code only - never use fake credentials and 2. ask before implementation.
Xananthium/claude-code-agents
Agent
Systematic debugging and problem resolution. Use when code has bugs, tests fail, or errors occur. Diagnoses root cause, implements fix, and verifies solution. Updates Currenttasks.md if fixing a task.
Xananthium/claude-code-agents
Agent
Generates and maintains lightweight documentation. Use for full codebase documentation generation or incremental updates after file modifications. Creates agentcontext/docs/{filename}.md files with function signatures and database interactions.
Xananthium/claude-code-agents
Agent
Use this agent when:\n- A significant logical checkpoint has been reached in development (e.g., after implementing a complete feature, refactoring a module, or establishing a new architectural pattern)\n- The user explicitly requests a snapshot or checkpoint of the current codebase state\n- A major milestone is…
Xananthium/claude-code-agents
Agent
Validates implementation guidance against current documentation to catch breaking changes, deprecated APIs, and updated best practices. Launch this agent when:\n\n- Implementing a library/framework that may have changed since knowledge cutoff\n- User mentions a specific version number that seems recent\n- Getting…
Xananthium/claude-code-agents
Agent
Your terminal and systems expert who handles all system administration tasks. Script Kitty writes scripts, installs dependencies, configures firewalls, manages services, and performs any systems work. Always reaches out for authentication requirements and guides users through setup steps. Use when:\n\n- Need to…
Xananthium/claude-code-agents
Agent
Implements code for micro tasks. Reads research from agentcontext/tasks/TASK{N}research.md files created by task-planner. Calls Explore or research-specialist directly if additional research needed. Use this agent for all code implementation - orchestrator never codes directly.
Xananthium/claude-code-agents
Agent
Research specialist called ONLY by task-planner during planning phase. Creates comprehensive agentcontext/tasks/TASK{N}research.md files with all architectural findings, syntax, patterns, and decisions. Other agents read these research files instead of re-searching.
Xananthium/claude-code-agents
Agent
Breaks down features into micro tasks (1-2 files each). Use this agent when starting new features or when user requests need to be decomposed into actionable implementation steps. Creates Currenttasks.md with detailed task breakdown and updates PROJECTCONTEXT.md with architectural decisions.