skill-creator

Create standardized AI agent skills with SKILL.md templates and registration guidance.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/pepeccz/msi-a --skill skill-creator-pepeccz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pepeccz/msi-a/tree/main/skills/skill-creator
Command: npx skills add https://github.com/pepeccz/msi-a --skill skill-creator-pepeccz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Creates a standardized workflow to define and register new AI agent skills, ensuring consistent structure, frontmatter, and templates across projects.

Core Features & Use Cases

  • Standardized Skill Skeletons: Provide a ready-to-fill SKILL.md at the root and a clear skill structure
  • Ready-to-use Templates: Include assets/skill_template.md to accelerate skill creation
  • Registration Guidance: Includes clear steps to update AGENTS.md tables and component docs

Quick Start

Create a new directory under skills with a unique slug, copy the SKILL.md template into it, and customize the fields.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI agent skill with a consistent structure?

To create a new AI agent skill, you generate a unique slug directory under skills, copy the ready-to-fill SKILL.md template into it, and customize the frontmatter fields to ensure a consistent skill structure.

What is the best way to scaffold templates for AI development workflows?

The best way to scaffold templates for AI development is using a standardized skill skeleton that provides a root SKILL.md and wired assets, accelerating skill creation and ensuring frontmatter fields exist.

How do I register new agent skills in project documentation?

To register new agent skills, you follow structured guidance to update AGENTS.md tables and component docs, ensuring the new features are properly documented and wired into the project workflow.

Do I need specific dependencies to automate skill creation?

No specific dependencies are required to automate skill creation. The workflow relies on copying a provided skill_template.md file into a new directory to rapidly scaffold consistent skill structures.

Can I use this workflow to generate documentation for existing agent skills?

This workflow primarily scaffolds new agent skills by generating a root SKILL.md and wiring optional assets, rather than retroactively generating documentation for previously created skills.

What is included in the asset components for skill creation?

The asset components include a ready-to-use skill_template.md file designed to accelerate skill creation by providing a clear structure with necessary frontmatter fields for your new features.