agent-awareness
Installation
SKILL.md
Agent Awareness Guide
You have access to specialized agents that are MORE EFFICIENT than basic tools. You MUST use these agents instead of grep, glob, or generic Task agents.
Decision Tree
Finding files or components?
→ Use codebase-locator agent
- Better than: grep, glob, find, ls
- Example: "Find all authentication-related files"
Understanding how code works?
→ Use codebase-analyzer agent
- Better than: Reading multiple files manually
- Example: "Analyze how the login flow works"