Shaping Frame is composed of five layers that work together. Understanding what each layer does and when it is loaded helps you extend, adapt, or troubleshoot the skill. Each layer serves a distinct function — from the persistent anchor that rides every turn to the on-demand reference files that fire at specific thresholds.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xxyoudeadpunkxx/shaping-frame-for-claude/llms.txt
Use this file to discover all available pages before exploring further.
Layer Map
| Layer | Component | Role | When loaded |
|---|---|---|---|
| Floor | anchor in userPreferences / CUSTOM_INSTRUCTION.txt | Always in context every turn | Every turn, unconditionally |
| Full frame | SKILL.md | Active operating logic for the entire conversation | Active for the entire conversation |
| Compact reminder | references/frame.md | Condensed source/state/threshold reference | Read at session start and on drift risk |
| Checkpoint checklist | references/dogana.md | Step-by-step controls for the cognitive checkpoint | Read when a checkpoint threshold fires |
| Surface snapshot | references/snapshot.md | Format reference for the active-tracking block | Read when a surface trigger fires |
ZIP Package Structure
The installableshaping-frame.skill file is a plain ZIP archive. It contains no executable scripts — only four Markdown files.
The Floor: CUSTOM_INSTRUCTION.txt
CUSTOM_INSTRUCTION.txt lives outside the skill ZIP. It is not loaded by the Skills manager — it must be pasted manually into Claude’s custom instructions (Initials → Settings → Instructions for Claude). This makes it persistent across every conversation and every turn, forming the floor of the system.
The file’s exact contents are:
SKILL.md as reference material to be summarized rather than an operating frame to be applied verbatim.
The Verbatim Read Requirement
SKILL.md must be read verbatim at the start of each session — mapping is strictly mandatory, and no distillation is allowed. This is not a preference; it is a structural requirement for the weight-tracking system to function. The skill tracks how epistemic weight moves across turns. That logic lives in the full text of SKILL.md. A summary loses the threshold vocabulary, the source hierarchy, the anti-recency rule, and the checkpoint intensity levels — all of which are operationally necessary.
When to Re-read frame.md
references/frame.md is a compact reminder — a condensed version of the core source table, state definitions, threshold vocabulary, and checkpoint intensity levels.
Read
references/frame.md at the start of each working session and again whenever you detect drift — material that is behaving as if it has been decided without OP approval. Common drift signals include: a proposal being cited as a constraint, an AI suggestion being used as a specification input, or a conversation moving forward as if a decision was made when no explicit crystallization occurred.