skill-creation

Create standards-compliant AI skill units using templates and validation.

7|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/joabgonzalez/ai-agents-skills --skill skill-creation-joabgonzalez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creation
Source: https://github.com/joabgonzalez/ai-agents-skills/tree/main/skills/skill-creation
Command: npx skills add https://github.com/joabgonzalez/ai-agents-skills --skill skill-creation-joabgonzalez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Standardization and rapid creation of AI skill units through templates, frontmatter rules, and validation.

Core Features & Use Cases

  • Templates and validation for quick, repeatable skill creation.
  • Delegation to conventions/a11y and other general skills to avoid duplication.
  • Clear decision trees, edge cases, and reference-ready organization for complex skills.

Quick Start

Create a new skill using the SKILL template, then complete the frontmatter and patterns following this guide.

Frequently Asked Questions about skill-creation

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

FAQPage Schema
How do I create standards-compliant AI skills with proper frontmatter validation?

To create standards-compliant AI skills, use provided templates and validation rules to structure frontmatter with versioned metadata, ensuring clear documentation for scalable skill libraries.

What is the best way to structure scalable AI skill units?

The best way to structure scalable AI skill units is to apply a standardized structure using SKILL.md, assets, and references, delegating core rules to conventions and a11y to avoid duplication.

Do I need to manually format frontmatter for versioned metadata in skill creation?

No, you do not need to manually format frontmatter. The skill creation template applies validation and frontmatter rules to ensure precise versioned metadata and clear documentation automatically.

Can I use templates to avoid duplicating conventions and a11y rules across skills?

Yes, you can use templates to avoid duplicating conventions and a11y rules. The framework delegates these core rules to general skills, maintaining standardization across your skill libraries.

How does template validation handle complex decision trees and edge cases?

Template validation handles complex decision trees and edge cases by providing reference-ready organization and clear decision structures, ensuring standards-compliant skill creation even for complex scenarios.

When should I not use automated templates for AI skill creation?

You should not use automated templates for AI skill creation when your project requires highly custom structural logic that falls outside standard SKILL.md conventions, assets, and frontmatter validation rules.