create-curated-skill

Validate curated Agent skill folders against Hybrid Agent Rail template requirements.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill create-curated-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-curated-skill
Source: https://github.com/Yemomo511/hybrid-agent-rail/tree/main/.codex/skills/create-curated-skill
Command: npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill create-curated-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the manual effort and inconsistency of creating curated Agent skill folders that fail to meet the strict Hybrid Agent Rail template requirements, which leads to validation errors and breaks compatibility with supported Agent platforms including Codex, Claude Code, and Cursor.

Core Features & Use Cases

  • Strict Template Enforcement: Automatically ensures curated skill folders follow the required structure, including mandatory frontmatter fields name and description, a required Source section with upstream URL, and an exact How to use content format.
  • Automated Validation: Runs comprehensive checks for missing metadata, residual template placeholders, structural errors, and frontmatter-body consistency to catch issues before deployment.
  • Use Case: When integrating a third-party upstream skill into the Hybrid Agent Rail ecosystem, use this Skill to generate a compliant curated folder in seconds, without manually formatting content or debugging validation failures.

Quick Start

Use the create-curated-skill skill to generate a compliant curated folder for the upstream flutter-add-widget-test skill and run validation to confirm it meets all template requirements.

Frequently Asked Questions about create-curated-skill

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

FAQPage Schema
How do I create a curated agent skill folder that passes validation?

To create a curated agent skill folder that passes validation, generate the folder using strict template enforcement to ensure required frontmatter, mandatory Source sections, and exact content formatting are met automatically.

Why does my manually created curated skill fail Hybrid Agent Rail validation?

Manually created curated skills fail Hybrid Agent Rail validation due to inconsistent formatting, missing required metadata, or residual template placeholders that break compatibility with platforms like Codex, Claude Code, and Cursor.

What metadata is required for a compliant curated skill package?

A compliant curated skill package requires mandatory frontmatter fields including name and description, a required Source section containing the upstream URL, and an exact How to use content format.

Does automated skill validation check for residual template placeholders?

Yes, automated skill validation runs comprehensive checks for residual template placeholders, missing metadata, structural errors, and frontmatter-body consistency to catch issues before deployment.

Can I integrate third-party upstream skills into the Hybrid Agent Rail ecosystem?

Yes, you can integrate third-party upstream skills into the Hybrid Agent Rail ecosystem by generating a compliant curated folder that enforces strict template requirements for folder structure and metadata.

What is the best way to format cross-agent curated skill packages?

The best way to format cross-agent curated skill packages is to use automated template enforcement, which structures mandatory frontmatter, Source sections, and How to use content to satisfy official contract validation automatically.