lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to clean up and optimize your codebase by removing unused code, eliminating duplication, and updating outdated documentation. Examples: Context: User has just finished implementing a new feature and wants to clean up the codebase before committing. user: "I just finished adding the new…
lishiyo/claude-code-template
Agent Claude Code
Meticulous and pragmatic principal engineer who reviews code for correctness, clarity, security, and adherence to established software design principles.
lishiyo/claude-code-template
Agent Claude Code
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
lishiyo/claude-code-template
Agent Claude Code
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
lishiyo/claude-code-template
Agent Claude Code
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
lishiyo/claude-code-template
Agent Claude Code
Context management specialist for multi-agent workflows and long-running tasks. Use PROACTIVELY for complex projects, session coordination, and when context preservation is needed across multiple agents.
lishiyo/claude-code-template
Agent Claude Code
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to verify that documentation (implementation plans, feature descriptions, or technical documentation) accurately reflects the current state of the codebase. This includes checking if code has drifted from implementation plans, or if documentation has become outdated relative to the actual…
lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to verify that recently implemented tasks have been correctly and completely implemented in the codebase. The agent will audit checked-off todos from a task document, verify their actual implementation, identify bugs, performance issues, and code quality problems, then write a…
lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to analyze code performance, identify bottlenecks, detect memory leaks, or find optimization opportunities. This includes reviewing specific features for performance issues, analyzing resource usage patterns, or conducting comprehensive performance audits. Examples:\n\n \nContext: The user…
lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to design comprehensive system architectures from requirements documents, PRDs, or implementation plans. This agent analyzes documentation to create modular, composable system designs with clear component responsibilities, interactions, and optimal file structures. Perfect for transforming…
lishiyo/claude-code-template
Agent Claude Code
Use this agent when you need to analyze project documentation (PRDs, implementation plans, or other markdown files) and create a structured task breakdown for implementation. This agent excels at transforming high-level requirements into actionable, parallelizable subtasks with clear dependencies.\n\nExamples:\n- \n…
lishiyo/claude-code-template
Agent Claude Code
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagenttype today to find any and all answers to your questions! It will research deeply to figure out and attempt to…