skill-creator

Create and package Claude skills with structured frontmatter and required files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a practical blueprint and tooling guidance for creating and updating Claude skills, ensuring consistent structure, reusable resources, and maintainable workflows.

Core Features & Use Cases

  • Structured Skill Blueprint: Defines a clear frontmatter, body guidance, and resource layout to standardize skill design.
  • Bundled Resource Guidance: Encourages the use of scripts/, references/, and assets/ to support automation, documentation, and output templating.
  • Rapid Skill Creation: Offers templates and best practices to accelerate building or updating skills for specialized domains.

Quick Start

Create a new skill folder named my-skill under the skills path and run the initialization template to generate SKILL.md and sample resources.

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 with a consistent folder structure?

Creating a Claude skill requires a standardized folder structure containing a SKILL.md file with complete frontmatter and body guidance, plus optional scripts/, references/, and assets/ directories to support automation and documentation.

What files are required to package a Claude skill into a .skill file?

Packaging a Claude skill into a .skill file requires validating that the SKILL.md contains complete frontmatter name and description fields, alongside any bundled resource directories like scripts, references, and assets.

How do I validate frontmatter when building Claude skills?

Validating frontmatter when building Claude skills involves ensuring the SKILL.md file contains complete name and description fields, which are required to pass validation and enable packaging into a .skill file.

Can I update an existing Claude skill to add new tool integrations and workflows?

Yes, you can update existing Claude skills to extend capabilities by adding new workflows, tool integrations, references, and assets while maintaining the consistent structure and validating required frontmatter fields.

What is the best way to structure reusable resources for Claude skill creation?

The best way to structure reusable resources for Claude skill creation is to organize automation scripts, documentation references, and output assets into dedicated directories within the skill folder for maintainable workflows.

Do I need pyyaml to package Claude skills locally?

You need pyyaml installed in your environment to support frontmatter validation and configuration parsing when creating and packaging Claude skills locally.