skill-creator

Generate Claude Skill scaffolds with SKILL.md templates and starter directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Composer automates the creation and initial scaffolding of Claude Skill units by providing a standardized template (SKILL.md) and starter resource directories.

Core Features & Use Cases

  • Onboard new skill developers with a ready-to-use skeleton including frontmatter-guided SKILL.md.
  • Enforce consistent naming and metadata across skills to reduce integration issues.
  • Provide starter bundles (scripts/, references/, assets/) that can be customized for rapid skill deployment.

Quick Start

Run Python scripts/init_skill.py <skill-name> --path <destination> to generate a complete skill scaffold.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What files and directories are required for a valid Claude skill unit?

A valid Claude skill unit requires a root SKILL.md file containing name and description metadata in its frontmatter. Optional starter bundles include scripts, references, and assets folders, creating a reproducible layout for consistent skill deployment.

Why does my Claude skill have inconsistent metadata across projects?

Inconsistent skill metadata occurs when structures aren't standardized. Using a template SKILL.md with frontmatter-guided scaffolding enforces consistent naming, structure, and metadata across projects, reducing integration issues during onboarding and updates.

Can I use skill templates to update existing Claude skills?

Yes, skill templates can update existing Claude skills by enforcing consistent structure, naming, and frontmatter metadata. The scaffolding process ensures reproducibility and validates that the root SKILL.md maintains required name and description fields.

What's the best way to scaffold automation workflows for Claude skills?

Scaffolding automation workflows for Claude skills is best done using a standardized template that generates a SKILL.md with frontmatter and starter directories. This ensures reproducible layouts, consistent naming, and valid structure for rapid skill deployment.

Do I need Python to generate Claude skill scaffolding?

Python is required to run the init_skill.py script that generates the Claude skill scaffold. The script creates the complete directory structure including SKILL.md, scripts, references, and assets folders at the specified destination path.