skill-creator

Guide developers through creating and packaging AI skills with SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Creation Process: Follow a step-by-step guide from understanding the skill to packaging and iteration.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this Skill to understand how to structure the SKILL.md, what kind of documentation to include in references/, and how to write executable scripts.

Quick Start

Use the skill-creator 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 for a specific agentic workflow?

Yes, the skill creation process involves bundling executable scripts and reference documents into a structured package, allowing your AI agent to interact with specific company APIs and execute specialized workflows.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a core principle that structures SKILL.md content and resource bundling to provide domain expertise incrementally, preventing agent overload while enabling iterative capability expansion.

What's the best way to structure documentation for an AI agent?

Yes, you can integrate external tools and APIs by writing executable scripts within the skill's scripts directory, enabling the AI agent to perform specialized workflows and interact with company APIs.

How do I package an AI skill for deployment?

Package an AI skill by organizing the SKILL.md, scripts, and references into a single bundle, ensuring all resource dependencies are included for the agent to execute the agentic workflow effectively.

What are the core principles of writing effective SKILL.md content?

Effective SKILL.md content requires conciseness, clear definitions of the agent's degrees of freedom, and structured domain expertise, ensuring the AI can process instructions without being overwhelmed.