skill-creator

Guide creation and structuring of AI skills with SKILL.md and bundled resources.

6|47|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Neko-Protocol/Neko-DApp --skill skill-creator-neko-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Neko-Protocol/Neko-DApp/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Neko-Protocol/Neko-DApp --skill skill-creator-neko-protocol

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 (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.
  • Resource Management: Guides on when and how to use scripts, references, and assets.
  • Use Case: A developer needs to create a new skill to help an AI agent interact with a specific internal API. They would use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary API documentation in the references/ directory.

Quick Start

Use the skill-creator skill 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 create an AI skill from scratch?

To create an AI skill, follow a structured process from understanding its purpose to iterating on the design. You need to define the skill's anatomy, write the SKILL.md, and organize bundled resources like scripts and references.

What is progressive disclosure in AI skill creation?

Progressive disclosure is a core principle for AI skill creation that ensures skills remain concise and efficient. It involves setting degrees of freedom and structuring documentation so agents receive information contextually rather than all at once.

How should I structure documentation for an AI agent workflow?

Structure AI agent documentation using a specific anatomy: a main SKILL.md file accompanied by organized directories for scripts, references, and assets. This structure ensures the agent can efficiently process workflow designs and capabilities.

When do I need to bundle scripts and references into my AI skill?

You need to bundle scripts and references when your AI skill requires external documentation or automated actions to interact with specific APIs. Proper resource management organizes these assets to expand agent capabilities without cluttering the main instructions.

What is the best way to update existing AI skills?

The best way to update existing AI skills is to iterate on their design by re-evaluating core principles like conciseness and progressive disclosure. This ensures the workflow design remains effective and well-documented for agent capabilities.

Can I use this approach to build skills for internal API interactions?

Yes, you can use this skill creation process to build capabilities for internal API interactions. It guides you in structuring the skill, writing instructions, and organizing necessary API documentation within the references directory.