Install
$ agentstack add skill-ucsahinn-codex-chef-context-budget-planner ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Context Budget Planner
Use this skill before broad, long-running, or multi-source Codex work. The goal is to keep useful capability while reducing wasted context.
Output
Return:
- Objective and completion evidence
- Must-load context
- Defer-until-needed context
- Ignore or exclude list
- Tool and source routing
- Token-saving tactics
- Compaction-safe handoff
- Verification gates
Reference Routing
Read references/context-strategy.md for broad repo work, research-heavy tasks, multi-agent delegation, long command outputs, compaction handoffs, surface-routing decisions, or token/context tradeoffs.
Rules
- Preserve user constraints, approval gates, file paths, exact commands, and
named artifacts.
- Prefer current files and command outputs over memory or guesses.
- Load indexes, manifests, catalogs, and summaries before full files when that
still gives reliable evidence.
- Read a selected authoritative instruction file completely before acting on
it.
- Do not paste huge logs into the main thread. Summarize the key lines and keep
command names exact.
- Do not move secrets, tokens, auth files, session data, private memory, or
private local paths into prompts, docs, diagrams, or issue comments.
- Use subagents for bounded read-heavy work only when they reduce noise or
produce clearer evidence.
- Put durable behavior in the right surface: prompt,
AGENTS.md, skill,
plugin, MCP, hook, memory, rule, config, or script.
- Use current official docs or verified sources when external facts affect the
answer.
- Keep overlapping optional skills discoverable, but prefer the smallest
default set that covers the task without duplicate trigger noise.
Context Budget Template
Objective:
- ...
Completion evidence:
- ...
Must load now:
- ...
Defer until needed:
- ...
Ignore/exclude:
- ...
Tool/source routing:
- Local repo:
- Official docs:
- External docs:
- Browser/UI:
- Security/release:
Token-saving tactics:
- Start from indexes/manifests/catalogs before full files.
- Read only the relevant sections after symbol or text search.
- Summarize long command output instead of copying it wholesale.
- Keep exact commands, paths, versions, and failures.
Compaction handoff:
- Current decision:
- Files changed or inspected:
- Commands run:
- Known blockers:
- Next verification:
Verification gates:
- ...
When Not To Use
- Tiny single-file edits.
- Simple factual answers where no repo or external context is needed.
- Tasks where the user explicitly asks for direct execution and context is
already small.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ucsahinn
- Source: ucsahinn/codex-chef
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.