skill-creator

Guide developers through creating and structuring AI skills with SKILL.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, ensuring they are concise, well-structured, and efficient for AI agents to use.

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 developing new skills.
  • Use Case: When you need to develop a new skill for Claude, or improve an existing one, consult this guide for best practices on structuring the skill, writing its documentation, and organizing its resources.

Quick Start

Use the skill-creator skill to understand 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
What is the best way to structure an AI agent skill?

An effective AI skill requires conciseness, progressive disclosure, and setting degrees of freedom. These design principles ensure the skill documentation remains structured and efficient, preventing the AI agent from being overwhelmed by excessive instructions while maintaining operational flexibility.

How do I create a new skill for Claude from scratch?

To create a new skill for Claude, follow a structured creation process that defines the skill anatomy, establishes core design principles, and organizes resource directories. This step-by-step approach ensures the resulting AI agent capability is well-documented and highly functional.

What does progressive disclosure mean in skill development?

Progressive disclosure in skill development means structuring documentation so the AI agent receives only the essential instructions initially, with detailed references layered in scripts and assets directories. This approach keeps the core skill concise while remaining comprehensive.

Do I need to write documentation when building AI skills?

Writing documentation is essential when building AI skills. You must provide a comprehensive SKILL.md file that outlines the core task, design principles, and resource organization, ensuring the AI agent can accurately understand and trigger the intended capabilities during execution.

Can I use existing scripts and references to improve an AI skill?

You can use existing scripts and references to improve an AI skill by restructuring them according to best practices. Consulting a developer guide helps you reorganize these components into the standard skill anatomy, enhancing the AI agent's operational efficiency.