skill-creator

Scaffold AI agent skills with frontmatter and directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates consistent templates and scaffolding for new AI agent skills, ensuring frontmatter and structure are correct.

Core Features & Use Cases

  • Standardized frontmatter scaffolding for new skills.
  • Preserves a consistent directory structure (skills/ assets/ references/) for easy onboarding.
  • Accelerates documentation and pattern sharing across projects.

Quick Start

Create a new skill by adding a SKILL.md with proper frontmatter under skills/{skill-name}/SKILL.md and commit it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI agent skills with proper frontmatter scaffolding?

To create agent skills, you need frontmatter scaffolding that automates directory structure validation and generates a ready-to-register SKILL.md file for consistent pattern sharing across projects.

What is the required directory structure for a new agent skill?

The required directory structure for an agent skill includes a skills/ directory containing assets/, references/, and optional scripts/ subdirectories, with a SKILL.md file placed under skills/{skill-name}/.

How do I validate frontmatter fields when generating skill templates?

Validating frontmatter fields when generating skill templates ensures required metadata is correctly formatted, allowing the scaffolding process to produce a standardized SKILL.md ready for AGENTS.md registration.

Can I use skill templates to standardize documentation across multiple projects?

Yes, skill templates standardize documentation across multiple projects by preserving a consistent directory structure and frontmatter scaffolding, accelerating onboarding and formal workflow guidance.

What's the best way to register a generated skill into AGENTS.md?

The best way to register a generated skill into AGENTS.md is to add a SKILL.md with proper frontmatter under skills/{skill-name}/ and commit it, producing a ready-to-register file.