skill-creator

Guide creation, structuring, and packaging of AI skills for agentic systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, structuring, and packaging effective AI skills, ensuring they are modular, efficient, and discoverable.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Learn core principles like conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide for understanding, planning, initializing, editing, packaging, and iterating on skills.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployment configurations. They use this Skill to understand the best practices for structuring the skill's documentation, scripts, and reference files.

Quick Start

Use the skill-creator to learn how to initialize a new skill directory.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure and package an AI skill for agentic systems?

To structure and package an AI skill, you organize it into a modular directory containing SKILL.md, scripts, references, and assets. This ensures efficient context management and discoverability for agentic systems.

What are the core design principles for creating effective AI skills?

Core design principles for creating AI skills include maintaining conciseness, applying progressive disclosure, and setting appropriate degrees of freedom. These ensure the skill remains modular and efficient.

What is the step-by-step development workflow for building an AI agent skill?

The AI skill development workflow involves understanding, planning, initializing, editing, packaging, and iterating. This process guides you from initial concept to a fully packaged and refined skill.

How do I initialize a new skill directory for an AI agent?

You initialize a new AI skill directory by following the skill-creator's quick start guide, which sets up the foundational structure for your documentation, scripts, and reference files.

When should I use progressive disclosure in AI skill development?

Use progressive disclosure during AI skill development to manage context efficiently. It prevents overwhelming the agent by revealing information only as needed across your bundled resources.

Do I need to bundle scripts and references when packaging AI skills?

Yes, you need to bundle scripts and references when packaging AI skills. Organizing these resources ensures efficient context management and proper execution within the agentic system.