@dkyazzentwatwa/skill-creator
Create or update agent skills with concise SKILL.md instructions, bundled resources, agent metadata, validation, and packaging. Use when building or refactoring skills.
No skills found in this collection.
SKILL.md
| name | skill-creator |
| description | Create or update agent skills with concise SKILL.md instructions, bundled resources, agent metadata, validation, and packaging. Use when building or refactoring skills. |
Skill Creator
Design or refactor skills so they are small, triggerable, and mechanically valid.
Workflow
- Define the exact user requests that should trigger the skill.
- Keep
SKILL.mdshort and put deep detail inreferences/. - Add only the scripts, assets, or references that make execution materially more reliable.
- Generate
agents/openai.yamland validate before packaging.
Scripts
scripts/init_skill.pyinitializes a new skill with optional resource folders andagents/openai.yaml.scripts/generate_openai_yaml.pywritesagents/openai.yamlfrom explicit interface values.scripts/quick_validate.pyenforces strict frontmatter, directory naming, agent metadata, and script dependency rules.scripts/package_skill.pyvalidates first, then zips the skill for distribution.
Rules
- Keep frontmatter to
nameanddescriptiononly. - Make
descriptiondo the trigger work: what the skill does and when to use it. - Match the folder name exactly to
name. - Prefer one focused workflow over a kitchen-sink skill.
- Remove placeholder files and generic boilerplate before publishing.
Typical Commands
python3 skill-creator/scripts/init_skill.py my-skill --path .
python3 skill-creator/scripts/generate_openai_yaml.py my-skill \
--interface display_name="My Skill" \
--interface short_description="One-line summary" \
--interface default_prompt="Help me use this skill."
python3 skill-creator/scripts/quick_validate.py my-skill
python3 skill-creator/scripts/package_skill.py my-skill ./dist
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @dkyazzentwatwa/skill-creator" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @dkyazzentwatwa/skill-creator"
No eval data yet. Eval results are published via the SkillSafe API.