This is purely a testing utility for developers building or debugging Claude Code skills. It's designed to verify that all four plugin API methods work correctly: use_skill, read_skill_file, run_skill_script, and find_skills. You get a handful of sample files (markdown docs, a JSON config) and basic scripts (one that greets, another that echoes arguments back) to confirm your integration is wired up properly. It's not meant for production work. If you're building skills or troubleshooting the plugin system, this gives you a quick sanity check. Otherwise, you won't need it.
npx -y skills add joshuadavidthomas/opencode-agent-skills --skill test-skill --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot