skill-creator

Scaffold, edit, validate, and package Claude skills into .skill files.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill skill-creator-sungaoxiang-backend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/skill-creator
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill skill-creator-sungaoxiang-backend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of turning skill ideas into distributable Claude skills.

Core Features & Use Cases

  • Guidance for initializing, editing, and packaging skills
  • Templates and example resources (scripts, references, and assets)
  • End-to-end workflow from concept to distributable artifact

Quick Start

Run init_skill.py to scaffold a new skill, customize SKILL.md, and then run package_skill.py to generate a .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 package a Claude skill into a distributable file?

To package a Claude skill, you customize the SKILL.md frontmatter and run the package_skill.py script to generate a distributable .skill file artifact.

How do I initialize a new Claude skill from scratch?

You initialize a new Claude skill by running the init_skill.py script, which scaffolds the modular Skill Unit structure with required templates and assets.

What is the required structure for creating Claude skills?

Creating Claude skills requires a modular Skill Unit structure containing SKILL.md frontmatter and optional bundles to ensure the skill initializes and packages correctly.

Does the skill creation workflow support adding custom scripts and references?

Yes, the skill creation workflow supports adding custom scripts, references, and assets as optional bundles within the modular Skill Unit structure before packaging.

Can I validate a Claude skill before generating the final package?

Yes, the end-to-end workflow includes a validation step after editing the SKILL.md and before running the packaging script to ensure the distributable .skill file is correct.