different-name

Validate skill naming conventions against directory names.

5|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/William2333ZZ/ParameciumU --skill different-name-william2333zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: different-name
Source: https://github.com/William2333ZZ/ParameciumU/tree/main/packages/skills/test/fixtures/skills/name-mismatch
Command: npx skills add https://github.com/William2333ZZ/ParameciumU --skill different-name-william2333zz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill highlights a configuration issue where the skill's defined name does not match its directory name, which can lead to discovery problems.

Core Features & Use Cases

  • Configuration Validation: Helps identify and correct naming inconsistencies in skill definitions.
  • Discovery Improvement: Ensures skills are correctly indexed and retrievable by their intended names.
  • Use Case: When developing or integrating new skills, running a validation check with this skill can proactively catch naming errors before they impact the system's ability to find and load skills.

Quick Start

Run the skill named 'different-name' to validate skill naming conventions.

Frequently Asked Questions about different-name

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

FAQPage Schema
Why does my skill discovery fail when the defined name does not match the directory name?

Skill discovery fails because the system cannot correctly index and retrieve skills when the defined name mismatches the directory name. Validating naming conventions proactively catches these configuration errors before they impact system loading.

How do I validate skill naming conventions during development?

To validate skill naming conventions, run a validation check to identify mismatches between the skill's defined name and its directory name. This configuration validation ensures skills are correctly indexed and retrievable by their intended names.

What is a skill name mismatch in configuration management?

A skill name mismatch is a configuration issue where a skill's defined name does not match its directory name. This inconsistency leads to discovery problems and prevents the system from properly indexing and loading the skill.

Can I use naming convention validation to improve skill retrieval?

Yes, naming convention validation improves skill retrieval by ensuring skills are correctly indexed. By checking for name and directory mismatches, it enforces standardized naming practices for better organization and retrieval.

What are the limitations of relying on directory names for skill management?

Relying on directory names for skill management limits discovery if the defined name mismatches the directory. Without validation checks, naming inconsistencies go unnoticed, preventing the system from finding and loading skills correctly.