Draft a conventional commit message from staged changes with
/cc.
An AgentPlugins slash-command plugin that works across Claude Code, Codex, OpenCode, and Pi Mono.
Stage some changes and run:
/cc
The agent inspects git diff --staged, picks a type and scope, and proposes a type(scope): subject commit message. It never commits for you.
- Claude Code
- Codex
- OpenCode
- Pi Mono
# Install dependencies
pnpm install
# Validate the plugin manifest
pnpm run validate
# Build for all targets
pnpm run buildAfter building, install the output for your agent harness:
cp -r dist/claude ~/.claude/skills/conventional-commitscp -r dist/codex ~/.codex/plugins/cp dist/opencode/*.ts .opencode/plugins/cp -r dist/pimono ~/.pi/agent/extensions/MIT