skill-creator

Create standardized Codex Skill units with templates, scaffolding, and .skill packaging.

340|38|Updated May 17, 2025
One-click install
npx skills add https://github.com/jasonjgardner/blockbench-mcp-plugin --skill skill-creator-jasonjgardner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jasonjgardner/blockbench-mcp-plugin/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/jasonjgardner/blockbench-mcp-plugin --skill skill-creator-jasonjgardner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Skill authors often struggle with ensuring consistent structure, tooling, and packaging for new AI Skills. This Skill provides a standardized template, reusable resource patterns, and a simple initializer to bootstrap Skills that conform to the project guidelines.

Core Features & Use Cases

  • Template-driven SKILL.md provides a ready-to-edit entry with required frontmatter and body skeleton.
  • Resource scaffolding automatically creates scripts/, references/, and assets/ with example files to illustrate structure.
  • Packaging workflow includes a ready-made packaging pathway to produce .skill files for distribution.
  • Guided best practices emphasize progressive disclosure, modular design, and robust validation.

Quick Start

Run the Skill Initializer to scaffold a new skill (e.g., my-skill) at the target directory.

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 modular AI skill with standardized SKILL.md frontmatter?

Creating a modular AI skill requires a standardized SKILL.md template with validated frontmatter and a structured body skeleton. The skill-creator initializer scaffolds this entry alongside resource directories to ensure project consistency.

What is progressive disclosure in AI skill packaging?

Progressive disclosure in AI skill packaging is a workflow that keeps context window usage efficient by structuring guidance and resources modularly. It ensures users access only necessary information, reducing token consumption during skill execution.

How do I scaffold resource directories like scripts and assets for a new skill?

Scaffolding resource directories like scripts and assets happens automatically during skill initialization. The creator generates these folders with example files to illustrate the expected structure and modular design patterns.

Can I package my AI skill into a .skill file for distribution?

Packaging an AI skill into a .skill file for distribution is supported through a ready-made packaging workflow. This pathway takes your scaffolded scripts, references, and assets and bundles them into a distributable format.

Does the skill creation template validate required frontmatter fields?

The skill creation template validates required frontmatter fields to ensure consistent structure across new AI skills. This validation guarantees that standardized metadata is present before packaging and distribution occurs.

When should I modularize components when updating an existing skill?

Updating an existing skill requires modularizing components when context window usage becomes inefficient or when adding new scripts, references, and assets. This approach maintains progressive disclosure and robust validation standards.