context-loader

Load prioritized project context files for Conductor workflows.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill context-loader-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/context-loader
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill context-loader-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load project context efficiently to support Conductor workflows, reducing token usage and enabling faster decisions without scanning the entire repository.

Core Features & Use Cases

  • Context loading orchestration: loads CLAUDE.md if present and core project context files such as conductor/product.md and conductor/tech-stack.md.
  • Tiered context discovery: prioritizes manifests, conductor docs, and track specs/plans to minimize data read.
  • Token optimization: respects ignore files, uses git-based discovery, and caps the number of loaded files for efficiency.
  • Use Case: Starting a new track or feature and quickly gathering essential project context for planning and execution.

Quick Start

Ask the Context Loader to load the active track context before starting work on a feature.

Frequently Asked Questions about context-loader

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

FAQPage Schema
How do I load project context efficiently without exceeding token limits?

Load project context efficiently by prioritizing manifests, conductor docs, and track specs to minimize data read. This approach respects ignore files, uses git-based discovery, and caps the loaded set to 15 files to reduce token usage.

What is tiered context discovery for Conductor workflows?

Tiered context discovery prioritizes reading manifests, conductor docs, and track specs or plans over scanning the entire repository. It loads only essential project context files to enable faster decisions and reduce token usage.

How do I prepare project context before starting a new Conductor track?

Prepare project context for a new track by loading prioritized files such as CLAUDE.md, conductor/product.md, conductor/tech-stack.md, tracks.md, and the current track spec and plan. This orchestration gathers essential context for planning and execution.

Does context loading respect git ignore files during project structure evaluation?

Context loading respects ignore files during project structure evaluation. It uses git-based file discovery to ensure ignored files are skipped, directly contributing to token optimization and faster context retrieval.

What is the maximum number of files loaded for Conductor workflows?

The maximum number of files loaded for Conductor workflows is capped at 15 files. This file cap enforces token optimization and prevents excessive data reading when gathering project context.