Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
luiseiman
/
dotforge
home
/
subagents
/
luiseiman
/
dotforge
luiseiman/dotforge
7 subagents
View on GitHub
Subagent
architect
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
code-reviewer
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.
implementer
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 compil
researcher
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 verb
security-auditor
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
session-reviewer
Analyze conversation patterns to detect recurring frustrations, corrections, and problematic tool usage. Feeds findings into practices/inbox/ or CLAUDE_ERRORS.md. Use after long sessions or when /forg
test-runner
Delegate for writing new tests, running test suites, analyzing failures, and reporting coverage. Use after implementation to validate changes or when investigating test failures.