skill-creator

Create Claude skills from standardized templates with YAML frontmatter validation.

20|3|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill skill-creator-andrelandgraf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/andrelandgraf/fullstackrecipes/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill skill-creator-andrelandgraf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to designing, documenting, and packaging Claude skills, enabling teams to quickly bootstrap reusable skill templates and asset organization.

Core Features & Use Cases

  • Provides a standard SKILL.md frontmatter template with required fields (name, description) and a guidance body for skill authors.
  • Supplies starter resource scaffolding (scripts/, references/, assets/) to illustrate bundling and progressive disclosure patterns.
  • Includes examples and patterns to help teams implement workflows, references, and templates for skill distribution.

Quick Start

Create a new skill directory using the provided template, then customize SKILL.md and optionally add scripts, references, and assets 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 Claude skill from a template?

To create a Claude skill, use a standardized SKILL.md template with required YAML frontmatter fields like name and description, then scaffold supporting directories for scripts, references, and assets to package reusable capabilities.

What is the required structure for SKILL.md frontmatter when packaging Claude skills?

SKILL.md frontmatter requires valid YAML with at least the name and description fields. This metadata defines the skill's identity and provides a guidance body for authors to document the agent capability structure.

How do I organize scripts and references for scalable agent capabilities?

Organize scalable agent capabilities by using starter scaffolding directories—scripts/, references/, and assets/—to bundle resources separately from the SKILL.md file, illustrating progressive disclosure patterns for skill distribution.

Do I need any dependencies to automate skill scaffolding?

No dependencies are required to automate skill scaffolding. The skill provides standardized templates and resource organization patterns directly, allowing teams to bootstrap reusable skill templates without external packages.

What's the best way to document Claude skill structure for team distribution?

The best way to document Claude skill structure is using a standard SKILL.md template with required frontmatter and a guidance body, supplemented by examples and patterns for workflows, references, and templates to ensure consistent skill distribution.

When should I not use automated scaffolding for skill creation?

Automated scaffolding for skill creation is not ideal for highly custom agent capabilities that deviate from standard scripts, references, and assets organization, or when your team requires a unique packaging structure outside standard YAML frontmatter templates.