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 standard length limit.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/vh2224/forge-executor --skill this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard-vh2224
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/vh2224/forge-executor/tree/main/packages/pi-coding-agent/test/fixtures/skills/long-name
Command: npx skills add https://github.com/vh2224/forge-executor --skill this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard-vh2224

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies a skill unit whose frontmatter name exceeds the standard length limit, helping you flag malformed or nonconforming skill packaging before use.

Core Features & Use Cases

  • Validation Check: Detects when a SKILL.md frontmatter name is overly long.
  • Packaging QA: Useful for repository audits and skill ingestion pipelines that enforce metadata standards.
  • Use Case: Review a skill directory and confirm whether its declared name meets the expected constraints.

Quick Start

Inspect the skill metadata and report whether the frontmatter name violates the allowed length.

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 skill metadata frontmatter for repository compliance?

Skill metadata validation parses the SKILL.md entry file and compares the declared name against the standard length limit to flag nonconforming skill packages before ingestion.

What is the character limit for a skill name in frontmatter metadata?

The standard character limit for a skill name in frontmatter is sixty-four characters. Names exceeding this limit are flagged as nonconforming during repository audits and metadata compliance checks.

How do I audit a skill directory to check if declared names meet constraints?

Auditing a skill directory requires inspecting the skill metadata to report whether the frontmatter name violates the allowed length constraints, ensuring packaging QA before skill ingestion.

Why does my skill package fail ingestion validation checks?

Skill package ingestion validation fails when the SKILL.md frontmatter name exceeds the standard length limit. The validation process detects overly long names and flags the package as malformed or nonconforming.

When do I need to run frontmatter validation checks on a skill repository?

Run frontmatter validation checks during packaging QA and skill ingestion pipelines to enforce metadata standards and confirm declared names meet expected constraints before repository deployment.