π―
π¦structure-first-docs
π―Skillfrom perhapsspy/structure-first
Same repository
perhapsspy/structure-first(3 items)
structure-first-docs
Installation
Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add perhapsspy/structure-first --skill structure-first-docsskills.sh Installβ Installs to .agents/skills/
npx skills add perhapsspy/structure-first --skill structure-first-docsManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/structure-first-docs/SKILL.mdSKILL.md
15Installs
28
-
Last UpdatedJun 23, 2026
More from this repository2
π―π―
structure-firstπ―Skill
A skill for writing readable, AI-context-efficient code by organizing it around Primary Flow (the success path), reducing side effects, bugs, and cognitive load for both humans and AI agents.
structure-first-reviewπ―Skill
A code organization skill that prioritizes the primary success flow (Primary Flow) to be read first, pushing edge cases and details down. Focuses on reducing change radius and side effects during complex modifications, with contract-based test alignment.