Because i mix them up all the time...
Ultra-compressed output mode — agent talks like caveman, cutting ~75% of output tokens while keeping technical substance. Ships caveman-commit, caveman-review, caveman-compress, caveman-help.
npx skills add JuliusBrussee/cavemanopencode has no hook system, so caveman does not auto-activate. Either trigger per session (/caveman, "caveman mode") or paste the always-on snippet from the repo README into ~/.config/opencode/AGENTS.md.
Fetch up-to-date library documentation via Context7 REST API. Lightweight alternative to Context7 MCP with no persistent context overhead.
npx skills add https://github.com/netresearch/context7-skill --skill context7
Automatically prunes conversation context by summarizing stale messages and deduplicating tool calls.
Skill to navigate and inspect pages during development.
git clone https://github.com/sawyerhood/dev-browser /tmp/dev-browser-skill
cp -r /tmp/dev-browser-skill/skills/dev-browser ~/.config/opencode/skills/dev-browser
rm -rf /tmp/dev-browser-skill
cd ~/.config/opencode/skills/dev-browser && npm installInterviews you relentlessly about a plan or design, resolving each branch of the decision tree one question at a time. Use to stress-test designs before implementation.
npx skills@latest add mattpocock/skills/grill-meUses your Claude Code credentials for OpenCode — no separate login needed.
// opencode.json
{
"plugin": ["opencode-claude-auth"]
}CLI proxy that rewrites shell commands and filters their output before it reaches the LLM to save tokens.
curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh
rtk init -g --opencodeSkills framework that enforces structured dev workflows (brainstorming, TDD, plans, code review) automatically.
// opencode.json
{
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"]
}Svelte 5 documentation lookup, code analysis, and autofixing.
// opencode.json
{
"plugin": ["@sveltejs/opencode"]
}