skill-creation

Explains how to create and structure Claude Code Skills with SKILL.md files.

3|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/jeremydiviney/vibe --skill skill-creation-jeremydiviney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creation
Source: https://github.com/jeremydiviney/vibe/tree/main/.claude/skills/skill-creation
Command: npx skills add https://github.com/jeremydiviney/vibe --skill skill-creation-jeremydiviney

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill explains how Claude Code Skills are structured, discovered, and activated, making it easy to create new capabilities with a consistent blueprint.

Core Features & Use Cases

  • Standardized Skill Structure: Each skill lives in .claude/skills/<skill-name>/SKILL.md with a YAML frontmatter.
  • Auto-trigger Frontmatter: The name and description frontmatter drive auto-triggering.
  • Activation & Restart: Steps to restart Claude Code to load new skills.
  • Skills vs Slash Commands: Clear distinction between auto-triggered skills and slash commands.

Quick Start

Create a new skill directory and SKILL.md with proper frontmatter, then restart Claude Code to load the new skill.