skill-creator

Scaffold modular AI Skills with SKILL.md templates and resource structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator provides a standardized, self-contained blueprint for designing, documenting, and packaging AI Skills, ensuring consistency and reusability across projects.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md frontmatter template for new skills
  • Demonstrates optional bundled resources (scripts/, references/, assets/) and how to structure them
  • Encapsulates best practices for Progressive Disclosure, validation, and packaging
  • Serves as a development blueprint for teams to create repeatable skill templates

Quick Start

Run the init_skill.py script to scaffold a new skill directory, then customize SKILL.md and the example resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a reusable AI skill template with standard frontmatter and documentation?

To create a reusable AI skill template, use a standardized blueprint that defines frontmatter, body structure, and progressive disclosure patterns. This ensures consistency and reusability across projects by providing a self-contained development guide with optional bundled resources.

What is the best way to scaffold a new skill directory for packaging and distribution?

The best way to scaffold a new skill directory is to run an initialization script that generates the required SKILL.md file and optional resource folders like scripts, references, and assets. This structures your project for repeatable skill design and distribution-ready packaging.

How does progressive disclosure work when building modular AI skills?

Progressive disclosure in modular AI skills works by structuring the SKILL.md body to reveal complexity gradually, using bundled resources like scripts and references only when needed. This pattern keeps the core skill lightweight while supporting advanced validation and packaging workflows.

Do I need bundled scripts and assets to validate a custom skill workflow?

You do not need bundled scripts and assets to validate a custom skill workflow, as they are optional. The core skill blueprint focuses on frontmatter and body structure, but including scripts and assets can enhance automation, documentation, and packaging for complex workflows.

Can I use this skill creation blueprint for team-level automation and repeatable templates?

Yes, you can use this skill creation blueprint for team-level automation and repeatable templates. It serves as a development blueprint that encapsulates best practices for skill design, documentation, and packaging, ensuring standardized AI skill creation across multiple projects.

What are the limitations of using standard templates for AI skill packaging?

The limitations of using standard templates for AI skill packaging include potential rigidity in highly customized workflows. While the blueprint provides frontmatter and validation standards, projects requiring unconventional resource structures or non-standard progressive disclosure patterns may find the modular constraints limiting.