skill-creator

Create reusable AI skill packages with validated YAML frontmatter and hyphen-case naming.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/melitechsolutions/nexus360 --skill skill-creator-melitechsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/melitechsolutions/nexus360/tree/main/skills/skill-creator
Command: npx skills add https://github.com/melitechsolutions/nexus360 --skill skill-creator-melitechsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you design, structure, validate, and deliver reusable AI skills without reinventing the process each time. It reduces the guesswork involved in deciding what belongs in SKILL.md, when to create scripts or references, and how to package a skill so another AI agent can use it effectively.

Core Features & Use Cases

  • Skill authoring workflow: Guides you through discovery, planning, initialization, editing, validation, delivery, and iteration.
  • Reusable skill packaging: Helps you decide when to create scripts, references, and templates so skills stay concise and operational.
  • Built-in tooling: Includes a skill initializer and validator to generate compliant folders and check frontmatter and naming rules.
  • Use case: When you want to create a new internal skill for tasks like document automation, API workflows, or domain-specific research, this Skill shows how to structure it for reliable reuse by future AI agents.

Quick Start

Ask the skill-creator skill to help you plan and generate a new skill for a specific task, then follow its initialization and validation workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI skills with compliant metadata and directory scaffolding?

To create reusable AI skills, use a guided workflow for discovery, initialization, and validation that generates compliant YAML frontmatter, hyphen-case naming, and proper directory scaffolding. This ensures your skill package is structured correctly for reliable reuse by future AI agents.

What is progressive disclosure in skill authoring and when should I use it?

Progressive disclosure in skill authoring is a structural pattern that keeps SKILL.md concise by moving complex logic into bundled scripts and references. Use it when designing specialized workflows or domain knowledge integrations to maintain operational efficiency without overwhelming the main instruction file.

How do I validate YAML frontmatter and naming rules for AI agent tooling?

You validate YAML frontmatter and naming rules by running a built-in validator tool that checks your skill package for compliance. This validation process ensures hyphen-case naming conventions and required metadata fields are correctly formatted before delivery.

Does skill creation require external dependencies beyond YAML for packaging agent tooling?

Skill creation requires the YAML dependency for frontmatter validation and metadata compliance. The workflow handles directory scaffolding, script generation, and reference organization natively, ensuring AI agent tooling packages remain self-contained without needing additional external libraries.

What's the best way to structure a new skill for document automation or API workflows?

The best way to structure a new skill is to follow a guided workflow that separates core instructions in SKILL.md from operational scripts and reference templates. This packaging approach ensures specialized workflows like document automation remain concise and reliable for future AI agents.

When should I not bundle scripts and references into my skill package?

You should avoid bundling scripts and references when a skill's core logic can be fully expressed concisely within SKILL.md itself. Over-bundling unnecessary components violates progressive disclosure patterns and complicates validation, reducing the skill's reliability for AI agent reuse.