skill-creator

Create or update Claude Skills with structured scaffolding and validation.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill skill-creator-rachel353
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/rachel353/fullty-plan --skill skill-creator-rachel353

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps teams create and maintain Claude Skills.

Core Features & Use Cases

  • Structured SKILL.md templates and best practices to standardize skill design
  • Automated scaffolding of resource directories (scripts, references, assets) and sample files
  • Packaging and validation workflow to generate distributable .skill files

Quick Start

Provide a name and brief description, then run the Skill Initializer to generate a ready-to-edit skill scaffold.

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 scratch?

To create a Claude skill, you provide a name and description to run the Skill Initializer, which automatically generates a ready-to-edit scaffold containing standardized SKILL.md templates and organized resource directories.

What is the best way to package automation skills into a distributable file?

The best way to package automation skills is using the built-in packaging and validation workflow, which bundles your scripts, references, and metadata into a distributable .skill file.

Does skill creation require yaml dependency?

Skill creation relies on yaml as a dependency to drive the metadata scaffold and validation logic, ensuring consistent skill design and packaging structure.

Can I use existing templates to standardize skill development?

You can use structured SKILL.md templates and best practices provided by the initializer to standardize skill development, ensuring consistent design across domain-specific skill units.

How do I organize scripts and references when building a skill?

You organize scripts and references by utilizing the automated scaffolding feature, which creates dedicated resource directories and populates them with sample files for your skill assets.