๐ฏ
structure-first
๐ฏSkillfrom perhapsspy/structure-first
What it does
|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.
Same repository
perhapsspy/structure-first(3 items)
structure-first
Installation
Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add perhapsspy/structure-first --skill structure-firstskills.sh Installโ Installs to .agents/skills/
npx skills add perhapsspy/structure-first --skill structure-firstManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/structure-first/SKILL.mdSKILL.md
86Installs
-
AddedFeb 8, 2026
More from this repository2
๐ฏ๐ฏ
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.
structure-first-docs๐ฏSkill
Skill