Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
lightpointventures
/
claude-code-starter
home
/
subagents
/
lightpointventures
/
claude-code-starter
lightpointventures/claude-code-starter
4 subagents
View on GitHub
Subagent
explainer
Use this agent to deeply analyze and explain a codebase or specific code section. Triggered when user says "explain this project", "how does this work", or "analyze this codebase".
planner
Use this agent when the user needs to plan a feature, design architecture, or break down a complex task before coding. This agent ONLY reads and analyzes — it never writes code or modifies files.
reviewer
Use this agent to review code changes before committing. Checks for bugs, security issues, and code quality. Triggered when user says "review", "check my code", or before important commits.
test-writer
Use this agent to generate tests for existing code. Analyzes the code structure and creates comprehensive test cases. Triggered when user says "write tests", "add tests", or "test coverage".