skill-creator

Generate SKILL.md frontmatter and scaffold resource directories for new or updated skills.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill skill-creator-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/skill-creator
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill skill-creator-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, quick_validate, and includes scripts (resource) components.

What problem does it solve?

This Skill standardizes the creation, update, and packaging of Codex Skills by generating a consistent SKILL.md frontmatter, scaffolding resource directories (scripts, references, assets), and providing packaging-ready templates and validation hooks.

Core Features & Use Cases

  • Frontmatter templating and guidance for skill naming and documentation structure
  • Automatic SKILL.md generation and resource scaffolding (scripts, references, assets)
  • Packaging readiness and validation hooks for distribution
  • Reusable patterns and templates to accelerate skill development

Quick Start

Run the Skill Creator to initialize a new skill from the template and scaffold optional resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create standardized AgentSkills with proper SKILL.md frontmatter?

To create standardized AgentSkills, this tool automates SKILL.md frontmatter generation and scaffolds resource directories like scripts, references, and assets for new skills. It ensures required fields such as name and description exist and the body is ready for guidance and packaging workflows.

What's the best way to package and distribute an AgentSkill?

The best way to package an AgentSkill is by using automation to apply packaging-ready templates and validation hooks to your resource scaffolds. This ensures your skill documentation, naming, and resource organization meet distribution requirements before finalizing the package.

Do I need YAML to define the frontmatter for a new skill?

Yes, you need YAML to define the frontmatter for a new skill because it structures the required metadata fields. The skill creator uses YAML dependencies to validate that essential fields like name and description are correctly formatted in the SKILL.md file.

Can I scaffold scripts and references automatically when generating skill documentation?

Yes, you can scaffold scripts and references automatically when generating skill documentation. The skill creator selectively organizes and initializes resource directories for scripts, references, and assets alongside the SKILL.md file during the creation process.

How does quick_validate check if my skill is ready for distribution?

The quick_validate dependency checks if your skill is ready for distribution by verifying that required frontmatter fields like name and description exist. It ensures the generated SKILL.md body and resource scaffolds meet the necessary validation hooks for packaging.

Why does my skill creation workflow fail when frontmatter fields are missing?

Skill creation workflows fail when frontmatter fields are missing because the validation hooks require essential metadata like name and description to exist. The skill creator enforces these standardized documentation rules to ensure the SKILL.md file is properly structured for packaging.