Invalid-Name

Demonstrate a skill unit with an invalid name for testing validation rules.

193|17|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/pproenca/dot-skills --skill invalid-name-pproenca
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: Invalid-Name
Source: https://github.com/pproenca/dot-skills/tree/main/tests/fixtures/invalid-name-uppercase
Command: npx skills add https://github.com/pproenca/dot-skills --skill invalid-name-pproenca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill is intended to demonstrate a skill with an invalid name.

Core Features & Use Cases

  • Invalid Naming Convention: This skill highlights the importance of adhering to naming conventions for skill discovery.

Quick Start

This skill is for demonstration purposes and has no operational function.

Frequently Asked Questions about Invalid-Name

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

FAQPage Schema
How do I test skill metadata validation rules for naming conventions?โ–ผ

To test skill metadata validation rules, you can use a demonstration skill with an intentionally invalid name to verify that the framework correctly identifies and rejects naming convention violations.

What happens when a skill unit has an invalid name in the agent framework?โ–ผ

When a skill unit has an invalid name, the agent framework validation rules trigger to flag the violation, demonstrating the importance of adhering to naming conventions for proper skill discovery.

Why do naming conventions matter for agent skill discovery?โ–ผ

Naming conventions matter for agent skill discovery because they ensure structural consistency across the framework, allowing validation rules to accurately parse, identify, and route operational skills.

Can I use this skill to perform operational tasks?โ–ผ

No, you cannot use this skill to perform operational tasks because it is designed strictly for testing validation rules and demonstrating invalid naming conventions without any functional processing logic.

Are dependencies required to demonstrate invalid skill metadata?โ–ผ

No dependencies are required to demonstrate invalid skill metadata, as the testing of naming convention validation rules operates independently within the agent skill framework itself.