skill-creator
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:
- If the user needed to configure things, create a
.env.examplewithout credentials and include all required variables. - Ask the user if they want to store credentials. If yes, write them to a
.envfile in the skill, and suggest rotating keys later. - Always add a
.gitignorein the skill that ignores.env, and verify.envis not tracked. - If the user needed to interact with an API and you created scripts, add reusable scripts under
scripts/. - New skills should explain how to use the
scripts/and that.env.exampledefines the minimum config. - Skills should state that they infer what they can do from the available config.
Trigger phrases (critical)
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"
More from different-ai/openwork-hub
telegram
Send notifications and messages via Telegram bot API
2mcp-arch
|
2agent-creator
Create new OpenCode agents with a gpt-5.2-codex default.
2screenpipe
Screenpipe records your screen and microphone 24/7. Search your screen recordings and audio transcriptions via REST API and CLI.
2sync-submodules
|
2workspace-guide
Workspace guide to introduce OpenWork and onboard new users.
2