skill-creator

Guide the creation and packaging of modular AI skills with structured processes.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ShaulLavo/ellie --skill skill-creator-shaullavo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ShaulLavo/ellie/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/ShaulLavo/ellie --skill skill-creator-shaullavo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, enabling users to extend AI capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers principles, anatomy, and a step-by-step process for building new skills.
  • Resource Management: Explains how to use scripts/, references/, and assets/ effectively.
  • Use Case: A developer wants to create a new skill to help an AI assistant manage cloud deployments. They would use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing supporting files.

Quick Start

Use the skill-creator to learn how to create a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI skill from scratch?

To create a new AI skill, follow a structured process covering requirements understanding, resource planning, initialization, editing, packaging, and iteration to build modular, self-contained packages.

What is progressive disclosure design in AI development?

Progressive disclosure design is a core principle for skill creation that structures AI capabilities and specialized knowledge incrementally, ensuring workflows and tool integrations are revealed contextually as needed.

How do I structure resource files when packaging AI skills?

Structure AI skill resources by organizing supporting files into dedicated directories: use 'scripts/' for tool integrations, 'references/' for specialized knowledge, and 'assets/' for static files.

What is the best way to write a SKILL.md file for an AI assistant?

The best way to write a SKILL.md file is to document skill anatomy and core principles clearly, enabling the AI assistant to parse workflows, specialized knowledge, and tool integrations effectively.

Can I build a skill to manage cloud deployments using workflow design?

Yes, you can build a skill for cloud deployments by applying the skill creation guidance to structure workflows, write the SKILL.md, and organize supporting files for specialized deployment knowledge.

Do I need any specific dependencies to start building modular AI packages?

No specific dependencies are required to start building modular AI packages; the skill creation process focuses on structuring self-contained resources and workflows without external platform constraints.