skill-creator

Create and package AI skills with SKILL.md and bundled resources.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sandrusidoltst-a11y/fit_pal --skill skill-creator-sandrusidoltst-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sandrusidoltst-a11y/fit_pal/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/sandrusidoltst-a11y/fit_pal --skill skill-creator-sandrusidoltst-a11y

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, enabling the extension of AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Creation Guidance: Offers best practices for designing effective skills, including content organization, progressive disclosure, and core principles.
  • Tooling: Provides scripts for initializing (init_skill.py) and packaging (package_skill.py) skills, along with validation utilities (quick_validate.py).
  • 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 structure, best practices, and tooling required to build and package their new API skill.

Quick Start

Use the skill-creator to initialize a new skill named 'my-new-api-skill' in the 'skills/private' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package AI skills for an AI agent?

To create and package AI skills, use initialization scripts to define the skill structure, write the SKILL.md file, and bundle resources like scripts, references, and assets before running the packaging utility.

What is the best way to structure modular AI skills for workflow development?

The best way to structure modular AI skills involves organizing content logically, applying progressive disclosure, and following core principles for designing effective skills to ensure the AI agent can process the workflows efficiently.

Can I use skill-creator to build a tool for an internal API?

You can use the skill-creator to build a tool for an internal API by leveraging its initialization and packaging scripts to encapsulate the specific API knowledge and workflows into a new modular skill.

How do I validate an AI skill before packaging?

To validate an AI skill before packaging, run the bundled validation utilities like quick_validate.py to check the skill structure and ensure the SKILL.md and bundled resources meet the required development standards.

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

You do not need any external dependencies to build and package AI skills, as the skill-creator operates independently with its own bundled scripts, references, and assets to guide the entire development workflow.

When should I not use automated scripts for skill development?

You should not use automated scripts for skill development if your AI agent requires highly customized content organization or progressive disclosure logic that exceeds the standard structure and validation rules provided by the bundled tooling.