skill-creator

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

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/vinayakg/claude-dotfiles --skill skill-creator-vinayakg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vinayakg/claude-dotfiles/tree/main/skills/skill-creator
Command: npx skills add https://github.com/vinayakg/claude-dotfiles --skill skill-creator-vinayakg

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 new skills or improving existing ones, ensuring they effectively extend Claude's capabilities.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Design Principles: Details core principles like conciseness, progressive disclosure, and setting degrees of freedom.
  • Creation Process: Outlines a step-by-step process for skill development, from understanding requirements to packaging.
  • Resource Management: Guides on when and how to use scripts, references, and assets effectively.
  • Use Case: A developer needs to create a new skill to interact with a company's internal API. They would use this skill to understand the required structure, best practices for documentation, and how to package it for deployment.

Quick Start

Use the skill-creator to learn 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 structure SKILL.md for Claude AI skills?

SKILL.md structure for Claude AI skills requires concise documentation, progressive disclosure of information, and clearly defined degrees of freedom to guide reasoning. This skill provides the detailed anatomy and design principles needed to package custom AI capabilities effectively.

What is the best way to package AI skills with bundled resources?

Packaging AI skills with bundled resources involves organizing scripts, references, and assets into dedicated directories. This skill creation guide explains resource management best practices, detailing when and how to use each component to extend Claude's capabilities without overwhelming the context.

Can I use skill development guides to build a custom AI tool for an internal API?

Skill development guides are suitable for building a custom AI tool to interact with an internal API. This guide outlines the step-by-step creation process from understanding requirements to packaging, ensuring developers can structure documentation and deploy functional AI skills for Claude.

How does progressive disclosure work when creating custom AI capabilities?

Progressive disclosure when creating custom AI capabilities works by loading bundled references and assets only when the task requires them. This design principle keeps the initial SKILL.md concise, minimizing context usage while allowing the AI to access deeper documentation dynamically during execution.

When do I need to use scripts versus references in AI skill development?

Scripts are needed in AI skill development for executing programmatic logic, while references provide static documentation context. This guide helps developers distinguish between these components, ensuring proper resource management and optimal skill architecture for Claude.