skill-creator

Create Claude skills from templates with Python scripts and standardized structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a standardized template-based workflow and tooling to rapidly create new Claude skills from templates, reducing setup time and ensuring consistent structure.

Core Features & Use Cases

  • Template-based skill scaffolding: Create new skills with a consistent frontmatter and folder structure using the provided scripts.
  • Resource scaffolding: Auto-generate example scripts, references, and assets to demonstrate organization.
  • Packaging and validation: Validate and package skills into .skill files for distribution, ensuring compliance with frontmatter requirements and structure.

Quick Start

Run the initialization script to generate a new skill scaffold, then customize SKILL.md and resources before packaging with the packager.

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 new Claude skill from a template?

Skill creation uses an initialization script to scaffold a new Claude skill directory with standardized frontmatter, example scripts, references, and assets for rapid and consistent setup.

What's the best way to package and validate skills for distribution?

Use the provided validation and packaging scripts to check frontmatter compliance and bundle the skill directory into a distributable .skill file.

Do I need Python to use the skill scaffolding workflow?

Yes, Python is required to execute the initialization, validation, and packaging scripts that automate the skill scaffolding and distribution workflow.

Can I auto-generate resource folders when building Claude skills?

Yes, the skill scaffolding workflow auto-generates example scripts, references, and asset folders to demonstrate proper organization and resource structuring during creation.

Why does my skill fail validation before packaging?

Skill validation fails when the SKILL.md file lacks the required frontmatter structure, preventing successful packaging into a compliant .skill file.