skill-creator

Generate standardized SKILL.md frontmatter and directory structure for AI agent skills.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/jackonedev/agent_skills --skill skill-creator-jackonedev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jackonedev/agent_skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/jackonedev/agent_skills --skill skill-creator-jackonedev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This knowledge base enables teams to create standardized, reusable AI agent skills by enforcing a complete SKILL.md frontmatter and a consistent directory structure under skills/{skill-name}.

Core Features & Use Cases

  • Enforces required frontmatter fields (name, description, license, metadata) and a consistent structure.
  • Provides a reusable SKILL.md template and clear guidelines to ship new skills quickly.
  • Supports optional assets, references, and tooling guidance to organize skill resources.

Quick Start

Create a new skill by adding skills/{skill-name}/SKILL.md and filling it from the template at assets/SKILL-TEMPLATE.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 standardized AI agent skills with consistent frontmatter?

To create standardized AI agent skills, you generate a complete SKILL.md frontmatter and directory structure under skills/{skill-name}. This enforces required fields like name, description, license, and metadata for consistent skill creation.

What is the required frontmatter structure for an AI agent skill?

The required frontmatter structure for an AI agent skill includes name, description, license, and metadata fields. This standardized SKILL.md frontmatter ensures proper governance and tooling compatibility across reused patterns and repos.

How do I add optional assets and references when building agent skills?

You add optional assets and references when building agent skills by including them within the skills/{skill-name} directory structure. This organizes skill resources and provides clear tooling guidance alongside the core SKILL.md template.

Can I use a YAML template to automate skill creation across multiple repos?

Yes, you can use a YAML template to automate skill creation across multiple repos. This approach enforces governance for agent skills where patterns are reused and variations exist, ensuring required fields are consistently present.

What is the best way to ensure required fields are present in skill documentation?

The best way to ensure required fields are present in skill documentation is by using a standardized SKILL.md template. This guarantees that name, description, license, and metadata fields are validated before shipping new agent skills.

When do I need a standardized directory structure for agent skills?

You need a standardized directory structure for agent skills when applying reusable patterns across multiple repositories or enforcing governance. This ensures consistent skill creation and clear components listing for tooling.