skill-creator

Generate standardized SKILL.md templates and scaffold resource directories for Claude skills.

12|Updated Jun 16, 2025
One-click install
npx skills add https://github.com/kcaldas/genie --skill skill-creator-kcaldas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kcaldas/genie/tree/main/pkg/skills/internal/skills/skill-creator
Command: npx skills add https://github.com/kcaldas/genie --skill skill-creator-kcaldas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and workflow for creating, structuring, and packaging custom AI skills, enabling users to extend AI capabilities with specialized knowledge and tools.

Core Features & Use Cases

  • Skill Structure Guidance: Explains the anatomy of a skill (SKILL.md, scripts, references, assets).
  • Workflow Assistance: Guides users through planning, initialization, editing, and packaging skills.
  • Validation Tools: Includes utilities to validate skill structure and packaging.
  • Use Case: You want to create a new skill to help manage company brand assets, including guidelines, templates, and logos.

Quick Start

Initialize a new skill named "brand-assets" in the "skills/creative" directory.

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 AI skill with proper structure and metadata?

Skill creation involves generating a standardized SKILL.md template with metadata, then organizing scripts, references, and assets into a structured directory. This Skill guides you through planning, initializing, and packaging your skill to meet functional and technical requirements.

What goes into a skill's SKILL.md file and how do I structure it?

The SKILL.md file contains skill metadata, core functionality description, use cases, and structured guidance. This Skill provides templated scaffolding that shows you how to draft metadata, organize the body content, and establish clear patterns for bundling scripts, references, and assets together.

Can I validate my skill structure before packaging it?

Yes. This Skill includes validation utilities to check skill structure and packaging compliance. These tools verify that your metadata, SKILL.md, and resource directories meet the requirements for proper skill packaging.

How do I organize scripts, references, and assets in a skill?

Skills use a standardized directory organization for three components: scripts (workflow logic), references (documentation and guidelines), and assets (files and templates). This Skill provides clear organizational patterns and progressive disclosure design to structure these components effectively.

What's the workflow for updating an existing skill?

Updating a skill follows the same core workflow as creation: edit the SKILL.md metadata and descriptions, modify or add scripts and references, and update assets. This Skill guides you through each editing stage with templated scaffolding to maintain consistency.

Do I need specialized knowledge to create a skill for custom domains?

No. This Skill applies across skill development workflows for any domain—brand management, tool integrations, or specialized knowledge areas. It provides guidance, templates, and validation that handle domain-specific skill creation with structured support.