What problem does it solve? Writing a skill that actually changes model behavior is hard: most skills restate what the model already knows, and untested edits are guesses. This Skill provides a disciplined loop for creating, editing, and sizing skills and agents, proving each rule with pressure-scenario runs that compare model behavior with and without the skill loaded. ## Core Features & Use Cases - Pressure testing: Runs prompts through scripts/pressure.mjs across model:effort cells in with-skill and without-skill arms, writing full answers to files for comparison. - Structured authoring guidance: References cover description writing, skill shape templates, wording registers, fix placement, hole plugging, and blind evaluation. - Size and structure enforcement: Defines token and character budgets for bodies and descriptions, verified with node verify.mjs. - Use Case: When editing a skill that the model keeps ignoring, run a pressure scenario on the pre-edit and edited clones, then have a blind Sonnet judge score the answers to confirm the wording change actually moved behavior. ## Quick Start Ask the AI to use the skills-tool skill to create a new skill for a recurring mistake, running pressure tests before calling it done.