skill-creator

Create, structure, and package AI skills using provided scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and tooling for creating, structuring, and packaging modular AI skills, ensuring they are efficient, well-documented, and easily distributable.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Design Principles: Learn best practices for conciseness, setting degrees of freedom, and progressive disclosure.
  • Development Workflow: Follow a step-by-step process from understanding the skill's purpose to packaging and iteration.
  • Tooling: Utilize provided scripts (init_skill.py, package_skill.py) for efficient skill creation and validation.
  • Use Case: A developer needs to create a new skill for interacting with a specific API. They would use this Skill to understand the required structure, best practices for writing the SKILL.md, and how to package the skill with necessary scripts and documentation.

Quick Start

Use the skill-creator to learn how to initialize a new skill named 'my-new-skill' in the 'skills/public' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the structure of an AI agent skill?

An AI agent skill structure includes a SKILL.md file for documentation, alongside scripts/, references/, and assets/ directories to ensure modular packaging and efficient execution.

How do I package AI skills for agentic systems?

You package AI skills by utilizing packaging scripts like package_skill.py, which validates the skill anatomy and bundles the SKILL.md with necessary scripts and references for distribution.

What are the design principles for creating modular agent development skills?

Design principles for creating modular skills emphasize conciseness, setting appropriate degrees of freedom, and applying progressive disclosure to manage complexity in agent development workflows.

How do I initialize a new skill for an agentic system?

You initialize a new skill by running the provided initialization script, init_skill.py, which scaffolds the required directory structure and boilerplate files in your target development folder.

Do I need any dependencies to build and package AI skills?

No external dependencies are required to build and package AI skills, as the necessary initialization and packaging scripts are provided directly within the skill's component structure.

What is the best way to document an AI skill's purpose and workflow?

The best way to document an AI skill is writing a comprehensive SKILL.md file that outlines the core task, design principles, and utilization of provided scripts for clear developer guidance.