Agent Skills: size_guard

Enforce line budgets and rotate or split large context files.

UncategorizedID: CheekyCodexConjurer/quant-lab/size_guard

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/size_guard

Skill Files

Browse the full folder contents for size_guard.

Download Skill

Loading file tree…

.codex/skills/size_guard/SKILL.md

Skill Metadata

Name
size_guard
Description
Enforce line budgets and rotate or split large context files.

Purpose

Keep context-heavy files within line limits for fast loading.

Steps

  1. Read .agent-docs/memory/LINE_BUDGETS.yaml.
  2. Rotate or split files that exceed budgets.
  3. Update indexes to reference new parts.
  4. Record the action in the Action Log.

Guardrails

  • Preserve history by archiving before splitting.