antongulinantongulinCommunity·1 Agent Skills Included

opencode-skill-creator

Create, test, and optimize OpenCode skills with evals

Creates new OpenCode skills from plain-English requests, then tests and improves them automatically. Generates eval test sets, measures trigger accuracy, and optimizes skill descriptions through iterative train/test loops. Replaces manual guesswork with benchmarks, variance analysis, and a visual review viewer for human feedback. Installs validated skills to project or global config when ready.
npx skills add antongulin/opencode-skill-creator --all -g -y
Available:

Gives your AI agent binding rules for reading the documentation hierarchy before editing files and keeping project docs updated after every change.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install opencode-skill-creator?

Run `npx skills add antongulin/opencode-skill-creator --all -g -y` in your terminal to install it globally, then restart OpenCode.

How to create a new OpenCode skill?

Just ask OpenCode in plain English, for example: create a skill that helps with Docker Compose files. The skill interviews you about the workflow, drafts the SKILL.md, and builds test cases.

How does the skill description optimizer work?

It generates test queries, splits them into train and test sets, and iteratively rewrites your skill description to improve trigger accuracy while avoiding overfitting.

Can I test if my skill triggers correctly?

Yes. The skill_eval tool runs your eval queries multiple times and reports how often the skill triggers when it should and stays quiet when it should not.

Do I need coding experience to use it?

No. You describe what the skill should do in plain English, and the built-in review viewer lets you give feedback on results without reading code.

Related Repositories in Software Engineering

View All in Software Engineering