create-skill

Guide developers through structuring AI skills with SKILL.md and bundled resources.

1.1k|123|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/zylos-ai/zylos-core --skill create-skill-zylos-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/zylos-ai/zylos-core/tree/main/skills/create-skill
Command: npx skills add https://github.com/zylos-ai/zylos-core --skill create-skill-zylos-ai

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, ensuring that new or updated skills are well-structured, efficient, and easy for AI agents to use.

Core Features & Use Cases

  • Skill Structure Guidance: Explains the anatomy of a skill, including SKILL.md and bundled resources (scripts, references, assets).
  • Best Practices: Details principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Skill Creation Process: Outlines a step-by-step process from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They would use this skill to understand the required structure, best practices for documentation, and how to organize supporting files.

Quick Start

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

Frequently Asked Questions about create-skill

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

FAQPage Schema
What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a best practice that structures documentation hierarchically, providing essential information first while bundling detailed references to optimize agent context usage. This ensures modular and efficient capabilities.

How do I structure an AI skill to interact with a specific API?

To structure an AI skill for API interaction, you create a SKILL.md file alongside bundled resources like scripts and references. Following a step-by-step creation process ensures the skill is modular, discoverable, and easy for AI agents to use.

What are the best practices for writing AI skill documentation?

Best practices for writing AI skill documentation include maintaining conciseness, applying progressive disclosure, and defining appropriate degrees of freedom. This structure ensures new AI capabilities are well-organized and efficient for agent processing.

Do I need bundled scripts and references to create an effective AI skill?

You need bundled scripts and references to create effective AI skills when supporting files are required for the task. Organizing these assets alongside SKILL.md ensures the AI agent has direct access to necessary modular components.

What is the step-by-step process for developing AI skills?

The step-by-step process for developing AI skills moves from understanding the skill's core task to structuring content, applying best practices, and iterating. This ensures new capabilities are well-structured and easy for AI agents to use.

When should I not use a modular structure for AI skills?

You should not use a modular structure for AI skills if it obscures the core task or overcomplicates the documentation. Maintaining conciseness and appropriate degrees of freedom prevents inefficient agent context usage during execution.