What is branch-discipline?
Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base Source: troykelly/codex-skills.
Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base
Quickly install branch-discipline AI skill to your development environment via command line
Source: troykelly/codex-skills.
Never work on main. Create feature branches for all work.
Core principle: The main branch is sacred. All work happens in feature branches.
This is a HARD GATE. Do not proceed with code changes if on main.
Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base Source: troykelly/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill branch-disciplineUse before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill branch-discipline Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills