skill-creator

Guide users through creating, structuring, and packaging AI skills.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/CloudDevCrusader/riddle-rush-mono-repo --skill skill-creator-clouddevcrusader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/CloudDevCrusader/riddle-rush-mono-repo/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/CloudDevCrusader/riddle-rush-mono-repo --skill skill-creator-clouddevcrusader

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, structuring, and packaging effective AI skills, ensuring they are concise, modular, and efficient.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Learn best practices for conciseness, setting degrees of freedom, and progressive disclosure.
  • Development Process: Follow a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to create a new AI skill to help users manage cloud deployments. They use this Skill to understand how to structure the SKILL.md, organize necessary scripts for deployment, and include reference documentation for different cloud providers.

Quick Start

Use the skill-creator to learn how to create a new AI skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure and package an AI skill for agent workflows?

To structure an AI skill, organize components like SKILL.md, scripts, and references into a modular package. This ensures your agent workflow receives concise, specialized capabilities with progressive disclosure of information.

What are the core design principles for creating effective AI skills?

Core design principles for AI skills include conciseness, setting appropriate degrees of freedom, and progressive disclosure. Following these ensures your skill remains modular, efficient, and specialized for its intended task.

What is the step-by-step development process for building AI skills?

The AI skill development process involves understanding requirements, structuring the skill anatomy, packaging necessary scripts and references, and iterating. This step-by-step approach ensures efficient creation of specialized AI capabilities.

Do I need any specific dependencies or frameworks to create AI skills?

No specific dependencies are required to create AI skills. You build the skill using standard components like scripts and reference documentation, packaging them into a modular structure defined by a SKILL.md file.

How do I include reference documentation when packaging an AI skill?

Include reference documentation in your AI skill by organizing it within a dedicated references component. This supports the core skill anatomy alongside scripts and assets, ensuring documentation is available during agent workflows.

When should I use progressive disclosure in AI skill creation?

Use progressive disclosure in AI skill creation to maintain conciseness and efficiency. This design principle reveals complex information only when needed, keeping the skill modular and preventing workflow overload.