skill-creator

Guide developers through creating Claude skills with SKILL.md structure and best practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, which are modular packages 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 best practices like conciseness and setting appropriate degrees of freedom.
  • Progressive Disclosure: Outlines how skills manage context efficiently through metadata, SKILL.md body, and bundled resources.
  • Skill Creation Process: Guides users through understanding, planning, initializing, editing, packaging, and iterating on skills.
  • Use Case: A developer new to creating skills for Claude would use this to understand the requirements, best practices, and the step-by-step process for building a new skill.

Quick Start

Use the skill-creator skill to understand how to build 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 effective AI skills for Claude?

To create effective AI skills for Claude, you should follow a structured process: understand skill anatomy, plan the skill's scope, initialize the package, edit the core files, package the resources, and iterate based on testing and best practices like conciseness.

What is the anatomy of a modular skill package?

The anatomy of a modular skill package consists of a primary SKILL.md file for instructions, alongside a scripts directory for executable code, a references folder for documentation, and an assets directory for supporting files.

How does progressive disclosure manage context in AI development?

Progressive disclosure manages context in AI development by structuring skill data across metadata, the SKILL.md body, and bundled resources, ensuring the AI loads only the necessary information to maintain efficiency and reduce token usage.

What are the core principles for building tool integrations as skills?

Core principles for building tool integrations as skills include maintaining strict conciseness in instructions, setting appropriate degrees of freedom for the AI, and organizing bundled resources to support progressive disclosure effectively.

Do I need prior developer experience to build extensions for AI platforms?

You need foundational developer experience to build extensions for AI platforms, as the process involves initializing packages, writing scripts, managing context, and iterating on prompt engineering workflows within a software engineering environment.

When should I not use a modular skill package approach?

You should not use a modular skill package approach if your task requires real-time dynamic execution not supported by bundled scripts, or if the integration lacks the clear, discrete workflows needed to benefit from progressive disclosure.