Creating Skills

Create Claude Skills with structured YAML frontmatter and examples.

2|3|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/lawless-m/iscsi-crate --skill creating-skills-lawless-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Creating Skills
Source: https://github.com/lawless-m/iscsi-crate/tree/main/skills/Creating Skills
Command: npx skills add https://github.com/lawless-m/iscsi-crate --skill creating-skills-lawless-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developing effective AI skills requires structured knowledge. This skill provides a blueprint for creating high-quality Claude Code skill documents, ensuring consistency, clarity, and reusability. It solves the problem of inconsistent or incomplete skill definitions, which can lead to unreliable AI behavior and wasted development effort.

Core Features & Use Cases

  • Structured Skill Definition: Guides on mandatory YAML frontmatter, clear document structure (instructions, examples, reference implementations).
  • Best Practices: Covers specificity, exact command formats, error handling, and referencing supporting files for robust AI interactions.
  • Example-Driven Learning: Provides conversational examples showing how Claude should respond to common user requests, ensuring consistent AI behavior.
  • Use Case: A developer wants to teach Claude how to interact with a new internal API. This skill guides them to create a SKILL.md that Claude can reliably use to perform API calls, saving time in onboarding Claude to new domains and ensuring accurate automation.

Quick Start

Help me create a new Claude Skill for managing my project's database. Guide me through the required YAML frontmatter, instructions, and example structure.