different-name

Validate that a skill's directory name matches its SKILL.md name.

618|48|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AVIDS2/memorix --skill different-name-avids2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: different-name
Source: https://github.com/AVIDS2/memorix/tree/main/packages/memcode/test/fixtures/skills/name-mismatch
Command: npx skills add https://github.com/AVIDS2/memorix --skill different-name-avids2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users ensure that the skill's name matches its directory name for proper discovery and activation.

Core Features & Use Cases

  • Directory Name Validation: Checks if the skill's directory name matches the name specified in the SKILL.md file.
  • Consistency Assurance: Ensures that the skill can be correctly identified and activated by the system.
  • Use Case: When setting up a skill, this tool can be used to verify that the skill's directory name is consistent with the intended name specified in the SKILL.md file.

Quick Start

Run the skill to verify that the skill's directory name matches the name in the SKILL.md file.

Frequently Asked Questions about different-name

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

FAQPage Schema
How do I validate a skill's directory name matches the name in SKILL.md?

Directory name validation checks if the skill's folder name matches the name declared in its SKILL.md file. This consistency ensures the skill can be correctly identified and activated by the system.

Why does my skill fail to activate during system integration?

Skill activation fails when the directory name does not match the name specified in the SKILL.md file. Running a consistency check verifies the naming alignment required for proper system discovery.

What happens when a directory naming consistency check fails?

A failed consistency check indicates a mismatch between the directory name and the SKILL.md declaration. You must manually rename the directory or update the SKILL.md file to resolve the discovery issue.

Do I need external dependencies to check skill directory naming?

No external dependencies are required to perform a directory naming consistency check. The validation operates entirely within the skill's local context to verify the SKILL.md metadata.

When do I need to run a directory name validation for my skills?

Directory name validation is needed when setting up a new skill or troubleshooting discovery issues. It verifies that the intended name in the SKILL.md file matches the actual folder structure for activation.