context-manager

Discover and load relevant markdown context documents before each task.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill context-manager-jiunbae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-manager
Source: https://github.com/jiunbae/agent-skills/tree/main/context/context-manager
Command: npx skills add https://github.com/jiunbae/agent-skills --skill context-manager-jiunbae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the frustration of working without proper project knowledge by automatically discovering and loading the right documentation for your current task.

Core Features & Use Cases

  • Intelligent Discovery: Automatically find and load relevant project plans, architecture, and implementation status automatically before each task.

Quick Start

When starting any new task, this Skill automatically scans your context directory and loads the most relevant documentation, ensuring you always have the context you need without manual effort.

Frequently Asked Questions about context-manager

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

FAQPage Schema
How do I automatically load project documentation without manual searching?

Context manager automatically discovers and loads relevant markdown documentation from your project's context/ directory before each task. It scans for plans, architecture notes, and implementation status, then loads the top 2-5 matching documents based on keyword and task-type relevance, eliminating manual documentation searches.

What project documentation can context manager automatically discover?

Context manager discovers and loads README.md files, feature plans, architecture notes, implementation status documents, and feedback files from your context/ directory. It ranks documents by relevance to your current task using keyword matching, file paths, and task type to surface the most applicable context.

Can I use context manager for onboarding, feature development, and bug fixes?

Yes, context manager supports multiple scenarios including onboarding, feature development, bug fixes, and architectural planning. It intelligently loads context tailored to each task type, ensuring you have relevant documentation whether you're reviewing existing architecture or implementing new features.

How do I update the context that gets loaded automatically?

Use the update_context.py script to refresh and manage the documentation that context manager loads. This lets you modify which context files are discovered and ranked for your tasks without manually reorganizing your context/ directory.

What directory structure does context manager require?

Context manager requires a context/ directory in your project root containing markdown documentation files. It automatically scans this directory on task startup; no additional configuration is needed beyond organizing your project documentation there.