skill-creator

Guide users through creating and structuring AI skills for Claude.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill skill-creator-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Devattom/.claude/tree/main/agents-global/skill-creator
Command: npx skills add https://github.com/Devattom/.claude --skill skill-creator-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating new skills or updating existing ones, enabling users to extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Core Principles: Details best practices like conciseness, setting degrees of freedom, and progressive disclosure.
  • 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 to help Claude interact with a specific internal API. They would use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing any necessary scripts or reference documents.

Quick Start

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

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create AI skills for extending agent capabilities with specialized knowledge?

To create AI skills, structure modular functionalities using a SKILL.md file alongside scripts and references. This organizes procedural knowledge and tool integrations to extend agent capabilities effectively.

What is progressive disclosure in AI skill design?

Progressive disclosure in AI skill design is a core principle that structures skill information to reveal details contextually. It ensures conciseness by providing essential data first, preventing agent context overload.

How do I structure an AI skill to interact with internal APIs?

Structuring an AI skill for internal APIs requires writing a SKILL.md file and organizing necessary scripts or reference documents. This modular approach integrates domain expertise and API workflows.

What is the step-by-step process for AI skill creation?

The AI skill creation process involves understanding the skill requirements, structuring the anatomy, applying core design principles, and iterating. This guides developers from initial concept to final modular implementation.

What are the best practices for setting degrees of freedom in agent development?

Setting degrees of freedom in agent development involves defining boundaries for the AI's decision-making within the SKILL.md. This best practice ensures the agent operates safely within its specialized domain constraints.