skill / skill

Git

Conventions for git operations, commit messages, versioning, branching, and changelogs

Use this package

Text-only plugin. Clone the armory repository first, then run this from the repository root to symlink ./skills/git into OMEGON_HOME.

Source checkout install

Clone and install plugin
git clone https://github.com/styrene-lab/omegon-armory
cd omegon-armory
omegon plugin install ./skills/git

OCI download

Pull and inspect artifact
# Install ORAS first: https://oras.land/docs/installation
mkdir -p armory-git
oras pull ghcr.io/styrene-lab/omegon-armory/skills/git:1.0.0 --output armory-git
find armory-git -maxdepth 2 -type f | sort
Verify signature
cosign verify ghcr.io/styrene-lab/omegon-armory/skills/git:1.0.0

Capabilities

guidance

Compatibility

Native: omegon plugin
omegon plugin install ./skills/git
Degraded: generic-agent instructions
SKILL.md

Included Files

  • SKILL.md
  • plugin.toml