context-loader

Load and consolidate project context for Conductor workflows.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill context-loader-ahmedelhadarey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/context-loader
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill context-loader-ahmedelhadarey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project context is often scattered across files and tooling, making it hard to start work quickly and efficiently. This skill consolidates essential context to reduce token waste and startup time.

Core Features & Use Cases

  • Efficient context provisioning: loads only the most relevant files and metadata based on ignore rules.
  • Context snapshot: summarizes repository vision, current track, and tech context to guide planning.
  • Use Case: when starting a new feature, the skill provides a concise, ready-to-use context for planners and executors.

Quick Start

Load the current project context to initialize your workflow in Conductor.

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 to reduce token usage in workflows?

To load project context efficiently and reduce token usage, prioritize discovering relevant files while respecting ignore rules. This consolidates essential metadata into a concise snapshot, minimizing startup overhead for workflow planners and executors.

What is project context consolidation for Conductor workflows?

Project context consolidation for Conductor workflows is the process of gathering repository structure, current tracks, and pending tasks into a single summary. It provides a ready-to-use snapshot to guide feature implementation and planning without scanning redundant files.

When do I need to load a repository context snapshot?

You need to load a repository context snapshot when starting a new track, implementing new features, or requiring a concise overview of the project structure. It supplies the current track, active phase, and task statuses to initialize your workflow quickly.

Does context-loader respect ignore files when discovering project files?

Yes, context-loader respects ignore files during file discovery. It applies your ignore rules to filter the repository, ensuring only prioritized and relevant files are loaded into the context summary to prevent token waste.

What is the best way to initialize a new feature track in Conductor?

The best way to initialize a new feature track in Conductor is to load a consolidated project context first. This provides a concise snapshot of the repository vision, tech context, and pending tasks, enabling planners to start work immediately.

Why does loading full project context waste tokens during workflow startup?

Loading full project context wastes tokens because it includes scattered, irrelevant files. Consolidating only prioritized files and metadata into a concise context summary reduces token consumption and significantly speeds up workflow startup time.