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/Samaara-Das/Ecom-site --skill skill-creator-samaara-das
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Samaara-Das/Ecom-site/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Samaara-Das/Ecom-site --skill skill-creator-samaara-das

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a ready-to-use scaffold for creating Claude skills, speeding up the development process by generating a complete template that includes frontmatter, body structure, and sample resource directories.

Core Features & Use Cases

  • Template-driven SKILL.md: Automatically generates a clean SKILL.md with proper frontmatter for new skills.
  • Bundled Resources scaffolding: Creates example scripts/, references/, and assets/ directories to illustrate how to organize reusable content.
  • Guided startup for teams: Helps teams standardize skill creation and onboarding by providing a repeatable starting point for new or updated skills.

Quick Start

Run the skill initializer to create a new skill skeleton, for example: python scripts/init_skill.py my-new-skill --path skills/public

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 with a standard SKILL.md template?

To create a Claude skill, you use an automated scaffolding tool that generates a complete SKILL.md with proper frontmatter and starter directories for scripts, references, and assets, ensuring standard-compliant skill development.

What is the best way to scaffold directories for new Claude skills?

The best way to scaffold directories for new Claude skills is running a skill initializer script, which automatically creates example scripts/, references/, and assets/ folders to organize reusable content and illustrate proper structure.

How do I standardize skill creation across a team using SKILL.md?

You standardize team skill creation by using a template-driven scaffold that produces a repeatable starting point with consistent SKILL.md frontmatter and resource directories, aligning development with Skill Creation Best Practices.

Can I update existing skills with a standard resource directory structure?

Yes, you can update existing skills by applying the scaffolding template to standardize their structure across scripts/, references/, and assets/ directories, ensuring metadata quality and structural guidance.

What do I need to run a skill initializer script for Claude skills?

You need a Python environment to run the skill initializer script, specifying a skill name and path to generate the complete template skeleton and starter resource directories.

Are there limitations to using automated templates for skill creation?

Automated skill creation templates provide a basic starting point with starter directories and frontmatter, but developers must manually populate the generated scripts/, references/, and assets/ folders with actual functional content.