init-commit-discipline
Installation
SKILL.md
Init Commit Discipline
Inject always-on commit discipline into the repo: an AGENTS.md section for every agent, plus SessionStart hooks on agents that support them.
This skill requires the cyber-skills CLI — see Ensure cyber-skills CLI below.
Prerequisites
AGENTS.mdshould exist (run theinitskill first if missing).- AGENTS.md should include the Skill Augmentations section (run the
initskill first if missing).
Ensure cyber-skills CLI
Before any subcommand:
- Resolve exact semver:
npm view cyber-skills version(never@latest, never a literal<version>placeholder). - Run
npx cyber-skills@<exact> <subcommand>.
If step 2 fails (npx install prompt, command not found, or other non-zero exit), the init skill (a prerequisite) handles the install consent flow. Tell the user to run init first, then return here. Stop this skill until then.