AnExiledDev/CodeForge
Agent
Read-only software architect agent that designs implementation plans, analyzes trade-offs, and identifies critical files for a proposed change. Use when the user asks "plan the implementation", "design the approach", "how should we architect", "what's the best strategy for", "create an implementation plan", or needs…
AnExiledDev/CodeForge
Agent
Command execution specialist for running bash commands efficiently and safely. Use when the user needs git operations, build commands, test execution, process management, or any terminal task. Follows git safety protocols, quotes paths with spaces, and reports command output clearly. Has only the Bash tool — no file…
AnExiledDev/CodeForge
Agent
Claude Code expert agent that answers questions about Claude Code (the CLI tool), the Claude Agent SDK, and the Claude API. Use when the user asks "Can Claude...", "Does Claude...", "How do I...", "What is the setting for", "How do hooks work", "How do I configure MCP servers", "How do I build an agent with the SDK"…
AnExiledDev/CodeForge
Agent
Read-only log analysis agent that finds and analyzes log files across Docker containers, application frameworks, and system services to identify errors, crashes, and performance issues. Use when the user asks "check the logs", "why did this crash", "container won't start", "analyze errors", "what happened", "find the…
AnExiledDev/CodeForge
Agent
Dependency analysis specialist that examines project dependencies for outdated packages, security vulnerabilities, version conflicts, unused dependencies, and license compliance issues. Use when the user asks "check for outdated dependencies", "scan for vulnerabilities", "find unused packages", "audit dependencies"…
AnExiledDev/CodeForge
Agent
Documentation and specification agent that writes and updates README files, API docs, inline documentation (docstrings, JSDoc, godoc), architectural guides, and feature specs. Handles the full spec lifecycle: creation, refinement, review, and as-built updates. Use when the user asks "write a README", "document this"…
AnExiledDev/CodeForge
Agent
Fast, read-only codebase exploration agent that finds files by patterns, searches code for keywords, and answers structural questions about the codebase. Use when the user asks "find all files matching", "where is X defined", "how is X structured", "search for", "explore the codebase", "what files contain", "find…
AnExiledDev/CodeForge
Agent
LAST RESORT agent. Only use when NO specialist agent matches the task domain. Before selecting this agent, verify: is there an architect, researcher, explorer, implementer, documenter, test-writer, refactorer, migrator, security-auditor, or other specialist that handles this? If yes, use them instead. Has access to…
AnExiledDev/CodeForge
Agent
Git history investigation specialist that uses advanced git commands to trace code evolution, find when bugs were introduced, identify who changed what and why, and recover lost work from the reflog. Use when the user asks "when was this changed", "who wrote this", "find when this bug was introduced", "git blame"…
AnExiledDev/CodeForge
Agent
Full-stack implementation agent that handles all code modifications: writing new code, fixing bugs, refactoring, migrations, and any file changes. Use when the task requires creating files, editing source code, fixing bugs, refactoring for quality, migrating between frameworks or versions, or any modification to the…
AnExiledDev/CodeForge
Agent
Cross-domain investigation agent for analysis tasks that span multiple specialist areas simultaneously. Use when the investigation requires combining two or more of: codebase analysis, web research, git forensics, dependency auditing, log analysis, or performance profiling in a single task. Examples: tracing a bug…
AnExiledDev/CodeForge
Agent
Code migration specialist that handles framework upgrades, language version bumps, API changes, and dependency migrations. Plans migration steps, transforms code systematically, and verifies functionality after changes. Use when the user asks "migrate from X to Y", "upgrade to version N", "update the framework", "bump…
AnExiledDev/CodeForge
Agent
Performance profiling and analysis specialist that measures application performance, identifies bottlenecks, interprets profiler output, and recommends targeted optimizations backed by data. Use when the user asks "profile this", "why is this slow", "find the bottleneck", "benchmark this", "measure performance"…
AnExiledDev/CodeForge
Agent
Code refactoring specialist that performs safe, behavior-preserving transformations. Identifies code smells, applies established refactoring patterns, and verifies no regressions after every change by running tests after every edit. Use when the user asks "refactor this", "clean up this code", "reduce complexity"…
AnExiledDev/CodeForge
Agent
Read-only research agent that investigates codebases, searches documentation, and gathers information from the web to answer technical questions. Use when the user asks "how does X work", "find information about", "what's the best approach for", "investigate this", "research", "look into", "compare X vs Y", "explain…
AnExiledDev/CodeForge
Agent
Read-only security analysis agent that audits APPLICATION CODE for vulnerabilities, checks OWASP Top 10 patterns, scans for hardcoded secrets, and reviews authentication/authorization logic. Use when the user asks "audit this for security", "check for vulnerabilities", "scan for secrets", "review auth security", "find…
AnExiledDev/CodeForge
Agent
Specification writing specialist that creates structured technical specifications, requirements documents, and acceptance criteria using EARS format and Given/When/Then patterns. Use when the user asks "write a spec for", "define requirements for", "create acceptance criteria", "spec this feature", "write user…
AnExiledDev/CodeForge
Agent
Status line configuration specialist that creates or updates the Claude Code status line setting. Use when the user asks "set up my status line", "convert my PS1", "customize the status bar", "show git branch in status line", "add context usage to status line", or wants to configure what appears in Claude Code's…
AnExiledDev/CodeForge
Agent
Test creation specialist that analyzes existing code and writes comprehensive test suites. Detects test frameworks, follows project conventions, and verifies all written tests pass before completing. Use when the user asks "write tests for", "add tests", "increase test coverage", "create unit tests", "add integration…