skill-creator

Create Agent Skills-compliant skill scaffolds with required SKILL.md frontmatter.

7|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill skill-creator-asafelobotomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/asafelobotomy/iCloud-Drive-Downloader/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill skill-creator-asafelobotomy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines creating new Agent Skills by providing a repeatable, standards-compliant scaffold process that reduces naming mistakes and missing metadata.

Core Features & Use Cases

  • Standardized skill discovery: Ensures the required frontmatter includes a valid name and a clear description for indexing.
  • Waste-aware authoring workflow: Guides users through scope clarification, consistent directory naming, and structured, verifiable steps.
  • Quality and protocol alignment: Promotes compliance with the project's §12 Skill Protocol and progressive disclosure expectations for metadata, instructions, and resources.

Quick Start

Use this skill to create a new directory under .github/skills named for the workflow you want to encode, then draft a compliant SKILL.md with the required frontmatter and a steps-based body.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new agent skill with compliant YAML frontmatter?

To scaffold a new agent skill, enforce mandatory YAML frontmatter fields like name and description, then generate a structured SKILL.md body with When to use, Steps, and Verify sections for protocol compliance.

What is the required format for a SKILL.md file to ensure skill discovery?

The required format for skill discovery includes YAML frontmatter with valid name and description fields for indexing, followed by a structured instructional body containing When to use, Steps, and Verify sections.

How do I create a repeatable authoring workflow for new meta-skills?

Create a repeatable authoring workflow by applying standardized directory naming under .github/skills, clarifying scope, and drafting a verifiable steps-based SKILL.md scaffold with required metadata.

What quality gates are needed when generating an agent skills template?

Quality gates for generating an agent skills template include enforcing mandatory metadata fields, checking directory naming conventions, and validating the presence of structured body sections like When to use, Steps, and Verify.

Does my skill scaffold need specific body sections to meet template compliance?

Yes, template compliance requires specific body sections. Your skill scaffold must include dedicated sections for When to use, Steps, and Verify to align with progressive disclosure expectations and protocol standards.

When should I use a structured skill scaffold instead of manual authoring?

Use a structured skill scaffold instead of manual authoring when you need to encode a repeatable process for discovery and activation, reducing naming mistakes and missing metadata in new agent skills.