skill-creator

Generates standardized SKILL.md frontmatter and scaffolding for AI agent skills.

Updated Aug 8, 2025
One-click install
npx skills add https://github.com/Albarracin-sg/MIS-DOTFILES --skill skill-creator-albarracin-sg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Albarracin-sg/MIS-DOTFILES/tree/main/tools/opencode/skill/skill-creator
Command: npx skills add https://github.com/Albarracin-sg/MIS-DOTFILES --skill skill-creator-albarracin-sg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates standardized scaffolds for AI agent skills by generating a complete SKILL.md skeleton and supporting assets.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md frontmatter compliant with the Skill specification.
  • Creates optional scaffolding for assets/, references/, and scripts/ as needed.
  • Enforces naming conventions and versioning to ensure consistency across skills.
  • Use cases include onboarding new AI agent skills and standardizing templates across projects.

Quick Start

Ask me to create a new skill named your-skill to generate its SKILL.md and scaffolding.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a SKILL.md file with YAML frontmatter for an AI agent?

To generate a SKILL.md file with YAML frontmatter, you request a new skill scaffold and the tool outputs a standardized template. This template includes required metadata fields like name, description, license, author, and version for your AI agent skill.

What is the best way to scaffold a new AI agent skill project?

The best way to scaffold a new AI agent skill is to use a template generation tool that creates a SKILL.md skeleton and optional directories like assets, references, and scripts. This enforces naming conventions and versioning across your documentation efforts.

Do I need to manually create assets and scripts directories for agent skills?

No, you do not need to manually create assets and scripts directories for agent skills. A skill scaffolding generator can automatically create these optional directories alongside your SKILL.md file to maintain a consistent project structure.

What required fields are included in SKILL.md frontmatter?

SKILL.md frontmatter requires specific fields including name, description, license, and a metadata block containing author and version. Generating this frontmatter through a scaffolding tool ensures all required documentation fields are present and correctly formatted.

Can I use skill scaffolding for ongoing AI documentation efforts?

Yes, you can use skill scaffolding for ongoing AI documentation efforts. It standardizes templates across projects by generating compliant SKILL.md frontmatter and supporting directory structures, ensuring consistency when onboarding new agent skills.

Why does my AI agent skill need a standardized SKILL.md template?

Your AI agent skill needs a standardized SKILL.md template to enforce naming conventions and ensure required metadata is present. Standardized scaffolding solves the problem of inconsistent documentation across new and ongoing AI projects.