AnExiledDev/CodeForge

Drop-in DevContainer that transforms any project into an AI-powered development environment; pre-configured with safety guards, specialized agents, code intelligence, and 38 domain skills for Claude Code.

9Stars on the repository
62Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

architect

01

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…

9 1mo ago A 104 tokens

bash-exec

02

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…

9 1mo ago C 84 tokens

claude-guide

03

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"…

9 1mo ago A 177 tokens

debug-logs

04

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…

9 1mo ago A 128 tokens

dependency-analyst

05

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"…

9 1mo ago A 169 tokens

documenter

06

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"…

9 1mo ago A 147 tokens

explorer

07

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…

9 1mo ago A 154 tokens

generalist

08

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…

9 1mo ago A 104 tokens

git-archaeologist

09

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"…

9 1mo ago A 136 tokens

implementer

10

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…

9 1mo ago C 87 tokens

investigator

11

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…

9 1mo ago A 162 tokens

migrator

12

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…

9 1mo ago A 125 tokens

perf-profiler

13

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"…

9 1mo ago A 135 tokens

refactorer

14

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"…

9 1mo ago A 127 tokens

researcher

15

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…

9 1mo ago A 153 tokens

security-auditor

16

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…

9 1mo ago A 174 tokens

spec-writer

17

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…

9 1mo ago A 109 tokens

statusline-config

18

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…

9 1mo ago B 101 tokens

test-writer

19

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…

9 1mo ago A 130 tokens