skill-creator

Guide users through creating, structuring, and packaging AI skills with SKILL.md and utility scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a comprehensive guide and tooling for creating, structuring, and packaging new AI skills, ensuring they are discoverable, maintainable, and effective.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill unit (SKILL.md, scripts/, references/, assets/).
  • Creation Process: Details a step-by-step guide from understanding requirements to packaging.
  • Tooling: Introduces scripts for initializing (init_skill.py) and packaging (package_skill.py) skills.
  • Use Case: A new developer joins the team and needs to create a skill to interact with a new internal API. They use this skill to understand the best practices, required file structure, and how to package their work for distribution.

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
What is the required file structure for building an AI skill?

The required file structure for building an AI skill includes a SKILL.md file alongside bundled resources like scripts, references, and assets directories to ensure modular and discoverable capabilities.

How do I create and package an AI skill for distribution?

You create and package an AI skill by following a step-by-step process from understanding requirements to structuring files, utilizing utility scripts like init_skill.py and package_skill.py for initialization and distribution.

What should be included in SKILL.md documentation for AI agents?

SKILL.md documentation for AI agents should include the skill anatomy, best practices, and core processing logic to make the AI capability maintainable, effective, and easily discoverable by other systems.

Do I need any external dependencies to use skill development tooling?

You do not need external dependencies to use this skill development tooling, as the environment requires no prior packages and provides utility scripts directly for initializing and packaging your AI agent capabilities.

Can I use these utility scripts to package internal API interactions for a new developer?

Yes, you can use these utility scripts to package internal API interactions, helping new developers understand best practices, required file structures, and how to bundle their work for effective team distribution.