Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create new OpenCode skills with the standard scaffold.
Skill creator helps create other skills that are self-buildable.
The best way to use it is after a user already executed a flow and says: create a skill for this. Alternatively, if the user asks for a skill to be created, suggest they do the task first and ask for skill creation at the end.
This should trigger this scaffold:
.env.example without credentials and include all required variables..env file in the skill, and suggest rotating keys later..gitignore in the skill that ignores .env, and verify .env is not tracked.scripts/.scripts/ and that .env.example defines the minimum config.The description field is how Claude decides when to use your skill. Include 2-3 specific phrases that should trigger it.
Bad example: "Use when working with content"
Good examples:
npx skills add different-ai/openwork --skill skill-creatorHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.