Opencode Skill Creator
Description
OpenCode skill for creating, testing, and optimizing other OpenCode skills. Adapted from Anthropic's skill-creator for Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
opencode-skill-creator
**Create, test, and optimize OpenCode skills — from first draft to production-grade.**
[](https://www.npmjs.com/package/opencode-skill-creator) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/antongulin/opencode-skill-creator/stargazers)
A **skill + plugin** for [OpenCode](https://opencode.ai) that brings eval-driven development to AI agent skills — based on Anthropic's official [skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) for Claude Code, ported to TypeScript and adapted for OpenCode's plugin architecture.
[Install](#install) · [What it does](#what-it-does) · [Plugin tools](#plugin-tools) · [Usage](#usage) · [Architecture](#architecture)
Why this exists
Creating AI agent skills is guesswork. You write a skill, test it manually, maybe tweak the description, and hope it triggers correctly. There's no systematic way to measure whether a skill works or to track improvements across iterations.
opencode-skill-creator fixes this with **eval-driven development for skills**:
- Test — Auto-generate eval test sets and measure trigger accuracy
- Optimize — Iteratively improve skill descriptions with a train/test split
- Benchmark — Quantitative comparison across iterations with variance analysis
- Review — Built-in visual eval viewer for human-in-the-loop feedback
- Install — Deploy validated skills to project or global config
Based on Anthropic's proven methodology. Free for everyone. Works with any model OpenCode supports.
Install
Package: https://www.npmjs.com/package/opencode-skill-creator
Pick your option
| If you are... | Use this |
|---|---|
| New to OpenCode / non-develope |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing