Skill Generator

Generate a complete Claude Skill folder with YAML frontmatter from a brief.

5|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jeffvincent/claude-config --skill skill-generator-jeffvincent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Generator
Source: https://github.com/jeffvincent/claude-config/tree/main/skills/skill-generator
Command: npx skills add https://github.com/jeffvincent/claude-config --skill skill-generator-jeffvincent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates complete Claude Skill folders from a short brief, including YAML frontmatter, core sections, and optional resources, enabling rapid skill authoring and standardization.

Core Features & Use Cases

  • Parses a brief to produce a focused Skill name, frontmatter, and a one-workflow structure.
  • Produces a Skill.md with Overview, When to Apply, Inputs, Outputs, and Examples.
  • Optional resources and stub scripts can be created, with dependencies listed.

Quick Start

Provide a brief such as: "Create a Meeting Notes Notetaker Skill that extracts actions from transcripts." The generator will output a ready-to-upload Skill structure.

Frequently Asked Questions about Skill Generator

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

FAQPage Schema
How do I create a Claude Skill from a brief description?

Skill Generator creates complete Claude Skills from short briefs by producing YAML frontmatter, a focused workflow structure, overview sections, input/output examples, and optional resources—enabling rapid skill authoring in minutes without manual scaffolding.

Can I convert existing SOPs or playbooks into Claude Skills?

Yes. Skill Generator accepts standard operating procedures and playbooks as input, parsing them into structured Skill format with explicit in-scope and out-of-scope boundaries, example workflows, and dependency declarations for team standardization.

What does a generated Skill folder structure include?

Generated Skill folders contain YAML frontmatter with name and description, a Skill.md with Overview, When to Apply, Inputs, Outputs, and Examples sections, optional resource files, stub scripts, and a dependency list organized in a ready-to-upload structure.

How does Skill Generator ensure consistent structure across a team?

The generator produces standardized YAML schemas, identical section layouts, explicit boundary definitions, and documented dependencies across all Skills, enabling teams to maintain uniform language, formatting, and quality checks without manual style enforcement.

Do I need technical knowledge to author a Skill with this generator?

No. Skill Generator requires only a one- to two-paragraph brief describing the task. It automatically handles YAML formatting, workflow design, and structural validation, lowering the barrier for non-technical contributors to create valid, documented Skills.

What limitations should I know before using Skill Generator?

Skill Generator produces single-workflow designs focused on a narrowly scoped task. Multi-workflow orchestration, external API integrations, and complex conditional logic require manual post-generation customization outside the generator's scope.