luiseiman/dotforge

Configuration governance for Claude Code. Bootstrap, audit, sync, and evolve .claude/ across projects.

8Stars on the repository
67Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

luiseiman/dotforge

Agent

Delegate for architecture decisions, design tradeoff analysis, dependency evaluation, and pattern validation. Use before implementation when the approach isn't clear or when touching system boundaries.

8 2mo ago A 33 tokens original MIT

code-reviewer

02

luiseiman/dotforge

Agent

PROACTIVELY use after code changes to review for security, performance, correctness, and maintainability. Reads diffs, analyzes patterns, reports issues by severity. Does not modify code.

8 2mo ago A 42 tokens original MIT

implementer

03

luiseiman/dotforge

Agent

Delegate to this agent for focused code implementation tasks. Use after research/architecture phases are complete. Handles writing code, running tests, fixing lint errors, and verifying changes compile/pass.

8 2mo ago A 39 tokens original MIT

researcher

04

luiseiman/dotforge

Agent

PROACTIVELY delegate to this agent for any task requiring exploration, reading multiple files, searching logs, or gathering context before implementation. Use when the main thread would fill with verbose output from grep, find, or file reads.

8 2mo ago A 49 tokens original MIT

security-auditor

05

luiseiman/dotforge

Agent

Delegate for security-focused analysis: scanning for secrets, vulnerabilities, auth gaps, dependency risks, and compliance issues. Use before any deployment or when touching auth/crypto/data-handling code.

8 2mo ago A 42 tokens original MIT

session-reviewer

06

luiseiman/dotforge

Agent

Analyze conversation patterns to detect recurring frustrations, corrections, and problematic tool usage. Feeds findings into practices/inbox/ or CLAUDEERRORS.md. Use after long sessions or when /forge insights triggers analysis.

8 2mo ago A 46 tokens original MIT

test-runner

07

luiseiman/dotforge

Agent

Delegate for writing new tests, running test suites, analyzing failures, and reporting coverage. Use after implementation to validate changes or when investigating test failures.

8 2mo ago A 33 tokens original MIT