claude:skill-creator

Guide creation of AI skills with SKILL.md structure and best practices.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/amdmax/claude_marketplace --skill claude-skill-creator-amdmax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude:skill-creator
Source: https://github.com/amdmax/claude_marketplace/tree/main/.claude/skills/claude%3Askill-creator
Command: npx skills add https://github.com/amdmax/claude_marketplace --skill claude-skill-creator-amdmax

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, ensuring they are concise, well-structured, and efficient for AI agents.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Details best practices like conciseness, progressive disclosure, and setting degrees of freedom.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer wants to create a new skill for summarizing code. They would use this skill to understand the best practices for structuring the SKILL.md file, deciding what to put in scripts/ vs. references/, and how to write a clear description.

Quick Start

Use the claude:skill-creator skill to understand how to create a new skill.

Frequently Asked Questions about claude:skill-creator

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

FAQPage Schema
How do I structure an AI skill for progressive disclosure?

To structure an AI skill for progressive disclosure, you organize components like SKILL.md, scripts, and references modularly, keeping core instructions concise while offloading detailed logic to separate assets. This approach minimizes context window usage and improves agent efficiency.

What is the best way to write a SKILL.md file for AI development?

The best way to write a SKILL.md file is to follow skill anatomy principles, ensuring the content is concise and well-structured. You should clearly define the skill's purpose, set degrees of freedom for the AI, and separate heavy logic into scripts or references.

How do I decide whether to use scripts or references when creating a skill?

When creating a skill, use scripts for executable logic and automated tasks, and use references for static documentation or contextual data. This modular design ensures the AI agent loads only necessary information, optimizing performance and maintaining conciseness.

What are the core principles for developing effective AI skills?

Core principles for developing effective AI skills include maintaining conciseness, implementing progressive disclosure, and setting appropriate degrees of freedom. These practices ensure the AI agent processes instructions efficiently without being overwhelmed by unnecessary context.

Can I use this guide to create a skill for summarizing code?

Yes, you can use this guide to create a skill for summarizing code. It outlines a step-by-step creation process from planning to iteration, helping you structure the SKILL.md file and allocate assets correctly to build a functional code summarization tool.

Why does my AI agent fail to follow complex skill instructions?

An AI agent may fail to follow complex skill instructions if the skill lacks conciseness and proper progressive disclosure. Moving heavy logic to scripts and detailed context to references reduces cognitive load, allowing the agent to process and execute tasks more reliably.