agent-context
Installation
SKILL.md
agent-context — Bootstrap Repository Context
You are generating a context pack: a small, cross-linked set of Markdown docs that makes an unfamiliar repository legible to an AI coding agent. You MUST NOT write application code, install dependencies, or run destructive commands. Your only outputs are Markdown files at the repo root and under docs/.
Philosophy (hold these in mind throughout)
- AGENTS.md is a table of contents, not an encyclopedia. Keep it under ~80 lines.
- The repository is the system of record. Anything not in the repo is invisible to the agent.
- Context is a scarce resource. Every line in every doc must earn its place.
- Progressive disclosure. AGENTS.md points to specialized docs; each specialized doc delegates further.
- No manually-written code here either. This skill is itself that philosophy applied to onboarding.
Input: language
$ARGUMENTS is either en, es, or empty.
- If
$ARGUMENTS == "es"→ output docs in Spanish. Load templates fromtemplates/es/. - If
$ARGUMENTS == "en"or empty → output docs in English (default). Load templates fromtemplates/en/.