skill-creator

Create, structure, and package AI skills with SKILL.md templates.

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

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 Lifecycle Management: Guides users through understanding, planning, initializing, editing, and packaging skills.
  • Best Practices: Offers advice on skill anatomy, naming conventions, and progressive disclosure design.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this skill to understand the required structure, generate a template, and learn how to document the API endpoints within the skill's references.

Quick Start

Use the skill-creator to initialize a new skill named 'api-connector' in the 'skills/tools' 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 workflow automation?

Creating and packaging AI skills involves structuring SKILL.md files, bundling resources like scripts, and using initialization tooling to generate templates. This ensures your specialized workflow automation skills are discoverable and maintainable.

What is the required anatomy of an AI skill?

The anatomy of an AI skill includes a core SKILL.md file for documentation, bundled resources such as scripts and references, and assets for progressive disclosure. Following these structural best practices ensures effective AI development and integration.

How do I initialize a new skill template for a specific API integration?

You initialize a new skill template for API integration by running the skill-creator scripts to generate the required directory structure, SKILL.md file, and reference folders needed to document and interact with specific API endpoints.

Can I use skill-creator to document company API endpoints within references?

Yes, you can document company API endpoints within a skill's references. The skill-creator guides you through structuring bundled resources to ensure your API documentation is properly formatted and accessible for AI workflow automation.

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

No dependencies are required to build and package AI skills. The skill-creator operates independently using bundled scripts to manage the lifecycle from initialization to final packaging without external tooling requirements.

What are the limitations when structuring documentation for AI development?

A limitation in structuring documentation for AI development is ensuring progressive disclosure without overwhelming the context. You must balance detailed API references in bundled assets against the core SKILL.md file to maintain effective AI workflow automation.