Repository of installable AI skills.
Each skill listed below can be installed with: npx skills add octivi/skills --skill <skill_name>
Helps an AI agent write and normalize CHANGELOG.md
entries using the Common Changelog format.
Install:
npx skills add octivi/skills --skill common-changelog- Skill README:
common-changelog/README.md - Skill path:
common-changelog/SKILL.md - Reference:
common-changelog/references/CHANGELOG.md
Helps an AI agent draft and review Git commit messages using the Conventional Commits convention.
Install:
npx skills add octivi/skills --skill git-commits- Skill README:
git-commits/README.md - Skill path:
git-commits/SKILL.md - Reference:
git-commits/references/git-commit.md
Helps an AI agent plan and execute Trunk-Based Development workflow on repositories that use main
as trunk.
Install:
npx skills add octivi/skills --skill git-trunk-based-workflow- Skill README:
git-trunk-based-workflow/README.md - Skill path:
git-trunk-based-workflow/SKILL.md - Reference:
git-trunk-based-workflow/references/git-workflow.md
- Agent entry point:
AGENTS.md
MUSTroute changelog/release-notes generation and normalization tocommon-changelog.MUSTroute commit message wording/formatting togit-commits.MUSTroute Git branch/PR/rebase workflow questions togit-trunk-based-workflow.
All content is provided under the terms of The MIT License.