skill-creator

Guide creation and structuring of Claude AI skills with SKILL.md.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill skill-creator-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/flosrn/.claude/tree/main/agents-global/skill-creator
Command: npx skills add https://github.com/flosrn/.claude --skill skill-creator-flosrn

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 and refining AI skills, enabling users to extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Development Guidance: Offers step-by-step instructions and best practices for structuring and writing skills.
  • Resource Management: Details how to effectively use scripts/, references/, and assets/ for modular skill design.
  • Progressive Disclosure: Explains how to manage context efficiently by splitting information across files.
  • Use Case: A developer wants to create a new skill to help Claude interact with a specific company API. They would use this Skill to understand the anatomy of a skill, how to structure SKILL.md, and how to bundle necessary API documentation in references/.

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 custom AI skills for Claude?

To create Claude skills, you structure a SKILL.md file alongside modular scripts, references, and assets. This approach provides step-by-step guidance for defining specialized workflows, managing context efficiently, and packaging the skill for deployment.

What is the best way to structure AI skill development for context management?

The best way to manage context in AI skill development is through progressive disclosure, splitting information across modular files. By distributing details into separate scripts and references, you prevent context overload and maintain efficient Claude interactions.

Do I need specific dependencies to build Claude skills?

No specific external dependencies are required to build Claude skills. The development process relies on structuring internal components like SKILL.md, scripts, and references to define workflows and integrate tool capabilities natively.

How do I bundle API documentation when creating AI skills?

You bundle API documentation when creating AI skills by placing it inside the references directory. This modular design allows Claude to access specific company API details and interact with external services efficiently during workflow execution.

What are the components of a Claude skill anatomy?

The components of a Claude skill anatomy include the core SKILL.md file, scripts for executable actions, references for documentation, and assets. These elements work together to establish modularity and progressive disclosure in AI development.

When should I split information across files in AI skill design?

You should split information across files in AI skill design when managing complex workflows that require progressive disclosure. This context management strategy ensures Claude retrieves only necessary details from references, optimizing processing logic.