OpenCode slash commands and a small agent persona. Part of the RAFA stack: mostly adapted from upstream, with a few RAFA-original commands. Install into ~/.config/opencode/; no live provider config included.
Suite hub: opencode-methodology → full path: Install from scratch.
| Kind | Upstream |
|---|---|
| Adapted from (11 commands) | waybarrios/opencode-power-pack (MIT) |
| Skill lineage behind that port | anthropics/skills, anthropics/claude-code |
| Written for this kit | commit, commit-push-pr, clean_gone, simplify |
Details: docs/attribution.md · 中文.
- Install OpenCode. Optional: OMOS via
bunx oh-my-openagent install. - Fastest path — bootstrap the whole suite, then come back here:
bash <(curl -fsSL https://raw.githubusercontent.com/openrafa/RAFA/main/get-started.sh)Or install just this kit:
git clone https://github.com/openrafa/opencode-command-kit.git
cd opencode-command-kit
# skim docs/command-catalog.md and docs/attribution.md
bash scripts/install.sh --dry-run
bash scripts/install.sh
# → ~/.config/opencode/commands/ and ~/.config/opencode/agents/- Reload OpenCode. Try
/get-started,/code-review,/feature-dev,/agents-md-improver, or/commit. - Keep team conventions in repo-root
AGENTS.mdonly.
Custom target: bash scripts/install.sh --target /path/to/opencode-config (see examples/install-layout.md).
~/.config/opencode/
├── commands/ # 16 slash-command markdown files
└── agents/ # ponytail.md (optional persona)
The installer does not write opencode.json, install plugins, or touch providers. Skills install separately into ~/.agents/skills/ (see the wiki / writing skill repos).
commands/— 16 OpenCode slash commands, including/get-started(RAFA stack bootstrap)agents/ponytail.md— RAFA-adapted agent personadocs/command-catalog.md— grouping and intentdocs/attribution.md— provenance (中文)
Review command text before use. You own your OpenCode configuration and secrets.
MIT — Copyright (c) 2026 Cyame. See LICENSE.
Upstream command lineage: waybarrios/opencode-power-pack.