skill-generator

Generate SKILL.md scaffolds and starter directory layouts for Claude/OpenCode skills.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cr330326/AgentSkill --skill skill-generator-cr330326
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/cr330326/AgentSkill/tree/main/validate/skill-generator
Command: npx skills add https://github.com/cr330326/AgentSkill --skill skill-generator-cr330326

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates consistent, production-ready Skill scaffolds and directory layouts so new skills can be created quickly with correct structure and frontmatter.

Core Features & Use Cases

  • Automates creation of SKILL.md with valid frontmatter and recommended content.
  • Produces starter directory structure (references/, scripts/, assets/) as needed.
  • Validates directory-name consistency and description triggers for reliable discovery.
  • Use cases include starting a new Claude/OpenCode skill, templating a reusable workflow, or turning an idea into a ready-to-ship skill.

Quick Start

Run the generator for a new skill named <skill-name> to produce SKILL.md and a starter directory layout.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I scaffold a new skill directory with valid frontmatter?

To scaffold a new skill directory, use a generator that automates SKILL.md creation with valid frontmatter, producing a starter layout with references, scripts, and assets folders for ready-to-ship skills.

What is the correct file structure and frontmatter format for a SKILL.md?

A correct SKILL.md file structure requires valid frontmatter at the top of the file, accompanied by an organized directory layout that includes subdirectories for references, scripts, and assets as needed.

Can I turn an existing workflow into a reusable Claude or OpenCode skill?

Yes, you can turn an existing workflow into a reusable skill by generating a production-ready scaffold that packages your process into a standardized SKILL.md file with supporting directory structures.

What's the best way to bootstrap a skill project to ensure reliable discovery?

The best way to bootstrap a skill project for reliable discovery is to use a scaffold generator that validates directory-name consistency and ensures description triggers are correctly formatted within the SKILL.md frontmatter.

Do I need to manually create the references, scripts, and assets folders for a new skill?

No, you do not need to manually create these folders. A skill generator automatically produces the starter directory structure, including references, scripts, and assets folders as needed for the new skill.