skill-creator

Generate standardized SKILL.md frontmatter and starter skeletons for agent skills.

Updated May 29, 2025
One-click install
npx skills add https://github.com/crozzbite/DnDApp --skill skill-creator-crozzbite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/crozzbite/DnDApp/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/crozzbite/DnDApp --skill skill-creator-crozzbite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool guides teams in creating standardized, reusable AI agent skills with consistent metadata and structure.

Core Features & Use Cases

  • Provides a canonical SKILL.md frontmatter template and naming conventions to ensure discoverability and consistency.
  • Defines optional resources such as templates, references, and schemas to support on-demand resources during development.
  • Includes a clear workflow for validating, documenting, and registering new skills (e.g., updating AGENTS.md) to improve maintainability.

Quick Start

Create the new skill by completing the SKILL.md template and placing it under skills/{skill-name}/.

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 agent skills with consistent metadata?

To create reusable agent skills, use a standardized SKILL.md frontmatter template that enforces consistent metadata and structure across projects, ensuring discoverability and naming conventions are met.

What is the best way to standardize AI agent skill creation across teams?

Standardizing AI agent skill creation involves applying a canonical SKILL.md template with required frontmatter fields, then validating and registering new skills in AGENTS.md to maintain consistent team workflows.

Do I need to update AGENTS.md when adding new agent capabilities?

Yes, updating AGENTS.md is required when adding new agent capabilities to register the skill, validate its structure, and document patterns for improved maintainability across projects.

How does the SKILL.md frontmatter template work for documenting agent workflows?

The SKILL.md frontmatter template works by providing a canonical structure for required metadata fields and optional assets like references, ensuring agent workflows are documented consistently.

Can I include optional resources like templates and schemas when generating agent skills?

Yes, you can define optional resources such as templates, references, and schemas within the SKILL.md structure to support on-demand resources during agent skill development.

What are the limitations of using frontmatter templates for skill creation?

Frontmatter templates for skill creation require strict adherence to required fields and naming conventions, limiting flexibility but ensuring standardized registration and discoverability across projects.