context-curator

Compress codebase context into minimal task-focused packages for reasoning agents.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/saajunaid/junai --skill context-curator-saajunaid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-curator
Source: https://github.com/saajunaid/junai/tree/main/.github/skills/workflow/context-curator
Command: npx skills add https://github.com/saajunaid/junai --skill context-curator-saajunaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill compresses and prioritises codebase context to prevent context bloat and token waste when reasoning agents operate on large codebases.

Core Features & Use Cases

  • Compresses codebase context to essential signatures and modules.
  • Generates minimal, task-focused context packages for planning, debugging, and handoffs.
  • Supports deterministic decision-making by retaining only necessary artefacts.

Quick Start

Load Context Curator to generate a minimal context package for a large repository.

Frequently Asked Questions about context-curator

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

FAQPage Schema
How do I compress a large codebase context for LLM planning and debugging?

To compress a large codebase context, this skill extracts essential signatures and modules to generate minimal, task-focused context packages for planning, debugging, and handoffs. It prevents token waste by retaining only necessary artifacts.

What is context curation for reasoning agents?

Context curation for reasoning agents is the process of prioritizing and compressing codebase context into Tier 1-3 curated artifact sets. This ensures deterministic decision-making by providing LLMs with clear, minimal scope.

Can I create task-focused context packages for pipeline handoffs?

Yes, you can create task-focused context packages for pipeline handoffs. The skill compresses codebase context into minimal artifacts with clear scope, specifically targeting planning, debugging, and handoff tasks.

Does context compression work for large codebases to prevent token waste?

Yes, context compression works for large codebases to prevent token waste. It targets large repositories and compresses context into essential signatures and modules, producing minimal packages that prevent context bloat for reasoning agents.

What is the best way to prioritize code context for LLM routing?

The best way to prioritize code context for LLM routing is to compress the codebase into a Tier 1-3 curated artifact set. This retains only necessary artifacts, ensuring deterministic decision-making with clear scope for reasoning agents.

When do I need curated artifacts for codebase analysis?

You need curated artifacts for codebase analysis when reasoning agents operate on large repositories and risk context bloat. If you are performing planning, debugging, or handoffs, curating artifacts ensures deterministic decision-making with clear scope.