context-manager

Identify relevant project files for AI agent task execution.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MassimilianoPili/agent-framework --skill context-manager-massimilianopili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-manager
Source: https://github.com/MassimilianoPili/agent-framework/tree/main/.claude/agents/context-manager
Command: npx skills add https://github.com/MassimilianoPili/agent-framework --skill context-manager-massimilianopili

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps AI agents understand which files in a codebase are most relevant to a specific task, preventing them from getting lost in irrelevant code or missing critical context.

Core Features & Use Cases

  • Contextual Awareness: Identifies key files needed for tasks like feature development, bug fixing, or refactoring.
  • Codebase Navigation: Reduces the time agents spend searching for or analyzing unnecessary files.
  • Use Case: Before an agent starts implementing a new API endpoint, this Skill will pinpoint the relevant controller, service, and model files it needs to interact with.

Quick Start

Use the context-manager skill to find files relevant to implementing a user authentication feature.

Frequently Asked Questions about context-manager

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

FAQPage Schema
How do I identify relevant files in a codebase for an AI agent task?

To identify relevant files in a codebase for an AI agent task, use context scoping tools that surface critical files and provide justifications. This ensures context-aware read access and efficient codebase navigation for downstream implementation.

What is the best way to scope code exploration for feature development without getting lost in irrelevant code?

Scoping code exploration for feature development requires pinpointing relevant controller, service, and model files before implementation begins. This prevents agents from analyzing unnecessary files and missing critical context needed for accurate task execution.

Can I use context management to find files needed for backend or frontend development tasks?

Yes, context management identifies key files needed for backend, frontend, or AI development tasks. It scopes application to code exploration and context gathering, satisfying requirements for efficient codebase navigation before downstream implementation begins.

Does identifying files for agent task execution work for bug fixing and refactoring?

Identifying files for agent task execution works for bug fixing and refactoring by providing contextual awareness of the codebase. It reduces the time agents spend searching for files and surfaces critical code needed for accurate modifications.

Why does an AI agent need file identification before starting implementation?

AI agents need file identification before implementation to understand which files are most relevant to a specific task. This prevents them from getting lost in irrelevant code and ensures they have the critical context required for successful execution.

What are the limitations of using code exploration tools for agent task execution?

Code exploration tools for agent task execution focus on file identification and context gathering, not actual implementation. They scope the application to relevant files but do not perform the downstream implementation tasks themselves.