skill-creator

Create and structure AI skills with SKILL.md, scripts, references, and assets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mzt-76/AI-nutrition --skill skill-creator-mzt-76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mzt-76/AI-nutrition/tree/main/skills/skill-creator
Command: npx skills add https://github.com/mzt-76/AI-nutrition --skill skill-creator-mzt-76

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and framework for creating new AI skills, enabling users to extend the capabilities of AI agents with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers step-by-step instructions and best practices for developing new skills.
  • Resource Management: Explains how to effectively use SKILL.md, scripts/, references/, and assets/ for modular skill design.
  • Progressive Disclosure: Teaches how to manage context efficiently by loading information only when needed.
  • Use Case: A developer wants to create a new skill to interact with a specific internal API. They would use this skill to understand the structure, best practices, and how to package their new skill effectively.

Quick Start

Use the skill-creator to understand how to create 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 agent skill for a custom workflow?

To create an AI agent skill, follow a step-by-step process using a SKILL.md file, scripts, and references. This framework structures specialized knowledge and tool integrations for progressive disclosure.

What is progressive disclosure in AI agent development?

Progressive disclosure in AI agent development is a design principle that manages context efficiently. It loads specialized workflow information only when needed, preventing context overload during skill execution.

How should I structure documentation and scripts for a new AI skill?

Structure documentation and scripts for a new AI skill using modular directories. Place instructions in SKILL.md, logic in scripts, and supporting data in references and assets for optimal agent extensibility.

Can I use this guide to build tool integrations for internal APIs?

Yes, you can use this guide to build tool integrations for internal APIs. It provides best practices for packaging your new skill and structuring interactions with specific API endpoints effectively.

What is the best way to design an extensible AI skill?

The best way to design an extensible AI skill is applying core design principles with modular assets. Separating workflows into SKILL.md, scripts, and references ensures the agent can process instructions without friction.

When should I not use a modular directory structure for skill creation?

You should avoid a modular directory structure for skill creation if your task requires minimal logic or documentation. Simple tasks may not need separate scripts or references directories, though SKILL.md remains essential.