skill-creator

Create Claude skills with a standardized SKILL.md template and packaging scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guide teams to design, structure, and package Claude-compatible skills by providing a clear template, example resources, and a standardized workflow.

Core Features & Use Cases

  • Provides a standardized SKILL.md template with required frontmatter and sample body
  • Demonstrates bundled resource organization via scripts/, references/, and assets/
  • Includes example initializer and packager scripts for end-to-end skill creation and distribution
  • Useful for teams building reusable skills and maintaining consistency across projects
  • Supports iteration by enabling quick updates and packaging for sharing

Quick Start

Run the Skill Initializer to create a new skill directory, then customize SKILL.md and optional resources.

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 YAML frontmatter and structure?

To create a Claude skill, use a standardized SKILL.md template with required YAML frontmatter and a sample body. This provides the structured guidance needed to meet packaging requirements and organize metadata correctly.

What is the best way to package reusable resources like scripts and references for a Claude skill?

The best way to package reusable resources is to organize them into dedicated scripts/, references/, and assets/ directories. This demonstrates bundled resource organization and maintains consistency across project distributions.

How do I validate skill packaging before sharing it with my team?

You validate skill packaging by using the provided example initializer and packager scripts. These scripts perform packaging validation to ensure your SKILL.md and bundled resources meet end-to-end distribution requirements.

Can I use this skill creation template to update existing skills, or is it only for new projects?

You can use the skill creation template for both new projects and updating existing skills. It supports iteration by enabling quick updates to SKILL.md and optional resources before repackaging for sharing.

What do I need to design a workflow for Claude-compatible skills from scratch?

To design a workflow for Claude-compatible skills, you need a standardized SKILL.md template, example initializer and packager scripts, and organized directories for scripts, references, and assets to maintain project consistency.