create-agent-skills

Create Claude Code skills and slash commands with SKILL.md files.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/isndotbiz/website --skill create-agent-skills-isndotbiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/isndotbiz/website/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/isndotbiz/website --skill create-agent-skills-isndotbiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and workflows (resource) components.

What problem does it solve?

This Skill provides expert guidance for creating Claude Code skills and slash commands, streamlining the development of AI-powered workflows and tools.

Core Features & Use Cases

  • Skill Authoring: Learn best practices for writing SKILL.md files, defining frontmatter, and structuring markdown content.
  • Command Creation: Understand how custom slash commands are now integrated into skills.
  • Use Case: You need to build a new AI skill to automate code reviews. Use this Skill to understand the SKILL.md structure, define the skill's name and description, and learn how to add supporting files like scripts or references.

Quick Start

Use the create-agent-skills skill to learn how to author a new Claude Code skill.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I create Claude Code slash commands using SKILL.md files?

To create Claude Code slash commands, author a SKILL.md file with YAML frontmatter and markdown body content. Custom slash commands are integrated directly into skills, allowing you to define invocation triggers and structured content for automated workflows.

What is progressive disclosure in Claude skill authoring?

Progressive disclosure in Claude skill authoring structures SKILL.md content to reveal complexity gradually. It guides the agent by dynamically injecting context only when needed, optimizing skill discovery and invocation control during workflow automation.

How do I structure a SKILL.md file to automate code reviews?

Structure a SKILL.md file for code reviews by defining the skill name and description in YAML frontmatter, then author markdown body content with instructions. Add supporting files like scripts or references to enable the automated workflow.

Does Claude skill development require external dependencies?

Claude skill development does not require external dependencies. You build skills by structuring SKILL.md files with YAML frontmatter and markdown body content, integrating workflows and references directly within the Claude Code environment.

What is the best way to control skill discovery and invocation in Claude Code?

The best way to control skill discovery and invocation is through structured YAML frontmatter in SKILL.md files. Defining clear descriptions and using progressive disclosure ensures Claude triggers the correct workflow automation contextually.