skill-creator

Create standardized AI agent skills with SKILL.md frontmatter and directory structure.

19|2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/CamiloAndresGTRUniandes/lucy-ai --skill skill-creator-camiloandresgtruniandes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/CamiloAndresGTRUniandes/lucy-ai/tree/main/skills/skill-creator
Command: npx skills add https://github.com/CamiloAndresGTRUniandes/lucy-ai --skill skill-creator-camiloandresgtruniandes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you consistently create new AI agent skills by turning repeated instruction patterns and project conventions into standardized, discoverable skill units.

Core Features & Use Cases

  • Skill creation guidance: Defines when to create a skill and when to use a reference instead, preventing duplicate or unnecessary skills.
  • Standardized structure: Provides a reliable SKILL.md frontmatter template and the recommended directory layout for skills.
  • Decision support: Helps you choose whether supporting materials belong in assets/ (templates, schemas, examples) or references/ (local documentation), and whether the skill should be generic or namespace-prefixed for a specific domain.

Quick Start

Ask the AI to create a new skill named skill-creator that documents a reusable workflow, includes critical patterns and copy-paste commands, and registers it in the appropriate AGENTS.md entry.

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 reusable AI agent skill from existing project conventions?

To create an AI agent skill, you generate a SKILL.md file with YAML frontmatter containing the name and description, add operational guidance in the Markdown body, and enforce local-path references to prevent invalid documentation linking.

What is the correct directory structure for authoring agent skills?

The correct directory structure for agent skills separates supporting materials into assets/ for templates and schemas, and references/ for local documentation, ensuring standardized and discoverable skill units.

When should I create a new skill versus using a reference document?

You should create a new skill when you need to turn repeated instruction patterns into standardized operational guidance, whereas references are for local documentation that supports the skill without duplicating existing workflows.

How do I format the YAML frontmatter for a new SKILL.md file?

The YAML frontmatter for a SKILL.md file must include the name and description fields to establish identity and discoverability, followed by operational guidance written directly in the Markdown body.

Should my agent skill use a generic name or a namespace-prefixed name?

Your agent skill should use a generic name for broad reuse, but a namespace-prefixed name is recommended when defining skills for a specific domain to prevent naming collisions and improve discoverability.