skill-creator

Generate Claude Skills with templates, scaffolding, and validation utilities.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brianping7/volc-financial-services-skill-sets --skill skill-creator-brianping7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/brianping7/volc-financial-services-skill-sets/tree/main/financial-analysis/skill-creator
Command: npx skills add https://github.com/brianping7/volc-financial-services-skill-sets --skill skill-creator-brianping7

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the creation of Claude Skills by providing templates, scaffolding, and packaging tooling.

Core Features & Use Cases

  • Provides a standardized SKILL.md template and frontmatter-driven metadata to ensure parity across skills.
  • Includes example resource scaffolding (scripts/, references/, assets/) and guidance for structuring workflows and patterns.
  • Offers validation and packaging utilities to accelerate safe distribution of skills.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to generate a starter skill, then edit SKILL.md and tailor resources under scripts/, references/, and assets/.

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 scratch?

To create a Claude Skill, run the init_skill.py script to generate starter scaffolding, then edit the SKILL.md file and tailor resources under the scripts, references, and assets directories to finalize your workflow.

What is the standardized structure for packaging and validating skills?

The standardized structure for packaging and validating skills requires a frontmatter-driven SKILL.md file and a minimal repository structure including scripts, references, and assets directories to ensure metadata parity and safe distribution.

Do I need YAML to use the skill-creation scaffolding templates?

Yes, you need YAML to use the skill-creation scaffolding templates because the frontmatter-driven metadata schema and validation utilities depend on YAML parsing to enforce quality and structure across skills.

Can I generate example scripts and references when building a new skill?

You can generate example scripts and references when building a new skill because the scaffolding tool automatically creates these resource directories alongside the SKILL.md template to accelerate skill delivery.

What's the best way to ensure my custom skill passes validation before distribution?

The best way to ensure your custom skill passes validation before distribution is to follow the frontmatter schema, maintain the minimal repository structure, and run the included validation utilities to check for errors.

Why does my generated skill need a specific frontmatter schema?

Your generated skill needs a specific frontmatter schema to enforce quality control, ensure metadata parity across different skills, and enable the validation utilities to verify the structure for safe packaging.