skill-creator

Create and validate AgentSkill units with frontmatter and directory structure.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/abhiunix/community-registry --skill skill-creator-abhiunix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/abhiunix/community-registry/tree/main/skills/development/skill-creator
Command: npx skills add https://github.com/abhiunix/community-registry --skill skill-creator-abhiunix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent teams often struggle to create, validate, and maintain well-structured Skill units that conform to the AgentSkills specification. This guide helps you scaffold, review, and tidy up skills to ensure consistency and reusability.

Core Features & Use Cases

  • Guidance for creating new Skill units from scratch, including frontmatter requirements and body content.
  • Tools for auditing existing SKILL.md files, restructuring directories (scripts/, references/, assets/), and aligning with the AgentSkills schema.
  • Use Case: when asked to improve or audit an existing skill, or when reorganizing a skill directory to move content into references/ or scripts/.

Quick Start

Run the Init Skill script to scaffold a new skill directory and then customize the SKILL.md.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and validate an AgentSkill directory structure?

To create and validate an AgentSkill directory, run the init_skill.py script to scaffold the structure, then use package_skill.py to validate frontmatter and organize files into references/ or scripts/ for compliance.

What is the required structure for an AgentSkill SKILL.md file?

An AgentSkill SKILL.md file requires valid frontmatter and a well-structured body content. The skill-creator guide helps you scaffold, review, and tidy up these files to ensure they conform to the AgentSkills specification.

How do I reorganize existing AgentSkills to comply with the specification?

Reorganize existing AgentSkills by auditing SKILL.md files, restructuring directories to move content into references/, scripts/, or assets/, and validating frontmatter alignment with the AgentSkills schema.

Can I use skill-creator to improve and iterate on existing skills?

Yes, skill-creator supports gradual enhancement and iteration of existing skills by applying safe defaults, validating frontmatter, and using tooling like init_skill.py and package_skill.py to tidy up directories.

What are the limitations when packaging AgentSkills with package_skill.py?

When packaging AgentSkills with package_skill.py, limitations include ensuring frontmatter validation passes and files are correctly moved to references/ or scripts/. Safe defaults are applied to prevent structural errors during gradual enhancement.