context-master

Plan optimal file creation order and delegate analysis for multi-file projects.

51|10|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/JosiahSiegel/claude-code-marketplace --skill context-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-master
Source: https://github.com/JosiahSiegel/claude-code-marketplace/tree/main/plugins/context-master/skills/context-master
Command: npx skills add https://github.com/JosiahSiegel/claude-code-marketplace --skill context-master

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing AI context in complex, multi-file projects or long coding sessions often leads to context bloat, reduced focus, and wasted tokens. This skill provides universal strategies and CLI-specific tools to optimize context usage, ensuring efficient planning, deep analysis, and sustained performance.

Core Features & Use Cases

  • Optimal File Creation: Guides on planning and creating files in the correct order to prevent refactoring and save context (e.g., CSS before HTML).
  • Thinking Delegation: Offload deep analysis to isolated contexts (subagents/artifacts) to keep the main conversation lean, achieving up to 23x context efficiency.
  • Progressive Task Decomposition: Break down complex requests into manageable phases, maintaining fresh context for each step and preventing information overload.
  • Use Case: When building a multi-page website, use this skill to first plan the optimal file creation order, then delegate deep architectural decisions to a subagent, ensuring efficient development without context overload.

Quick Start

Use the context-master skill to plan the optimal file creation order for a new React application with 5 components and a shared stylesheet.

Frequently Asked Questions about context-master

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

FAQPage Schema
How do I optimize AI context for complex multi-file projects?

Optimize AI context in multi-file projects by planning file creation order, delegating deep analysis to subagents, and decomposing tasks progressively. This approach prevents context bloat, maintains focus, and achieves up to 62% context savings while sustaining session performance across long coding sessions.

What's the best way to manage token usage during extended coding sessions?

Manage token usage by offloading deep architectural decisions to isolated contexts, keeping the main conversation lean, and breaking complex requests into manageable phases. Thinking delegation achieves up to 23x context efficiency, letting you maintain fresh context for each step without information overload.

How do I plan the optimal file creation order for a new project?

Plan file creation order by identifying dependencies and precedence—for example, create CSS before HTML to avoid refactoring. This prevents circular dependencies, reduces context waste, and ensures efficient development without backtracking through already-written code.

Can I use context optimization strategies with multi-file refactoring?

Yes. Context management strategies apply directly to refactoring by using progressive task decomposition to break large refactors into phases, delegating deep analysis to subagents, and maintaining fresh context per step. This sustains performance and prevents context bloat during extensive code changes.

Why does context management matter in AI-assisted development?

Context management matters because AI models have finite context windows; managing it well preserves token budget, maintains reasoning clarity, and prevents performance degradation in long sessions. Strategic planning and delegation enable sustained productivity across complex, multi-file projects.