context-loader

Load project documents by classifying task types into categories.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/matchacone/pickle-LARP --skill context-loader-matchacone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/matchacone/pickle-LARP/tree/main/.agent/skills/context-loader
Command: npx skills add https://github.com/matchacone/pickle-LARP --skill context-loader-matchacone

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an efficient way to load project documents required to start a task, ensuring agents are fully prepared without reading unnecessary files.

Core Features & Use Cases

  • Task Type Classification: Classifies incoming tasks into categories such as 'db', 'api', 'ui', etc.
  • Selective Document Loading: Reads only the relevant documents for the identified task type in the specified order.
  • Predefined Read Order: Predefined order of documents ensures no unnecessary or irrelevant information is read.
  • Quick Context Loading: Use at the start of every session or as prompted by specific triggers.

Quick Start

Run the context-loader skill with the specified task type, e.g., 'db', 'api', 'ui', etc.

Frequently Asked Questions about context-loader

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

FAQPage Schema
How do I load only the necessary project documents for a specific task type?

Selective document loading works by classifying the incoming task into predefined categories such as database schema, API endpoints, or UI components, then reading only the mapped files to prepare the agent.

How do I prepare project context for an AI agent before starting a database or API task?

You prepare project context by classifying the task type, such as 'db' or 'api', and loading the predefined set of documents associated with that category. This ensures the agent has the exact schema or endpoint information needed before work begins.

What is the best way to set up pre-flight context mapping for different software engineering tasks?

The best way to set up pre-flight context mapping is to use predefined read orders for task types like authentication, admin panels, and general architecture, ensuring agents load only necessary documents and skip irrelevant files.

Does context loading support various project structures for UI components and authentication?

Yes, context loading is adaptable to various project structures and supports tasks related to UI components and authentication by mapping them to specific, relevant documents without reading unnecessary files.

Why should I use selective document loading instead of reading the entire project architecture?

You should use selective document loading to avoid reading unnecessary files, reducing processing overhead. By mapping specific task types to targeted documents, agents remain fully prepared with only the required context.