skill-creator

Guide creating Claude skills with structure, design principles, and development steps.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/zach-source/claude-plugins --skill skill-creator-zach-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zach-source/claude-plugins/tree/main/plugins/plugin-dev/skills/skill-creator
Command: npx skills add https://github.com/zach-source/claude-plugins --skill skill-creator-zach-source

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing new Claude skills or improving existing ones, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Covers conciseness, degrees of freedom, and progressive disclosure.
  • Development Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer wants to build a new skill to interact with a specific API. They use this skill to understand how to structure their SKILL.md, what kind of documentation to put in references/, and how to write executable scripts.

Quick Start

Use the skill-creator skill to learn how to build a new Claude skill.

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 for API interactions and tool integrations?

Structure a Claude skill using a SKILL.md file, scripts, references, and assets. Organize executable scripts and API documentation in respective directories to enable efficient AI agent workflows and specialized domain expertise.

What are the best practices for AI agent plugin development and context management?

Best practices for AI agent plugin development include applying progressive disclosure, maintaining conciseness, and limiting degrees of freedom. This ensures efficient context management and predictable behavior within your specialized workflows.

How do I create a Claude skill from scratch step by step?

Create a Claude skill by understanding the core task, structuring the SKILL.md, adding executable scripts, populating references, and iterating. This development process ensures effective AI agent integrations and domain-specific workflows.

When do I need progressive disclosure in skill development?

Use progressive disclosure in skill development when managing complex context for AI agents. It prevents overwhelming the agent by loading only necessary documentation and scripts, optimizing execution efficiency and context management.

Does building Claude skills require specific dependencies or environments?

Building Claude skills requires no specific external dependencies. You only need a text editor to create the SKILL.md, scripts, and reference files, making the plugin development environment highly accessible.