guid-skill-creation

Create Claude Code skills with YAML frontmatter and progressive loading.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/xilnick/claude-guild --skill guid-skill-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guid-skill-creation
Source: https://github.com/xilnick/claude-guild/tree/main/guideline/shipped-skills/guid-skill-creation
Command: npx skills add https://github.com/xilnick/claude-guild --skill guid-skill-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams document and create Claude Code skills following the official format with proper YAML frontmatter, progressive loading, and Guild system integration patterns.

Core Features & Use Cases

  • Metadata-driven discovery: Ensures each skill is discoverable via YAML frontmatter (name, description, etc.).
  • Progressive loading guidance: Outlines Level 1 (metadata), Level 2 (core patterns), and Level 3 (on-demand resources).
  • Standardized structure: Encourages consistent naming and organization (e.g., guid- prefixed skills) for reuse across projects.
  • Use Case: When documenting a project-specific pattern or reusable workflow to be shared as a Claude Code skill.

Quick Start

Create a new skill directory under guideline/shipped-skills with SKILL.md containing the required YAML frontmatter, then add optional DOCS.md, REFERENCE.md, and EXAMPLES.md as needed.

Frequently Asked Questions about guid-skill-creation

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

FAQPage Schema
How do I create a Claude Code skill with proper YAML frontmatter?

Create a Claude Code skill by starting with YAML frontmatter containing name, description, and model fields at the top of your SKILL.md file. Follow the official format under guideline/shipped-skills, then add progressive loading levels: Level 1 metadata, Level 2 core patterns, and optional Level 3 resources.

What is the progressive loading architecture for Claude Code skills?

Progressive loading structures skills in three levels: Level 1 provides metadata for discovery, Level 2 contains main patterns and workflows, and Level 3 offers optional resources like references and examples. This enables efficient skill consumption and scaling across teams.

When should I document a project pattern as a Claude Code skill?

Document patterns as Claude Code skills when you have reusable workflows, library conventions, or project-specific approaches worth sharing across codebases and teams. The skill format with Guild system integration makes them discoverable and standardized for consistent adoption.

How do I organize Claude Code skills using Guild naming conventions?

Use Guild naming conventions with guid- prefixed skill identifiers to ensure consistent organization and reuse. Structure your skill directory under guideline/shipped-skills with metadata-driven filenames like SKILL.md, DOCS.md, REFERENCE.md, and EXAMPLES.md as appropriate.

Can I use Claude Code skills for team-wide pattern documentation?

Yes, Claude Code skills are designed for team-wide pattern documentation with metadata-driven discovery via YAML frontmatter. The standardized structure and Guild system integration enable consistent sharing of reusable workflows and conventions across your organization's codebases.

What files do I need to create a complete Claude Code skill?

Start with SKILL.md containing mandatory YAML frontmatter (name, description, model) and core content. Optionally add DOCS.md for extended documentation, REFERENCE.md for detailed specifications, and EXAMPLES.md for use cases. Progressive loading allows you to add resources incrementally.