context-loader

Load prioritized project context files for Conductor workflows using git discovery.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill context-loader-geargrindadmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/context-loader
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill context-loader-geargrindadmin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of loading essential project context for Conductor workflows, preventing redundant work and ensuring agents have the necessary information without overwhelming token limits.

Core Features & Use Cases

  • Efficient File Discovery: Utilizes git and respects ignore files (.claudeignore, .gitignore) to quickly identify relevant project files.
  • Prioritized Loading: Loads critical files like manifests, conductor configurations, track specifications, and plans in a defined order.
  • Token Optimization: Implements strategies for handling large files by reading only headers and footers, and limits the total number of files loaded.
  • Use Case: When starting a new feature implementation, this skill ensures the agent has the latest project structure, current track requirements, and task status before beginning.

Quick Start

Use the context-loader skill to load the project context for the current track.

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 for Conductor workflows?

To load project context efficiently, this Skill uses git for file discovery and respects ignore files. It prioritizes loading manifest, conductor, track, and configuration files to optimize token usage for Conductor workflows.

How does token optimization work when loading large project files?

Token optimization for large project files is achieved by reading only file headers and footers. The loader also enforces a maximum of 15 files per context load to prevent exceeding token limits.

Can I use git ignore files to filter context loading for Conductor tracks?

Yes, you can use git ignore files to filter context loading. The loader respects both `.claudeignore` and `.gitignore` files to quickly identify and load only relevant project files for Conductor tracks.

What is the best way to prepare agents for new feature implementation in Conductor?

The best way to prepare agents is by loading the prioritized project context. This ensures the agent receives the latest project structure, current track specifications, and task plans before beginning feature implementation.

What are the limitations on file count when loading project context?

The limitation for loading project context is a strict maximum of 15 files per context load. Active track specifications and plans are prioritized within this limit to ensure essential information is loaded.

Why does the context loader prioritize manifest and configuration files?

The context loader prioritizes manifest and configuration files to ensure Conductor workflows have the necessary foundational information. This defined loading order prevents redundant work and optimizes token usage.