filesystem-context-discipline

Installation
SKILL.md

Filesystem Context Discipline

Use the filesystem to hold durable state, but keep it structured, discoverable, and reviewable.

Use When

  • a task is too long for one prompt or needs resumable state;
  • generated output should be retained before apply;
  • a plan, checklist, evidence ledger, or handoff must survive compaction;
  • multiple agents or sessions need a shared artifact;
  • repo-local context should be discoverable without always loading it.

Context Types

Installs
4
GitHub Stars
15
First Seen
Jul 23, 2026
filesystem-context-discipline — markoblogo/abvx-agent-skills