skill-creator

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and a structured process for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-documented.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill unit (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to build a new skill to interact with a specific company API. They use this Skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary scripts and reference documents.

Quick Start

Follow the step-by-step guide in this skill 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 create an AI skill from scratch?

To create an AI skill, follow a structured process covering skill anatomy, core principles, and iteration. This involves writing a concise SKILL.md, organizing scripts and references, and applying progressive disclosure to manage information effectively.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a best practice that structures information so the agent receives only what it needs immediately. This keeps documentation concise and prevents overwhelming the AI with excessive background data.

How should I structure documentation for a custom AI agent capability?

Structure custom AI agent documentation by creating a SKILL.md file alongside dedicated directories for scripts, references, and assets. This separation ensures the core logic is concise while supporting details remain accessible.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file include keeping the content concise, setting appropriate degrees of freedom for the agent, and using progressive disclosure to reveal complex workflows only when needed.

Can I use this guide to build an AI skill that interacts with a specific company API?

Yes, you can use this guide to build an AI skill for a specific company API. It provides best practices for structuring the skill, writing the SKILL.md, and organizing the necessary scripts and reference documents for tool integrations.

Why do I need to set degrees of freedom when creating an AI agent skill?

Setting degrees of freedom when creating an AI agent skill defines the boundaries of the agent's autonomy. This practice ensures the AI operates within safe and expected parameters while executing specialized workflows.