skill-creator

Generate SKILL.md frontmatter and scaffolding for standardized AI agent skills.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/valentinmathey/Skills-Back-Automation --skill skill-creator-valentinmathey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/valentinmathey/Skills-Back-Automation/tree/main/skills/skill-creator
Command: npx skills add https://github.com/valentinmathey/Skills-Back-Automation --skill skill-creator-valentinmathey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and validation of standardized AI agent skills by generating SKILL.md frontmatter and scaffolding.

Core Features & Use Cases

  • Generates standardized SKILL.md frontmatter and templates for new skills.
  • Enforces Agent Skills spec and metadata requirements for uniform discovery.
  • Helps teams scaffold and reference skills quickly when designing new capabilities.

Quick Start

Ask the tool to create a new skill by specifying its name and optional metadata to generate a ready-to-use SKILL.md and scaffolding.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate standardized SKILL.md frontmatter for new AI agent skills?

To generate SKILL.md frontmatter, specify the skill name and optional metadata to automatically produce a ready-to-use template with required fields like name, description, and license. This ensures metadata integrity for agent skill discovery.

What is the best way to scaffold an AI agent skill with required metadata?

Scaffolding an AI agent skill is best handled by automating the creation of the directory structure and SKILL.md file. This enforces the Agent Skills spec, ensuring uniform discovery and compatibility with AGENTS.md registration.

How do I validate AI agent skill metadata for AGENTS.md registration?

You validate AI agent skill metadata by checking the generated SKILL.md frontmatter against spec requirements for name, description, license, and version. This ensures compatibility with AGENTS.md registration and local tooling.

Can I automatically create optional assets and references directories when scaffolding a skill?

Yes, you can generate optional assets and references directories alongside the SKILL.md file. This provides a complete scaffolding structure for new skills, allowing teams to quickly reference supporting materials.

What metadata fields are required when creating a new AI agent skill?

Required metadata fields for a new AI agent skill include name, description, license, and metadata.version. Generating the SKILL.md frontmatter enforces these requirements to maintain metadata integrity for discovery.

Does scaffolding a skill manually work better than using an automated generator?

Scaffolding manually risks metadata inconsistencies, whereas an automated generator enforces the Agent Skills spec and standardizes frontmatter. This ensures uniform discovery and compatibility with local tooling without manual validation overhead.