skill-creator

Design and document modular AI agent skills using SKILL.md format.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/nexIA --skill skill-creator-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Gabrielloopes33/nexIA/tree/main/.copilot/skills/skill-creator
Command: npx skills add https://github.com/Gabrielloopes33/nexIA --skill skill-creator-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear, repeatable blueprint for building modular AI agent skills, helping teams quickly define scope, structure, and artifacts for skill units that extend agent capabilities.

Core Features & Use Cases

  • Structured SKILL.md with required frontmatter and body for activation
  • Bundled resources guidance (scripts, references, assets) to support real-world skills
  • Clear validation and progressive disclosure to keep SKILL.md lean and actionable

Quick Start

Create a new skill named skill-creator with a valid SKILL.md frontmatter (name and description) and a concise body following the frontmatter.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is a SKILL.md file and how does it define modular agent workflows?

A SKILL.md file defines modular agent workflows by providing a frontmatter with name and description, followed by a body that structures the skill's scope and artifacts. This format keeps agent skills lean and actionable through progressive disclosure.

How do I create a new AI agent skill using the SKILL.md format?

To create an AI agent skill, you start by writing a SKILL.md file with required frontmatter containing a name and description. You then add a concise body for activation and organize bundled resources like scripts, references, and assets in their respective directories.

When do I need to organize bundled resources like scripts and references for agent skills?

You organize bundled resources like scripts, references, and assets when building real-world agent skills that require supporting files. These resources are structured under specific directories to maintain modular architecture and keep the SKILL.md file lean.

Does skill-creator require any specific dependencies to build agent skills?

No specific dependencies are required to build agent skills. The skill-creator provides a blueprint for structuring SKILL.md files and bundled resources, requiring only valid frontmatter with a name and description to define the skill unit.

What's the best way to validate a SKILL.md frontmatter for agent skill creation?

The best way to validate SKILL.md frontmatter is to ensure it contains the required name and description fields. This validation keeps the skill activated and enables progressive disclosure of bundled resources without cluttering the core definition.

How do I update an existing agent skill that uses the SKILL.md format?

To update an existing agent skill, you modify its SKILL.md file while maintaining the required frontmatter. You can also adjust bundled resources organized under scripts, references, and assets to reflect changes in the skill's scope and artifacts.