correct-name

Aligns the frontmatter name of a skill with its canonical identity during registry activation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bradleydwyer/equip --skill correct-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: correct-name
Source: https://github.com/bradleydwyer/equip/tree/main/tests/fixtures/misnamed-dir
Command: npx skills add https://github.com/bradleydwyer/equip --skill correct-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frontmatter name conflicts with directory naming; this Skill ensures the declared frontmatter name is used for discovery and display regardless of folder labels.

Core Features & Use Cases

  • Ensures the canonical skill name is sourced from frontmatter during registry and activation.
  • Prevents confusion when a directory is renamed or moved without updating metadata.

Quick Start

Register and reference the skill by its frontmatter name to ensure consistent discovery despite folder name changes.

Frequently Asked Questions about correct-name

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

FAQPage Schema
How do I ensure frontmatter metadata overrides directory name during registry discovery?

Frontmatter metadata overrides directory name during registry discovery by validating the presence of the declared name and using it for canonical lookup and display regardless of folder structure.

Why does my skill display the folder name instead of the frontmatter name after activation?

Your skill displays the folder name instead of the frontmatter name because directory naming conflicts with metadata, requiring frontmatter validation to ensure the declared name wins for consistent discovery.

What is the best way to prevent naming conflicts when renaming a skill directory?

The best way to prevent naming conflicts when renaming a skill directory is to reference the skill by its validated frontmatter name, ensuring consistent discovery despite folder label changes.

Can I use frontmatter naming to correct display issues after moving a skill folder?

Yes, frontmatter naming corrects display issues after moving a skill folder by applying canonical name alignment during registry activation, ensuring the declared metadata name is used for lookup.

Does frontmatter validation require updating directory structure to match the canonical name?

No, frontmatter validation does not require updating directory structure to match the canonical name, as the skill sources its display and lookup name directly from metadata regardless of folder labels.