skill-creator

Design, document, and package Claude skills with a standardized workflow.

1|Updated Aug 25, 2024
One-click install
npx skills add https://github.com/7loro/dotfiles --skill skill-creator-7loro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/7loro/dotfiles/tree/main/dot_config/agents/skills/skill-creator
Command: npx skills add https://github.com/7loro/dotfiles --skill skill-creator-7loro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, repeatable approach to designing, documenting, and packaging Claude skills, helping teams create consistent, high-quality capabilities.

Core Features & Use Cases

  • Define a canonical SKILL.md frontmatter with name and description to ensure discovery and triggering.
  • Organize bundled resources (scripts, references, assets) for deterministic execution, comprehensive guidance, and output templates.
  • Standardize the Skill creation workflow from initialization to packaging, enabling rapid iteration and sharing.

Quick Start

Use the skill-creator to scaffold a new skill via the included templates, customize SKILL.md, and begin populating reusable resources. Then package the skill for distribution.

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

To create a Claude skill, scaffold a new skill using templates, customize the SKILL.md frontmatter with name and description, populate reusable resources like scripts and references, then package the skill for distribution.

What is a SKILL.md frontmatter schema and why is it needed?

A SKILL.md frontmatter schema defines the name and description metadata required for skill discovery and triggering, ensuring the capability can be accurately identified and consistently executed across teams.

How do I standardize skill creation across a development team?

Standardize skill creation by enforcing a canonical frontmatter schema, organizing bundled resources into deterministic structures, and following an end-to-end initialization-to-packaging workflow for repeatable quality.

Can I use this workflow to update existing skill templates?

Yes, the workflow applies when updating existing templates or standardizing practices across teams, guiding you through modifying SKILL.md frontmatter and reorganizing scripts, references, and assets.

What resources should I bundle when packaging a skill?

Bundle scripts for execution, references for comprehensive guidance, and assets for output templates to ensure deterministic execution and standardized results during skill packaging.

Does skill creation require YAML validation?

Skill creation utilizes YAML and quick_validate dependencies to validate the frontmatter schema, ensuring the name and description metadata is correctly formatted before packaging.