different-name

Flag skills whose SKILL.md name field mismatches the directory name.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/XiongJingzhi/agent-learn --skill different-name-xiongjingzhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: different-name
Source: https://github.com/XiongJingzhi/agent-learn/tree/main/app/pi-mono/packages/coding-agent/test/fixtures/skills/name-mismatch
Command: npx skills add https://github.com/XiongJingzhi/agent-learn --skill different-name-xiongjingzhi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill demonstrates a scenario where the skill's defined name does not align with its directory name, highlighting potential configuration issues.

Core Features & Use Cases

  • Demonstration: Illustrates how a skill's metadata (name in SKILL.md) can differ from its file system location.
  • Testing: Useful for testing systems that rely on consistent naming conventions between skill definitions and their directories.

Quick Start

This skill is for demonstration purposes and does not have a direct user-facing quick start command.

Frequently Asked Questions about different-name

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

FAQPage Schema
How do I validate skill metadata naming conventions for directory mismatches?

To validate skill metadata naming conventions, you identify and flag skills where the `name` field in `SKILL.md` does not match the directory name. This ensures organizational consistency and prevents discovery issues in agentic systems.

What happens when a skill name does not match its directory name?

When a skill name does not match its directory name, it creates a directory mismatch that highlights potential configuration issues. This inconsistency can cause discovery issues within agentic systems that rely on accurate file structure alignment.

Why does my skill configuration fail discovery in agentic systems?

Skill configuration fails discovery in agentic systems when the `name` field in `SKILL.md` differs from its file system location. Validating naming conventions resolves this directory mismatch and restores proper organizational consistency.

Can I use a naming convention validation skill for testing configuration issues?

Yes, you can use a naming convention validation skill for testing systems that rely on consistent naming conventions. It demonstrates how a skill's metadata can differ from its directory and helps flag configuration issues.

What is the best way to check SKILL.md metadata against its file system location?

The best way to check SKILL.md metadata against its file system location is to scan for directory mismatches. This identifies where the defined `name` field does not align with the directory name, ensuring structural consistency.

Are there limitations to using a demonstration skill for directory mismatch testing?

A limitation of using a demonstration skill for directory mismatch testing is that it serves demonstration purposes only and does not provide a direct user-facing quick start command for automated or continuous validation.