skill-creator

Design, document, and package Claude Skills with structured templates.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/quany/skills --skill skill-creator-quany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/quany/skills/tree/main/skill-creator
Command: npx skills add https://github.com/quany/skills --skill skill-creator-quany

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams design, document, and package Claude Skills so that domain-specific capabilities can be built and shared consistently.

Core Features & Use Cases

  • Provides a structured template for SKILL.md and resource directories (scripts/, references/, assets/).
  • Guides in constructing reusable workflows, templates, and reference materials for skills.
  • Use case: A product team creates a new skill to standardize how their agents interact with a vendor API.

Quick Start

To create a new skill, run the Skill Init script with the skill name and target directory. For example, scripts/init_skill.py my-new-skill --path skills/public

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 a Claude Skill for my team?

To create and package a Claude Skill, use a structured template for SKILL.md and resource directories like scripts/ and assets/. This enforces frontmatter correctness and provides a reproducible workflow across projects.

What is the best way to structure documentation for a reusable AI workflow?

The best way to structure workflow documentation is to maintain a clear separation of concerns between SKILL.md content and bundled resources. Use provided templates to ensure metadata integrity and standardize reference materials.

Does this skill creation template enforce frontmatter correctness for SKILL.md?

Yes, the skill creation template enforces frontmatter correctness for SKILL.md. It checks metadata integrity to ensure domain-specific capabilities are built, documented, and shared consistently across projects.

Can I use the Skill Init script to set up directories for scripts and references?

Yes, you can run the Skill Init script with a skill name and target directory to set up resource directories. This structures scripts, references, and assets reproducibly for your new Claude Skill.

How do I standardize agent interactions with a vendor API using Claude Skills?

You can standardize agent interactions by creating a new Claude Skill to document and package the specific API workflow. This provides a reusable template and structured reference materials for your agents.

When should I not use a single SKILL.md file for Claude Skill packaging?

You should avoid using a single SKILL.md file when your packaging requires bundled resources like scripts or assets. The workflow enforces a clear separation of concerns between SKILL.md content and resource directories.