context-manager

Discover, fetch, organize, and clean up project context files.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/rawadghz/recipe-ms --skill context-manager-rawadghz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-manager
Source: https://github.com/rawadghz/recipe-ms/tree/main/.opencode/skills/context-manager
Command: npx skills add https://github.com/rawadghz/recipe-ms --skill context-manager-rawadghz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of project context, ensuring that all relevant information is discoverable, organized, and readily accessible, preventing information silos and wasted time searching for documentation.

Core Features & Use Cases

  • Context Discovery: Find relevant files by topic or path.
  • External Data Fetching: Retrieve live documentation from libraries.
  • Organization & Cleanup: Restructure context by concern and remove stale files.
  • Use Case: When starting a new feature, use the 'discover' operation to find all existing context related to 'authentication' and then 'organize' them by concern to ensure a clear and efficient workflow.

Quick Start

Use the context manager skill to discover all context files related to authentication patterns.

Frequently Asked Questions about context-manager

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

FAQPage Schema
How do I discover and organize project context files for a specific feature?

To discover and organize project context files, use operations to find relevant files by topic and restructure them by concern. This ensures context is structured, accessible, and prevents information silos during development workflows.

What is the best way to fetch live documentation for libraries during development?

Fetching live documentation for libraries is handled through external data retrieval operations. This harvests current context directly from sources, ensuring your project references accurate and up-to-date information without manual searching.

How do I clean up stale context files and prevent information silos?

Cleaning up stale context files is achieved through organization and cleanup operations. This removes outdated information and restructures remaining context by concern, preventing information silos and wasted time searching for documentation.

Does context management work with shell scripting and agentic tools?

Context management works with shell scripting for deterministic task execution and integrates with other agentic tools. This combination ensures comprehensive context discovery, extraction, and compression operations run reliably across your workflow.

What are the limitations of using shell scripting for project context organization?

Shell scripting for project context organization provides deterministic execution but requires specific structural inputs. Limitations include dependency on script availability for custom concerns and potential friction when integrating with non-standard agentic tool environments.

When do I need context compression for my development workflow?

Context compression is needed when your development workflow accumulates excessive project context. Extracting and compressing context ensures information remains structured and accessible, preventing bloat from hindering discovery and organization operations.