AI & Agents

Context

Give coding agents the right files.

A CLI that transforms a task into a deterministic, explainable context pack for AI coding assistants.

Status
Active
Primary stack
TypeScript
License
Open source
GitHub stars
1
context pack
context pack --task \
  "Fix the payment webhook"

Why it exists

Made for the work, not the demo.

Context analyzes a codebase, understands a task, and ranks the files most likely to matter. Instead of pasting an entire repository into a model, it creates a focused package with excerpts, dependency relationships, task assumptions, and selection reasons.

The output is designed to be inspectable and portable. Every pack includes a ready-to-use prompt, a machine-readable manifest, a dependency graph, and the exact excerpts selected for the job.

Install from npmterminal
npm install -g @illegalstudio/context