# Low Token Context

> >

- **Type:** Skill
- **Install:** `agentstack add skill-arnie016-codex-prompt-templates-low-token-context`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Arnie016](https://agentstack.voostack.com/s/arnie016)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Arnie016](https://github.com/Arnie016)
- **Source:** https://github.com/Arnie016/codex-prompt-templates/tree/main/skills/low-token-context
- **Website:** https://github.com/Arnie016/codex-prompt-templates

## Install

```sh
agentstack add skill-arnie016-codex-prompt-templates-low-token-context
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Low-Token Context

Goal: get enough evidence to act without loading the whole project.

## Workflow

1. Run a compact repo snapshot when the repo is unfamiliar:
   `scripts/repo_snapshot.sh `.
2. Estimate heavy files before reading broadly:
   `scripts/token_budget.sh `.
3. Search first with `rg`, `git diff`, package manifests, and exact symbols.
4. Read only the files needed to state:
   - edit surface
   - invariants
   - verification command
   - known risks
5. Write or update a small task brief if the work will continue across turns.

## Task Brief Contract

```md
# Task Brief
## Goal
## Relevant Files
## Current Behavior
## Required Change
## Constraints
## Verification
## Open Risks
```

## Stop Rules

- Stop exploring once new files are repeating facts.
- Summarize command output instead of pasting logs.
- Store durable project facts in markdown memory; do not repeat them in every prompt.
- For codebase graph tools, request exact symbols or files rather than broad "explain everything" queries.

Read `references/low-token-patterns.md` for budgets and anti-patterns.

## Validation

- Context includes the goal, edit surface, constraints, verification, and risks.
- Large logs or broad file reads are summarized instead of pasted.
- Durable facts are written to memory/wiki only when they will help future sessions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Arnie016](https://github.com/Arnie016)
- **Source:** [Arnie016/codex-prompt-templates](https://github.com/Arnie016/codex-prompt-templates)
- **License:** MIT
- **Homepage:** https://github.com/Arnie016/codex-prompt-templates

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-arnie016-codex-prompt-templates-low-token-context
- Seller: https://agentstack.voostack.com/s/arnie016
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
