skill-creator

Guide users through creating and updating Claude Skills with structured SKILL.md templates.

155|25|Updated Apr 27, 2025
One-click install
npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator-sammcj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sammcj/agentic-coding/tree/main/Claude/skills/skill-creator
Command: npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator-sammcj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured guide for users who want to extend Claude's capabilities but need clear instructions on how to design, structure, and package custom Skills effectively. It streamlines the process of transforming specialized knowledge or workflows into reusable AI components.

Core Features & Use Cases

  • Skill Anatomy & Structure: Explains the required SKILL.md file and optional bundled resources (scripts/, references/, assets/) for optimal context management.
  • Step-by-Step Creation Process: Guides users through understanding, planning, initializing, editing, and packaging a Skill, ensuring all best practices are followed.
  • Validation & Packaging: Provides tools and instructions for validating Skill structure and creating distributable zip files.
  • Use Case: When you have a repetitive task, domain-specific knowledge, or a tool integration that Claude could automate, use this Skill to build a custom, self-contained AI component that enhances Claude's problem-solving abilities.

Quick Start

To create a new skill, ask: "I want to create a new skill to help me manage my daily tasks. Can you guide me through the skill creation process?"

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

Creating a Claude Skill involves designing a structured SKILL.md file with required metadata, organizing optional bundled resources like scripts and references, and following naming conventions and YAML formatting standards. The skill-creator Skill guides you through planning, initialization, editing, validation, and packaging into a distributable zip file.

What should I include in a Skill's metadata and documentation?

Skill metadata requires frontmatter fields covering name, description, author, category, and dependencies, plus a comprehensive SKILL.md template. Documentation should explain the skill's problem domain, core features, use cases, and include example scripts, references, and assets organized in a clear directory structure for optimal context management.

Can I package domain-specific workflows into reusable AI components?

Yes. The skill-creator process lets you transform specialized knowledge, repetitive tasks, and tool integrations into self-contained AI components. You structure your workflow as a Skill with appropriate metadata, bundled resources, and progressive loading levels to extend Claude's problem-solving abilities for your domain.

How do I validate and distribute a Skill once it's built?

After structuring your Skill with compliant metadata, naming conventions, and organized resources, use validation tools to ensure proper YAML formatting and required fields. Then create a distributable zip file containing the SKILL.md and bundled directories for sharing or deployment.

What's the difference between essential and optional Skill components?

The SKILL.md file is required and contains all metadata and documentation. Optional bundled resources—scripts/, references/, and assets/—provide additional context and tooling. Including these components improves context management and enables more sophisticated, domain-specific capabilities without requiring them for basic Skill functionality.