skill-creator

Generate and package Claude skills with standardized templates and scripts.

2.2k|128|Updated Aug 28, 2024
One-click install
npx skills add https://github.com/openstatusHQ/data-table-filters --skill skill-creator-openstatushq
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/openstatusHQ/data-table-filters/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/openstatusHQ/data-table-filters --skill skill-creator-openstatushq

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Skill authors need a structured, reproducible way to create, update, and package Claude skills, ensuring consistent frontmatter, resources, and packaging steps.

Core Features & Use Cases

  • Provides a reusable SKILL.md template and starter resources for new skills
  • Includes a script to init, references/templates, and a packaging workflow
  • Helps teams standardize skill formats for easy sharing and deployment

Quick Start

Create a new skill using the init workflow and run the packaging script to produce a distributable skill package.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with consistent frontmatter?โ–ผ

To create and package Claude skills, use the init workflow to generate a standard SKILL.md template with validated frontmatter, then run the packaging script to produce a reproducible distributable skill package for deployment.

What is the standard structure for a Claude skill's SKILL.md file?โ–ผ

The standard SKILL.md structure includes validated frontmatter, reusable templates, and example resources. This skill generates these components automatically during initialization to ensure consistent formatting for sharing and deployment.

Can I automate skill initialization and packaging for team distribution?โ–ผ

Yes, you can automate skill initialization and packaging using the included init_skill.py and package_skill.py scripts, which handle template generation and reproducible distribution workflow without manual setup errors.

Does this skill creation workflow validate frontmatter before packaging?โ–ผ

Yes, the skill creation workflow validates frontmatter structure during the initialization phase. The init script checks standard frontmatter fields before generating the SKILL.md file and proceeding to the packaging step.

What's the best way to standardize skill formats for easy sharing across teams?โ–ผ

The best way to standardize skill formats is using a reusable SKILL.md template with validated frontmatter and a reproducible packaging workflow, ensuring all team members generate consistently structured skills for deployment.

Why does my Claude skill packaging fail during distribution setup?โ–ผ

Skill packaging fails when frontmatter structure is invalid or required resources are missing. The init workflow validates frontmatter and includes starter resources before running the packaging script to prevent distribution errors.