skill-creator

Guide creation and updating of AI skills with documentation and packaging practices.

4|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/rm2thaddeus/Aitor_Skills --skill skill-creator-rm2thaddeus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rm2thaddeus/Aitor_Skills/tree/main/skill-creator
Command: npx skills add https://github.com/rm2thaddeus/Aitor_Skills --skill skill-creator-rm2thaddeus

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 Creation Process: Guides users through understanding, planning, initializing, editing, packaging, and iterating on skills.
  • Best Practices: Details core principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Resource Management: Explains the purpose and usage of SKILL.md, scripts/, references/, and assets/.
  • Use Case: A new developer joins a team and needs to create a skill to interact with a specific internal API. They use this Skill to understand the required structure, best practices for documentation, and how to package their work for integration.

Quick Start

Use the skill-creator to learn 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 a new AI skill from scratch?

Creating an AI skill involves planning its anatomy, initializing the directory structure, writing documentation, and packaging resources. Following these steps ensures your skill is structured, well-documented, and ready for integration.

What is progressive disclosure in AI skill documentation?

Progressive disclosure in AI documentation structures information hierarchically, providing essential details upfront while deferring complex context. This best practice keeps the skill concise and efficient without overwhelming the context window.

What files and directories do I need to build an effective skill?

Building an effective skill requires a SKILL.md file for main documentation, alongside scripts, references, and assets directories. This structure manages resources efficiently by separating code from contextual data.

What's the best way to package an AI skill for integration?

The best way to package an AI skill is to follow structured packaging procedures that consolidate your SKILL.md, scripts, references, and assets. Proper packaging creates a deployable format for seamless integration.

How many degrees of freedom should I give an AI skill?

An AI skill should have appropriate degrees of freedom, constrained enough to perform its core task reliably without hallucinating. Defining clear boundaries during planning prevents the skill from taking unintended actions.