skill-creator

Guide developers through creating structured Claude skills with SKILL.md files.

1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/uneezaismail/hackathon-todo --skill skill-creator-uneezaismail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/uneezaismail/hackathon-todo/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/uneezaismail/hackathon-todo --skill skill-creator-uneezaismail

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 creating effective, modular skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details principles 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 needs to create a new skill to help Claude interact with a specific API. They would use this skill to understand the required structure, best practices for writing the SKILL.md file, and how to bundle necessary scripts or reference documentation.

Quick Start

Use the skill-creator skill 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
What is the correct structure for developing and bundling Claude skills?

To create a custom AI skill for Claude, you structure a SKILL.md file with specialized instructions and bundle necessary scripts or reference documentation that define the API interaction workflow. This guide details the anatomy and progressive disclosure design needed for effective skill creation.

What is the correct structure for developing and bundling Claude skills?

The correct structure for developing Claude skills involves a root SKILL.md file paired with bundled resources organized into scripts, references, and assets directories. This modular anatomy ensures Claude can access specialized knowledge and tool integrations efficiently.

What are the core principles for writing an effective SKILL.md file?

Core principles for writing an effective SKILL.md file include maintaining conciseness, setting clear degrees of freedom for AI autonomy, and applying progressive disclosure to manage context. These practices ensure custom skills remain modular and perform reliably.

Do I need any specific dependencies or frameworks to start building AI skills?

No specific external dependencies or frameworks are required to start building AI skills. You only need to understand the step-by-step creation process, which covers defining the skill's purpose, structuring the SKILL.md content, and iterating on the bundled resources.

When should I use progressive disclosure in workflow automation skills?

You should use progressive disclosure in workflow automation skills when you need to prevent context overload by revealing complex tool integration instructions only as required. This design approach keeps the AI focused and prevents token saturation during multi-step processes.