opencode-agent-skills

June 6, 2026 · View on GitHub

A collection of OpenCode skills I've built from real use — things I reach for daily and have refined through trial and error. If something doesn't work for you, or you see a gap, open an issue or send a PR.

Current version: 0.9.0 — see CHANGELOG

Installation

Quickest — npx skills

# List available skills
npx skills add mskadu/opencode-agent-skills --list

# Install a specific skill to OpenCode
npx skills add mskadu/opencode-agent-skills --skill permission-manager --agent opencode

# Install all skills globally
npx skills add mskadu/opencode-agent-skills --all -g -y

One-liner

curl -fsSL https://raw.githubusercontent.com/mskadu/opencode-agent-skills/main/install.sh | bash

Manual

git clone https://github.com/mskadu/opencode-agent-skills.git
cp -r opencode-agent-skills/skills/* ~/.config/opencode/skills/

Skills

SkillDescriptionRisk
anti-sycophancyEliminate sycophantic agreement patterns in AI responsessafe
permission-managerReview, configure, and audit OpenCode permission settingscritical
skill-suggesterScan prompt history for recurring patterns, propose new skillssafe
ollama-syncSynchronize Ollama model list with OpenCode configurationsafe
smart-git-automationSmart change detection, auto branch naming, streamlined commit/PRcritical

Requirements

License

MIT