skill-creator

Scaffold Claude skills with SKILL.md templates and Python bootstrap scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a guided framework for creating and updating Claude skills, turning vague ideas into fully structured SKILL.md templates and starter resources.

Core Features & Use Cases

  • Template scaffolding: Generates a complete SKILL.md frontmatter skeleton and a clear body outline.
  • Resource organization: Demonstrates how to structure scripts/, references/, and assets/ for scalable skills.
  • Bootstrapped workflows: Includes a plug-in bootstrap process via scripts/init_skill.py to initialize new skills quickly.

Quick Start

Run the included init_skill.py to scaffold a new skill named your-skill under a chosen path, then customize the placeholder sections and add example resources 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 a Claude skill from a concept idea?

To create a Claude skill, this framework provides a guided process to turn concept ideas into fully structured SKILL.md templates and starter resources. You run the included init_skill.py script to scaffold the project and then customize the placeholder sections.

What is the best way to scaffold frontmatter and directories for a new skill?

The best way to scaffold frontmatter and directories is using the bootstrapped workflow provided by the init_skill.py script. It initializes a complete SKILL.md skeleton and organizes the required scripts/, references/, and assets/ folders for scalable skill development.

Do I need Python to bootstrap new skills with this framework?

Yes, you need Python to run the init_skill.py script, which enforces a reproducible bootstrap process to initialize and package new skills. The framework also depends on the yaml library to manage frontmatter generation and configuration.

Can I use this skill-creation framework to organize references and scripts?

You can use this skill-creation framework to organize references and scripts, as it demonstrates how to structure scripts/, references/, and assets/ directories for scalable skills. This ensures your resources are properly scaffolded alongside the SKILL.md template.

What are the limitations of using templates for skill creation?

A limitation of using templates for skill creation is that the framework generates placeholder sections and starter resources that you must manually customize. It provides the scaffolding and reproducible bootstrap process, but the specific workflow logic and example resources need to be added independently.