One-click install
npx skills add https://github.com/letta-ai/skills --skill skill-creator-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/letta-ai/skills/tree/main/development/patterns/skill-creator
Command: npx skills add https://github.com/letta-ai/skills --skill skill-creator-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and updating Claude Skills, ensuring they are well-structured, effective, and easily discoverable. It guides users through best practices for skill design, content organization, and packaging.

Core Features & Use Cases

  • Skill Anatomy Guide: Explains the structure of a skill, including SKILL.md metadata, scripts, references, and assets.
  • Step-by-Step Creation: Provides a clear process from understanding user examples to planning reusable content, initializing, editing, and packaging skills.
  • Quality Assurance: Emphasizes writing style, metadata quality, and efficient context management through progressive disclosure.
  • Use Case: You want to create a new skill for managing customer support tickets. Use this Skill to ensure your new skill is properly structured, includes all necessary tools and documentation, and is ready for deployment.

Quick Start

I want to create a new skill called 'customer-support-manager'. Use the skill-creator to guide me through the initialization and content planning phases.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Claude skill with YAML frontmatter and SKILL.md?

Claude skills require YAML frontmatter containing name and description, followed by a SKILL.md body organized by pattern—Workflow-Based, Task-Based, Reference/Guidelines, or Capabilities-Based. Optional bundled resources (scripts/, references/, assets/) support deterministic behavior and reusability.

What's the best way to organize skill content for reusability and discovery?

Organize skills using clear metadata, a well-structured SKILL.md with a chosen pattern, and optional resource directories. This ensures skills are discoverable, maintainable, and follow best practices for modular AI capability design.

Can I bundle scripts and assets with my Claude skill?

Yes. Skills support optional bundled resources: scripts/ for executable code, references/ for documentation, and assets/ for supporting files. These components enable deterministic behavior and extend skill functionality beyond the core SKILL.md.

How do I choose between Workflow-Based, Task-Based, Reference, and Capabilities-Based skill patterns?

Select the pattern matching your skill's focus: Workflow-Based for multi-step processes, Task-Based for discrete actions, Reference/Guidelines for documentation, or Capabilities-Based for feature sets. The pattern structures your SKILL.md and determines how users interact with the skill.

What metadata quality matters when publishing a skill?

Effective skill metadata includes accurate name and description in YAML frontmatter, clear category and keyword assignment, concise tagline, and comprehensive core task description. Quality metadata improves discoverability and ensures users find your skill through relevant searches.

Do I need prior experience to create a Claude skill?

No prior skill-creation experience is required. The skill-creator guides you through anatomy, step-by-step creation from understanding examples to packaging, and quality assurance. Following best practices for structure and documentation ensures your skill is ready for deployment.