skill-creator

Scaffolds SKILL.md templates and example resources for creating Cloudflare Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill Creator streamlines the process of building Claude Skills by providing a standardized template, starter resources, and a clear development workflow so teams can quickly create or update self-contained Skills.

Core Features & Use Cases

  • Template-driven SKILL.md scaffolding with required frontmatter (name and description) and a guidance body.
  • Bundled resources scaffolding: example scripts/, references/, and assets/ to demonstrate structure and enable progressive disclosure.
  • Step-by-step Skill Creation Process guidance (init, edit, package, and iterate) to support end-to-end Skill packaging.
  • Quick-start bootstrapping for new skills with example placeholders to customize.

Quick Start

Run the provided init_skill.py tool to scaffold a new Skill, then tailor SKILL.md and the bundled resources for your domain.

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 Claude skill from scratch?

To create a Claude skill, run the init_skill.py tool to scaffold a SKILL.md template with required frontmatter and bundled resource directories including scripts, references, and assets. You then customize the guidance body and placeholders for your specific domain before packaging into a .skill file.

What is the required structure for packaging Claude skills?

The required structure for packaging Claude skills includes a SKILL.md file with frontmatter containing name and description, alongside bundled resource directories for scripts, references, and assets. This standardized structure enables progressive disclosure and supports structured workflows for initialization, editing, and iteration.

What's the best way to scaffold a SKILL.md template with bundled resources?

The best way to scaffold a SKILL.md template with bundled resources is using a template-driven approach that automatically generates example scripts, references, and assets directories. This streamlines development by providing starter resources and clear workflow patterns for teams creating self-contained skills.

Do I need any dependencies to start building Claude skills?

You do not need any external dependencies to start building Claude skills. The Skill Creator provides a self-contained bootstrapping tool, init_skill.py, that generates the required SKILL.md template and example bundled resources without requiring additional packages or frameworks.

Can I use the Skill Creator to update an existing Claude skill?

Yes, you can use the Skill Creator to update an existing Claude skill by following its structured workflow for editing and iteration. It guides structure patterns, resource planning, and validation to support end-to-end skill packaging for both new creation and updates.

Why does my Claude skill need scripts, references, and assets folders?

Your Claude skill needs scripts, references, and assets folders to demonstrate structure and enable progressive disclosure of information. These bundled resources allow the skill to self-contain its operational logic and supporting documentation for domain-specific workflows.