skill-creator

Guide users through creating and structuring AI skills with bundled resources.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/frizzle-chan/mudd --skill skill-creator-frizzle-chan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/frizzle-chan/mudd/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/frizzle-chan/mudd --skill skill-creator-frizzle-chan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for developing effective and efficient AI skills, ensuring they are concise, well-structured, and leverage bundled resources optimally.

Core Features & Use Cases

  • Skill Development Guidance: Offers principles, anatomy, and a step-by-step process for creating new skills.
  • Resource Management: Explains how to use scripts/, references/, and assets/ effectively.
  • Progressive Disclosure: Details strategies for managing context window usage.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They would use this Skill to understand how to structure the SKILL.md, organize API documentation in references/, and potentially include helper scripts.

Quick Start

Use the skill-creator to learn how to build 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 an AI skill to manage context window usage?

Build AI skills using modular components like scripts and references to manage context window usage efficiently. Progressive disclosure defers loading detailed information, keeping core instructions concise while relying on bundled resources for deeper context.

What is the best way to organize bundled resources when developing an AI skill?

Organize bundled resources by placing executable code in scripts, background documentation in references, and static files in assets. Modular separation ensures the AI agent retrieves precise context without overflowing the context window.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a design pattern that minimizes initial context window consumption. It provides high-level instructions first, then dynamically loads detailed references or scripts only when the task requires deeper specificity.

How do I create a new AI skill to interact with an internal API?

Create a new AI skill by defining core instructions in the skill file, organizing API documentation in the references directory, and adding helper scripts. This structure ensures efficient resource management and targeted context delivery for the agent.

Why should I use modularity and conciseness when building AI skills?

Modularity and conciseness prevent context window exhaustion and improve agent execution accuracy. Keeping main instructions brief and offloading detailed logic to scripts and references ensures the skill operates efficiently across different tasks.