skill-creator

Guide developers through creating AI skills with SKILL.md structure.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/ramirlm/skillshare-ramir --skill skill-creator-ramirlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ramirlm/skillshare-ramir/tree/main/skill-creator
Command: npx skills add https://github.com/ramirlm/skillshare-ramir --skill skill-creator-ramirlm

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

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Learn about conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Follow step-by-step guidance from understanding the skill to iterating on its design.
  • Use Case: A developer wants to build a new skill to help Claude manage cloud deployments. They would use this Skill to understand the best practices for structuring their skill, writing the SKILL.md, and organizing any necessary scripts or reference documents.

Quick Start

Use the skill-creator to learn how to build a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI skill to automate a specific workflow?

Creating an AI skill involves understanding its anatomy, applying core principles like progressive disclosure, and structuring a SKILL.md file alongside bundled scripts and references to define specialized workflows.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a core design principle that structures bundled resources and references to provide information incrementally, ensuring conciseness and setting appropriate degrees of freedom for the AI.

How should I structure a SKILL.md file for developer tool integration?

Structure a SKILL.md file by detailing the skill's anatomy, defining its core principles, and organizing bundled resources like scripts, references, and assets to effectively guide AI tool integration and specialized knowledge application.

What are the core principles for building effective AI skills?

The core principles for building effective AI skills include maintaining conciseness, setting appropriate degrees of freedom for the AI, and adhering to progressive disclosure design when structuring the skill's internal components.

Can I use this guide to extend existing AI capabilities with specialized knowledge?

Yes, you can use this guide to extend existing AI capabilities by following its step-by-step creation process to integrate specialized knowledge, structure new workflows, and organize necessary reference documents and scripts.

When do I need to bundle scripts and references when building an AI skill?

You need to bundle scripts and references when your AI skill requires specialized workflows or tool integrations that go beyond basic text instructions, ensuring the SKILL.md has access to necessary executable logic and contextual data.