skill-creator

Create and update Claude skills with standardized SKILL.md frontmatter and bundled resources.

Updated Dec 21, 2023
One-click install
npx skills add https://github.com/Hff1230/FFNotes --skill skill-creator-hff1230
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Hff1230/FFNotes/tree/main/AI%E5%BA%93/Skill/compound-engineering-zh/skills/skill-creator
Command: npx skills add https://github.com/Hff1230/FFNotes --skill skill-creator-hff1230

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating well-structured, reusable Claude skills requires a clear blueprint and governance. This guide helps teams design, document, and bundle the core components (knowledge, workflows, references, and assets) needed to extend Claude's capabilities with confidence.

Core Features & Use Cases

  • Provides a standardized SKILL.md format with mandatory name and description frontmatter and a descriptive Markdown body.
  • Defines bundled resources (scripts/, references/, assets/) to support on-demand automation, documentation, and output templates.
  • Supports both creation of new skills and updates to existing ones, enabling repeatable skill scaffolding and governance for a growing suite of capabilities.

Quick Start

Follow the SKILL.md template to create a new skill directory and run the provided init_skill.py to bootstrap it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Claude skill to ensure consistent creation and governance?

To structure a Claude skill, use a standardized SKILL.md file with mandatory name and description frontmatter, and bundle resources like scripts, references, and assets directories to ensure repeatable development and compliance.

What is the best way to bundle resources when building automation workflows for Claude?

The best way to bundle resources is organizing them into dedicated scripts, references, and assets directories, allowing Claude to access automation scripts, documentation, and output templates on-demand.

How do I validate SKILL.md frontmatter and organize optional resources for new skills?

You validate SKILL.md frontmatter by checking for mandatory name and description fields, then organize optional resources into bundled directories to maintain compliance and support repeatable skill scaffolding.

Can I use scripts to bootstrap new skill directories and update existing ones?

Yes, you can run the provided init_skill.py script to bootstrap new skill directories and update existing ones, enabling repeatable skill scaffolding across different domains.

Does skill creation require specific directory formats for bundled references and assets?

Skill creation requires a structured directory format with a SKILL.md file and optional bundled folders for references and assets, ensuring resources are available for on-demand automation and documentation.