skill-creator

Scaffold Claude skills with compliant SKILL.md files and starter resources.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/xfs96192/claude-config --skill skill-creator-xfs96192
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xfs96192/claude-config/tree/main/plugins/cache/financial-services-plugins/financial-analysis/0.1.0/skills/skill-creator
Command: npx skills add https://github.com/xfs96192/claude-config --skill skill-creator-xfs96192

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a structured approach and starter resources for creating modular Claude skills, enabling teams to quickly scaffold consistent metadata, workflows, and packaging.

Core Features & Use Cases

  • Scaffolding a compliant SKILL.md with required frontmatter (name and description)
  • Providing starter resource directories (scripts/, references/, assets/) to help standardize skill packaging
  • Guiding best practices for progressive disclosure, validation, and packaging

Quick Start

Run the skill initializer to generate a template SKILL.md and example resources, then customize the frontmatter and body to fit your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a Claude skill with compliant metadata and starter resources?

To scaffold a Claude skill, run the skill initializer to generate a template SKILL.md with required frontmatter and organized starter directories like scripts, references, and assets. You can then customize the generated structure to fit your specific domain and workflow.

What is the best way to structure a modular Claude skill for team packaging?

The best way to structure a modular Claude skill is using a self-contained format with a compliant SKILL.md and bundled resources. Organize optional components into scripts, references, and assets directories to standardize packaging and ensure smooth validation.

Does this skill scaffolding approach support validation and progressive disclosure?

Yes, the skill scaffolding approach supports validation and progressive disclosure by ensuring the SKILL.md frontmatter contains required fields and guiding best practices for organizing optional bundled resources during skill creation.

Can I use these templates to update an existing skill across different tool integrations?

Yes, you can use these templates to update existing skills across different tool integrations and workflows. The scaffolding process ensures your updated skill structure remains compliant with validation and packaging requirements.

What frontmatter fields are required when creating a Claude skill?

When creating a Claude skill, the required frontmatter fields are name and description. The scaffolding process automatically generates these mandatory fields in your SKILL.md file to ensure compliance.

Why do I need to organize starter directories like scripts and assets for skill packaging?

Organizing starter directories like scripts, references, and assets is needed for skill packaging to ensure modular self-containment. This structure standardizes resource bundling and integrates directly with validation steps.