agent-awareness

Route codebase exploration tasks to specialized agents using decision-tree guidance.

10|2|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/eveld/claude --skill agent-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-awareness
Source: https://github.com/eveld/claude/tree/main/skills/agent-awareness
Command: npx skills add https://github.com/eveld/claude --skill agent-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codebase exploration and feature discovery often rely on basic tools that are inefficient and error-prone. This skill guides you to choose specialized agents that deliver faster, more accurate results and reduce cognitive load.

Core Features & Use Cases

  • Agent-based exploration: Route tasks to dedicated agents for locating files, analyzing code, and pattern finding.
  • Decision-tree guidance: Provides a clear protocol for when to invoke each agent.
  • Thoughts and external references: Includes agents for locating internal thoughts/docs and external web research as needed.
  • Example workflows: Use codebase-locator to find authentication-related files, then codebase-analyzer to understand the login flow.

Quick Start

Start by asking the codebase-locator to find authentication-related files.

Frequently Asked Questions about agent-awareness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to explore a codebase and find specific files?

Pattern discovery in a codebase is achieved by applying agent-based routing to locate and analyze recurring code structures. Specialized agents provide a clear decision-tree protocol to find specific behaviors more accurately than basic search tools.

How do I analyze code behavior and understand complex feature flows?

To analyze code behavior, you route the task to a codebase-analyzer agent after locating the relevant files. This specialized approach maps complex feature flows efficiently, avoiding the errors typical of manual basic tool inspection.

Can I use specialized agents for both internal documentation and external research?

Yes, agent-based routing covers both internal and external research tasks. You can invoke dedicated agents to locate internal thoughts and documentation within the codebase, or use external web research agents as needed.

When do I need to use a specialized agent instead of basic tools for code analysis?

You need specialized agents for code analysis when basic tools become inefficient or error-prone. A dedicated decision-tree protocol guides you to invoke specific agents for locating files, analyzing code, and discovering patterns.