skill-creator

Generate Claude skill skeletons with SKILL.md and resource directories.

Updated May 6, 2026
One-click install
npx skills add https://github.com/nvmohinani/financial_services --skill skill-creator-nvmohinani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nvmohinani/financial_services/tree/main/plugins/vertical-plugins/financial-analysis/skills/skill-creator
Command: npx skills add https://github.com/nvmohinani/financial_services --skill skill-creator-nvmohinani

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides teams in creating, packaging, and maintaining Claude skills with a standardized structure, reducing onboarding time and ambiguity.

Core Features & Use Cases

  • Template SKILL.md and resource skeletons for scripts/, references/, and assets/ to standardize Skill creation.
  • Includes example references and templates to accelerate development and packaging workflows.
  • Use Case: Bootstrap a new skill named "customer-insights" with consistent metadata and reusable resources.

Quick Start

Run the included init_skill.py script to generate a new skill skeleton, then tailor SKILL.md and populate the bundled resources (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 and package Claude skills with a standardized structure?

You can create and package Claude skills by running the included init_skill.py script to generate a standard template skeleton with directories for scripts, references, and assets, then tailoring the SKILL.md metadata to your needs.

What is the best way to bootstrap a new skill template for development teams?

The best way to bootstrap a new skill template is using the provided init_skill.py script, which generates a standardized directory structure and frontmatter-driven metadata model to reduce onboarding time and ambiguity for development teams.

Does the skill creation workflow require Python dependencies?

Yes, the skill creation workflow requires Python tooling including init_skill.py and package_skill.py scripts, and depends on pyyaml for validation and resource generation during the packaging process.

Can I use this skill to update existing skills instead of creating new ones?

Yes, this skill applies to teams building new skills or updating existing ones, providing a standard template, sample resource directories, and a clear frontmatter-driven metadata model for maintaining consistency.

What resources are included in the generated skill skeleton?

The generated skill skeleton includes template SKILL.md files and resource skeletons for scripts, references, and assets directories, along with example references and templates to accelerate development and packaging workflows.

How does the frontmatter-driven metadata model work for skill packaging?

The frontmatter-driven metadata model provides a standardized structure for skill packaging by defining consistent metadata fields in the SKILL.md template, ensuring proper documentation and resource organization across scripts, references, and assets directories.