skill-creator

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

14|3|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/emanuelcasco/.ai --skill skill-creator-emanuelcasco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/emanuelcasco/.ai/tree/main/skills/skill-creator
Command: npx skills add https://github.com/emanuelcasco/.ai --skill skill-creator-emanuelcasco

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating new AI skills, ensuring they are efficient, well-structured, and easy for AI agents to use.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Learn about concise context, progressive disclosure, and setting appropriate degrees of freedom.
  • Skill Creation Process: Follow a step-by-step guide from understanding the skill to iteration.
  • Bundled Resources: Guidance on when and how to use scripts, references, and assets.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They would use this skill to understand the required structure, best practices for writing the SKILL.md, and how to organize deployment scripts and configuration files.

Quick Start

Use the skill-creator skill 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 structure an AI skill for effective agent use?

To structure an AI skill, organize your project with a SKILL.md file and bundled resource directories like scripts/, references/, and assets/ to ensure efficient agent consumption.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file include maintaining concise context, applying progressive disclosure, and setting appropriate degrees of freedom for the AI agent.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a core principle that involves structuring context and bundled resources so the agent receives only necessary information as needed.

How do I package scripts and configuration files when creating a new skill?

When creating a skill, package scripts and configuration files by organizing them into dedicated bundled resources like scripts/ and assets/ directories for clear separation.

What is the step-by-step process for AI skill development?

The AI skill development process follows steps from understanding requirements to structuring content, packaging bundled resources, and iterating based on agent performance.

When should I bundle references instead of scripts in an AI skill?

Bundle references to provide static contextual documentation for the agent, whereas scripts should be bundled when the skill requires executing automated tooling actions.