skill-creator Skill 创建

Orchestrate end-to-end creation, validation, and packaging of Claude Skills.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/XIYBHK/claude-skills --skill skill-creator-skill-xiybhk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator Skill 创建
Source: https://github.com/XIYBHK/claude-skills/tree/main/skill-creator
Command: npx skills add https://github.com/XIYBHK/claude-skills --skill skill-creator-skill-xiybhk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

Manages the end-to-end process of turning creative ideas for Claude Skills into fully documented, tested, and packaged skills. It guides you from drafting the SKILL.md frontmatter, through defining evals and tests, to iterative improvement and final packaging.

Core Features & Use Cases

  • End-to-end workflow for creating, validating, and deploying Claude Skills.
  • Built-in guidance for writing SKILL.md, running evals, analyzing results, and iterating descriptions.
  • Packaging into a distributable .skill file and optional live-review workflows for faster feedback.

Quick Start

Create a new folder for your skill, add SKILL.md with name and description, optionally add scripts/references/assets, then run the skill-creator workflow to draft, test, iterate, and package your skill.

Frequently Asked Questions about skill-creator Skill 创建

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

FAQPage Schema
How do I automate Claude Skill creation end-to-end?

To automate Claude Skill creation, you orchestrate the end-to-end workflow from drafting SKILL.md frontmatter to final packaging. You run the skill-creator process to draft, test, evaluate, and iterate your skill automatically.

What is the process for packaging a Claude Skill into a distributable file?

Packaging a Claude Skill means compiling your SKILL.md, scripts, and assets into a distributable .skill file. The skill-creator workflow manages this final packaging step after you draft, test, and iterate your skill descriptions.

How do I write and iterate SKILL.md descriptions for Claude?

Writing and iterating SKILL.md descriptions requires drafting the frontmatter, running built-in evaluations, and analyzing test results. The skill-creator workflow provides guidance to improve descriptions through iterative refinement cycles.

Does the Claude Skill creation workflow require any specific dependencies?

The Claude Skill creation workflow requires the pyyaml dependency. You need a new folder with SKILL.md containing name and description, optionally including scripts or references, before running the skill-creator automation process.

Can I run live reviews and evaluations during Claude Skill iteration?

Running live reviews and evaluations during Claude Skill iteration is supported through optional live-review workflows. The skill-creator process includes built-in guidance for defining evals, analyzing results, and iterating descriptions for faster feedback.