agentclash-skill-catalog

Validate AgentClash skill folders against taxonomy and YAML frontmatter requirements.

25|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/agentclash/agentclash --skill agentclash-skill-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentclash-skill-catalog
Source: https://github.com/agentclash/agentclash/tree/main/web/content/agent-skills
Command: npx skills add https://github.com/agentclash/agentclash --skill agentclash-skill-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures consistency across the AgentClash ecosystem by enforcing a strict taxonomy and publishing contract for all agent-skill folders, preventing fragmentation in documentation and discovery.

Core Features & Use Cases

  • Taxonomy Enforcement: Validates folder structures for top-level, build, and challenge-pack skills.
  • Metadata Standardization: Ensures all skills contain the required frontmatter and body sections for reliable parsing.
  • Use Case: Use this skill when you are adding a new capability to the catalog or updating existing skill documentation to ensure it remains compatible with coding-agent workflows like Claude Code or Cursor.

Quick Start

Use the agentclash-skill-catalog skill to validate the folder structure and frontmatter of your new skill before submitting a pull request.

Frequently Asked Questions about agentclash-skill-catalog

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

FAQPage Schema
How do I standardize folder taxonomy and metadata for agent skills?

To standardize folder taxonomy and metadata for agent skills, enforce a strict folder structure and YAML frontmatter contract to ensure consistent documentation parsing and LLM context surfacing. This validates top-level, build, and challenge-pack skill directories.

What is a publishing contract for coding-agent skill documentation?

A publishing contract for coding-agent skill documentation is a mandatory set of YAML frontmatter fields and body sections that supports automated documentation generation and reliable LLM context surfacing across skill catalogs.

How do I validate an agent skill folder before submitting a pull request?

To validate an agent skill folder before a pull request, check its placement in the web/content/agent-skills directory and verify it contains all required YAML frontmatter fields and mandatory body sections for taxonomy compliance.

Does skill metadata standardization work with Claude Code or Cursor workflows?

Yes, skill metadata standardization works with Claude Code or Cursor workflows by ensuring all skill folders contain the required frontmatter and body sections, making them compatible with coding-agent discovery and execution processes.

Why does my agent skill fail automated documentation generation?

Agent skill automated documentation generation fails when the skill folder lacks adherence to the specific YAML frontmatter fields and mandatory body sections required by the publishing contract to parse content reliably.