Skip to content

vidschofelix/opencode-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

opencode-tools

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/caveman

opencode 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.

// opencode.json
{
  "plugin": ["@tarquinen/opencode-dcp@latest"]
}

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 install

Interviews 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-me

Uses 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 --opencode

Skills 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"]
}

About

List of things i use

Resources

Stars

Watchers

Forks

Contributors