skill-creator

Create and refine Claude skills with structured SKILL.md frontmatter and reusable resources.

1|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/phananhtuan09/ai-agent-workflow --skill skill-creator-phananhtuan09
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/phananhtuan09/ai-agent-workflow/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/phananhtuan09/ai-agent-workflow --skill skill-creator-phananhtuan09

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables rapid, standardized bootstrap of Claude skills by guiding users to create, document, and package new skills with reusable resources.

Core Features & Use Cases

  • Structured bootstrapping: Provides templates and starter directories (scripts/, references/, assets/) to accelerate skill creation.
  • Reusable patterns: Includes guidelines for workflow-based, task-based, and reference/guidelines structures.
  • Bundled resources: Examples and templates for SKILL.md, scripts, references, and assets to jumpstart development.
  • Packaging and validation: Guidance and tooling for validating, packaging, and iterating on skills.

Quick Start

Follow the Creation Process in references/creation-process.md to initialize a new skill.

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 new Claude skill with structured directories?

To create a Claude skill, follow the creation process to bootstrap structured directories like scripts/, references/, and assets/. This provides reusable templates to jumpstart development and package your skill with a standardized SKILL.md frontmatter.

What is the best way to structure a domain-specific workflow for Claude?

The best way to structure domain-specific workflows is using reusable patterns for workflow-based, task-based, or reference guidelines. This approach enforces a structured SKILL.md frontmatter and organizes supporting resources into dedicated directories.

Do I need a specific frontmatter format to validate Claude skills?

Yes, you need a structured SKILL.md frontmatter containing the skill name and description to validate Claude skills. The validation process checks this frontmatter and ensures all bundled resources are correctly packaged before deployment.

Can I update existing Claude skills instead of starting from scratch?

Yes, you can update existing Claude skills by applying reusable resources and templates to refine them. The tooling supports iterating on and repackaging current skills without needing to bootstrap a completely new project structure.

What templates are included for bootstrapping tool integrations?

Templates included for bootstrapping tool integrations cover scripts, references, and assets directories. These bundled resources provide starter examples for SKILL.md files and supporting guidelines to accelerate specialized tool integration design.