Skip to content

Repository files navigation

Octivi Skills

License: MIT Conventional Commits

Repository of installable AI skills.

Available skills

Each skill listed below can be installed with: npx skills add octivi/skills --skill <skill_name>

common-changelog

Helps an AI agent write and normalize CHANGELOG.md entries using the Common Changelog format.

Install:

npx skills add octivi/skills --skill common-changelog

git-commits

Helps an AI agent draft and review Git commit messages using the Conventional Commits convention.

Install:

npx skills add octivi/skills --skill git-commits

git-trunk-based-workflow

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

For AI agents

Skill routing rules

  • MUST route changelog/release-notes generation and normalization to common-changelog.
  • MUST route commit message wording/formatting to git-commits.
  • MUST route Git branch/PR/rebase workflow questions to git-trunk-based-workflow.

License

All content is provided under the terms of The MIT License.

Releases

Contributors

Languages