skill-creator

Generate SKILL.md frontmatter and starter resource directories for Claude skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book --skill skill-creator-bonethedeveloper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book --skill skill-creator-bonethedeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Scaffolds Claude skill creation by generating SKILL.md frontmatter and starter resource directories (scripts, references, assets) to accelerate setup.

Core Features & Use Cases

  • Generate SKILL.md from a template with required frontmatter
  • Create starter directories: scripts/, references/, assets/ with example files
  • Provide guidance for validation, packaging, and iterative improvement

Quick Start

Run the init_skill.py script with a skill name and target path to generate a ready-to-edit skill skeleton.

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 new Claude skill with SKILL.md and starter directories?

You can scaffold a new Claude skill by running the init_skill.py script with a skill name and target path to generate a ready-to-edit SKILL.md and starter directories.

What is included in the Claude skill scaffolding template?

The Claude skill scaffolding template includes a SKILL.md file with required frontmatter and starter directories for scripts, references, and assets, each containing example files.

Do I need Python to generate Claude skills using this scaffolding tool?

Yes, you need Python to run the init_skill.py script, which automates the generation of the SKILL.md file and the starter resource directories.

What's the best way to validate SKILL.md frontmatter after scaffolding?

The skill scaffolding workflow provides guidance for frontmatter validation, ensuring your generated SKILL.md meets required standards before packaging and deployment.

Can I use this scaffolding template to create reusable scripts across multiple projects?

Yes, the scaffolding template creates a starter scripts directory designed to help you develop reusable scripts across multiple Claude skill projects.

Why does my generated Claude skill need references and assets directories?

The references and assets directories are generated to store supplementary documentation and static files, ensuring a reproducible workflow for packaging and deployment.