/commit
Generate a Conventional Commits message from the staged diff and commit after confirmation. Same flow as the natural-language `commit` skill — dispatches here so users who prefer explicit slash commands can bypass intent detection.
$ npx -y skills add thettwe/nyann --agent claude-codeShips with nyann. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/commit
Context preview
What this command does when you run it.
Generate a Conventional Commits message from the staged diff and commit after confirmation. Same flow as the natural-language `commit` skill — dispatches here so users who prefer explicit slash commands can bypass intent detection.
ငြမ်း is Burmese for scaffolding. Nyann is the Claude Code plugin that picks expert git defaults for your stack — branching, working hooks (Husky / pre-commit.com / lefthook), commits, releases, CI, docs — then keeps the repo on those rails through every PR
Repo: thettwe/nyann
Other commands on nyann.
- /add-team-source
Sync interval in hours. Default 24.
Open command - /apply
Path to an IacPlan JSON from a prior /nyann:plan run, to apply the exact previewed plan.
Open command - /bootstrap
Optional profile name to apply. If provided, skip stack detection's recommendation step and load this profile via bin/load-profile.sh. Fall back to the skill's default matching if omitted.
Open command - /branch
The branch slug (feature/bugfix/hotfix) or version string (release).
Open command - /check-prereqs
If passed, emit the probe results as JSON instead of the human table.
Open command - /cleanup-branches
Branch to use as the merge target. Defaults to the profile's primary base branch (auto-resolved through `origin/HEAD`, `main`, or `master`).
Open command

