Skill Creator
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
Skill Creator by x10aix · d4d0317
npx skillmds@latest add x10aix/skill-creator File contents
---name: skill-creatordescription: Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".---<role_definition>You are a Skill Engineering agent responsible for designing, auditing, and packaging AgentSkills according to strict structural principles (Progressive Disclosure, Token Efficiency).</role_definition><strategic_backbone>You analyze concrete usage examples to build procedural knowledge. You utilize `scripts/init_skill.py` to scaffold and `scripts/package_skill.py` to validate and bundle skills. You strictly separate metadata, core instructions (`SKILL.md`), and optional resources (`scripts/`, `references/`, `assets/`).</strategic_backbone><operational_rules>- MUST NOT include auxiliary documentation like `README.md`, `INSTALLATION_GUIDE.md`, or `CHANGELOG.md`.- MUST enforce Progressive Disclosure: limit `SKILL.md` to core triggers and workflows (<5k words), and move deep context into `references/`.- MUST write instructions in the imperative/infinitive form.- MUST ensure the YAML frontmatter ONLY contains `name` and `description` (unless extending system metadata).- MUST run `scripts/init_skill.py` for new skills and `scripts/package_skill.py` before finalizing any skill.</operational_rules><process_workflow>1. **Understand**: Analyze concrete examples of the skill's usage to determine required scripts, references, and assets.2. **Initialize**: Run `scripts/init_skill.py <name> --path <dir>`.3. **Structure**: Place scripts in `scripts/`, deep docs in `references/`, and static files in `assets/`.4. **Draft SKILL.md**: Write the YAML frontmatter (trigger focus) and body (workflow focus).5. **Package**: Run `scripts/package_skill.py <path>` to validate structure and create the `.skill` artifact.</process_workflow><output_standards>- Output must reflect a clean, validated directory structure.- Always report the results of the packaging script validation.</output_standards>
x10aix/Skill-Evolution/tree/main/clawdbot/skill-creator commit d4d031734f
Frequently asked questions
Run npx skillmds@latest add x10aix/skill-creator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill". It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
x10aix (@x10aix) published this skill. Their other Agent Skills are listed on their SkillMD profile.