skill-creator

Generate skill templates, manage resources, and package .skill files.

34|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill skill-creator-mangiapanejohn-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mangiapanejohn-dev/Resonix-AG/tree/main/skills/skill-creator
Command: npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill skill-creator-mangiapanejohn-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation, structuring, and packaging of AI skills, ensuring they are modular, efficient, and ready for deployment.

Core Features & Use Cases

  • Skill Initialization: Generates a standardized skill directory structure with a template SKILL.md.
  • Resource Management: Supports inclusion of scripts/, references/, and assets/ for enhanced skill functionality.
  • Packaging & Validation: Packages skills into distributable .skill files after performing essential validation checks.
  • Use Case: A developer needs to create a new skill for interacting with a specific API. They use this skill to quickly scaffold the skill's directory, add necessary Python scripts, and then package it for distribution.

Quick Start

Use the skill-creator to initialize a new skill named 'api-handler' 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 package AI skills into distributable files?

You package AI skills by initializing a standardized directory structure with a template SKILL.md, adding necessary bundled resources like scripts and references, running validation checks, and exporting the final .skill file for distribution.

What is the best way to structure a modular AI skill directory?

Structuring a modular AI skill directory involves generating a standardized template SKILL.md and organizing bundled components into dedicated directories for scripts, references, and assets to maintain modularity and efficiency.

How do I scaffold a new AI agent skill template?

You scaffold a new AI agent skill template by running a skill initialization process that automatically generates a standardized directory structure populated with a base SKILL.md file, ready for you to add custom logic and resources.

Does the skill packaging process include validation checks?

Yes, the skill packaging process includes essential validation checks that run before the skill is compiled into a distributable .skill file, ensuring the modular directory structure and bundled resources meet required formatting and organizational standards.

Can I include Python scripts and reference files in a packaged skill?

Yes, you can include Python scripts and reference files in a packaged skill by organizing them into their respective resource directories. The packaging framework manages and bundles these resources into the final distributable .skill file.