this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard

Detect SKILL.md frontmatter names exceeding the permitted length limit.

484|76|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/bastani-inc/atomic --skill this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard-bastani-inc
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
Source: https://github.com/bastani-inc/atomic/tree/main/packages/coding-agent/test/fixtures/skills/long-name
Command: npx skills add https://github.com/bastani-inc/atomic --skill this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard-bastani-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify whether a skill fixture uses a name that exceeds the supported length limit, which is useful when testing metadata validators and parser behavior.

Core Features & Use Cases

  • Metadata Validation: Check SKILL.md frontmatter for required fields and length constraints.
  • Fixture Testing: Use it to confirm that tooling handles intentionally invalid or edge-case skill names.
  • Repository Quality Checks: Catch naming issues early during automated review of skill directories.

Quick Start

Ask the AI to inspect this skill fixture and report whether its frontmatter name violates the allowed length limit.

Frequently Asked Questions about this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard

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

FAQPage Schema
How do I validate YAML frontmatter for skill names that exceed length limits?ā–¼

To validate YAML frontmatter for length limits, you need a tool that reads SKILL.md metadata and deterministically reports violations when the name field exceeds the permitted character count. This Skill performs exactly that check, preserving exact name and description fields during the inspection process.

What is the best way to test parsers against intentionally invalid skill metadata fixtures?ā–¼

Testing parsers against invalid skill metadata requires fixture files with intentionally oversized names to verify error handling. This Skill provides the necessary fixture validation by reading YAML frontmatter and deterministically flagging length-rule violations for your parser testing scenarios.

Can I use this for automated repository quality checks on SKILL.md files?ā–¼

Yes, you can use this Skill for automated repository quality checks on SKILL.md files. It catches naming issues early by reading YAML frontmatter and reporting length-rule violations deterministically, making it suitable for integration into your automated review pipelines.

Does frontmatter validation preserve the original name and description fields?ā–¼

Frontmatter validation with this Skill preserves the exact name and description fields found in the YAML metadata. It reads the frontmatter without altering the original content, focusing solely on detecting and reporting whether the name exceeds the supported length limit.

Why does my skill metadata validation fail on edge-case names?ā–¼

Skill metadata validation fails on edge-case names when the frontmatter name exceeds the permitted character limit. This Skill identifies such length-rule violations deterministically by reading the YAML metadata, helping you understand why validators reject oversized or intentionally invalid skill names.

When do I need to check skill frontmatter for length constraints?ā–¼

You need to check skill frontmatter for length constraints when testing metadata validators, verifying parser behavior, or performing repository quality checks on SKILL.md files. This Skill detects frontmatter names exceeding the permitted limit, ensuring your metadata adheres to schema requirements.