skill-creator

Scaffold Claude skills with SKILL.md frontmatter and optional resource directories.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/xiaoli123/agentscope-core --skill skill-creator-xiaoli123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xiaoli123/agentscope-core/tree/main/agentscope-examples/quickstart/src/main/resources/skills/skill-creator
Command: npx skills add https://github.com/xiaoli123/agentscope-core --skill skill-creator-xiaoli123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams in designing and scaffolding Claude skills using a consistent template, frontmatter, and resource structure to accelerate skill creation and maintenance.

Core Features & Use Cases

  • Provides a standardized SKILL.md frontmatter template (name and description) and the accompanying Markdown body guidance.
  • Describes optional resource directories (scripts/, references/, assets/) and how to use them to organize reusable assets.
  • Supports initialization, editing, and packaging workflows for skills, enabling consistent distribution.

Quick Start

Use the included templates to initialize a new skill and tailor SKILL.md to 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 with the correct SKILL.md frontmatter and structure?

To create a Claude skill, use a template-driven workflow to scaffold a SKILL.md file with required frontmatter fields like name and description, ensuring your AI agent guidance aligns with progressive disclosure and packaging guidelines.

What is the best way to scaffold a reusable AI agent workflow template?

Scaffolding a reusable AI agent workflow template involves defining the skill scope and structure in a SKILL.md file, then organizing reusable assets into optional resource directories like scripts, references, and assets for consistent distribution.

Do I need to include optional resource directories when packaging Claude skills?

Packaging Claude skills does not require optional resource directories, but adding scripts, references, and assets folders helps organize reusable components and supports progressive disclosure for complex agent guidance.

Can I use this template-driven workflow to edit existing Claude skill guidelines?

Yes, the template-driven workflow supports initialization, editing, and packaging processes, allowing you to update existing SKILL.md frontmatter, modify Markdown body guidance, and manage resource directories for established Claude skills.

What are the required frontmatter fields for a valid SKILL.md file?

A valid SKILL.md file requires frontmatter fields for name and description, which define the skill scope and structure for future AI agents, while the accompanying Markdown body provides the operational guidance.

Why does my Claude skill need to follow progressive disclosure and packaging guidelines?

Following progressive disclosure and packaging guidelines ensures your Claude skill is maintainable and shareable, enforcing a standardized SKILL.md structure that accelerates skill creation and consistent distribution across teams.