wrong-name

Validate SKILL.md frontmatter names against directory names in skill registries.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill wrong-name-jbovet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrong-name
Source: https://github.com/jbovet/oxidized-agentic-audit/tree/main/tests/fixtures/name-mismatch-skill
Command: npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill wrong-name-jbovet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain consistency in the skill registry by flagging cases where the frontmatter name in SKILL.md does not match the parent directory name.

Core Features & Use Cases

  • Frontmatter-name vs directory-name validation to enforce naming conventions.
  • Automated discovery-time integrity checks to prevent ambiguous or misnamed skills.
  • Use Case: during registry CI, detect and report mismatches to trigger a review.

Quick Start

Run the mismatch validator on a skill directory to verify that SKILL.md name matches the directory name.

Frequently Asked Questions about wrong-name

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

FAQPage Schema
How do I validate that a SKILL.md frontmatter name matches its directory?

To validate a SKILL.md frontmatter name against its directory, run a mismatch validator across the skill registry to flag any naming inconsistencies during automated discovery checks.

Why does my skill registry discovery fail due to frontmatter mismatches?

Skill registry discovery fails when the frontmatter name in SKILL.md does not match the parent directory name, causing ambiguity. A directory-name validation check catches these mismatches to enforce naming conventions.

What is the best way to automate SKILL.md name and directory consistency checks in CI?

The best way to automate SKILL.md name and directory consistency checks in CI is running a registry-wide validator that enforces the frontmatter name field exists and equals the directory name to trigger reviews.

Can I check the entire skill registry for frontmatter naming mismatches at once?

Yes, you can apply the frontmatter validation check across the entire skill registry at once to detect and report all directories where the SKILL.md name does not match the directory name.

Does the frontmatter name validator require any dependencies or external components?

No dependencies or external components are required. The validator operates directly on the skill directory structure to verify that the frontmatter name field exists and matches the directory name.