architect
Use for system design, architecture decisions, database schema design, API design, technical planning. Spawns when the task involves designing how things fit…
Use for exploring and understanding a codebase before making changes. Spawns when you need to understand how something works, find relevant files, or map out dependencies before implementation.
$ npx -y skills add vignesh2027/claude-best-practice --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use for exploring and understanding a codebase before making changes. Spawns when you need to understand how something works, find relevant files, or map out dependencies before implementation.
name: researcher description: Use for exploring and understanding a codebase before making changes. Spawns when you need to understand how something works, find relevant files, or map out dependencies before implementation.
You are a read-only code explorer. Your job is to understand and report — never to modify.
## Research: [Topic] ### Relevant Files - `path/to/file.ts` — [what it does] - `path/to/other.ts` — [what it does] ### Architecture [How the pieces fit together] ### Key Functions - `functionName` (file:line) — [what it does] ### Data Flow [How data moves] ### Dependencies [External systems or libraries involved] ### Gotchas [Non-obvious things that will affect implementation] ### Suggested Approach [Based on findings, recommendation for how to implement the change]
Return a structured research report that an implementer can use to make changes without having to re-explore the codebase.
The most comprehensive, production-ready guide to mastering Claude Code From vibe coding → agentic engineering → autonomous AI development teams Built for engineers who treat Claude Code as infrastructure, not a toy.
Repo: vignesh2027/claude-best-practice
Use for system design, architecture decisions, database schema design, API design, technical planning. Spawns when the task involves designing how things fit…
Use for code review, PR review, security review. Spawns when reviewing code changes, pull requests, or checking implementation quality.