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.md should exist (run the init skill first if missing).
  • AGENTS.md should include the Skill Augmentations section (run the init skill first if missing).

Ensure cyber-skills CLI

Before any subcommand:

  1. Resolve exact semver: npm view cyber-skills version (never @latest, never a literal <version> placeholder).
  2. 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.

Installs
10
First Seen
May 24, 2026
init-commit-discipline — cyberuni/cyber-skills