skill-creator

Generate standardized SKILL.md templates and scaffold Skill Unit structures.

14.6k|2.3k|Updated Aug 24, 2016
One-click install
npx skills add https://github.com/prowler-cloud/prowler --skill skill-creator-prowler-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/prowler-cloud/prowler/tree/main/skills/skill-creator
Command: npx skills add https://github.com/prowler-cloud/prowler --skill skill-creator-prowler-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and standardizes the process of creating new AI agent skills by generating SKILL.md templates and scaffolding the surrounding structure, reducing setup time and human error.

Core Features & Use Cases

  • Template-driven SKILL.md generation that enforces required frontmatter fields (name, description, license, metadata).
  • Optional scaffolding of assets/, references/ to organize templates, documentation, and examples.
  • Guidance for registering new skills into AGENTS.md with a standard entry.

Quick Start

Ask me to create a new skill named your-skill and I will generate the SKILL.md frontmatter, a minimal Skill Unit structure, and starter templates.

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 standardized SKILL.md template with required frontmatter?

Generating a standardized SKILL.md template requires populating required frontmatter fields like name, description, license, and metadata. This skill automates that scaffolding, enforcing structural requirements to produce valid Skill Unit templates.

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

Scaffolding a new AI agent skill is best handled through template-driven generation. This skill creates a minimal Skill Unit structure and optional asset directories, reducing setup time and human error across project teams.

Does skill scaffolding automatically register new entries in AGENTS.md?

Skill scaffolding does not automatically register new entries. This skill provides guidance for registering new skills into AGENTS.md with a standard entry, ensuring you document the generated structure correctly.

Can I organize documentation and examples when creating skill templates?

You can organize documentation and examples by utilizing optional scaffolding for assets and references directories. This skill generates these folders alongside your SKILL.md to maintain reusable skill patterns.

Why do I need metadata versioning in Skill Unit frontmatter?

Metadata versioning in Skill Unit frontmatter is needed to satisfy structural requirements and track skill pattern evolution. This skill enforces these metadata fields during template generation to ensure standardization.