missing-name

Validate SKILL.md files for required frontmatter fields.

17|5|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/olaservo/skilljack-mcp --skill missing-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: missing-name
Source: https://github.com/olaservo/skilljack-mcp/tree/main/src/__fixtures__/skills/missing-name
Command: npx skills add https://github.com/olaservo/skilljack-mcp --skill missing-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Missing or incomplete skill metadata can hinder the discoverability and effective utilization of skills within the repository.

Core Features & Use Cases

  • Validation of skill presence: Detects directories lacking a proper SKILL.md file with required frontmatter.
  • Metadata extraction and correction: Assists in generating complete metadata for skills missing essential fields like 'name'.
  • Use Case: A developer wants to ensure all skills have proper identification and description to improve searchability.

Quick Start

Analyze the directory for SKILL.md files and generate the required metadata structure based on the frontmatter content.

Frequently Asked Questions about missing-name

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

FAQPage Schema
How do I check if a repository directory has missing skill metadata?

Skill metadata validation detects directories lacking a proper SKILL.md file with required frontmatter fields. This ensures proper skill registration and documentation, preventing incomplete metadata from hindering discoverability within the repository.

How do I fix incomplete SKILL.md frontmatter to improve skill discoverability?

Fix incomplete SKILL.md frontmatter by extracting existing metadata and generating the required structure for fields like 'name'. This correction process ensures proper skill identification and description to improve searchability within the repository.

What happens when a skill directory lacks a valid SKILL.md file?

When a directory lacks a valid SKILL.md file, skill discovery and utilization are hindered because the skill cannot be properly registered. Validation identifies these missing files and assists in generating the required metadata structure based on content.

Can I generate required metadata fields for skills missing essential frontmatter?

Yes, you can generate required metadata fields for skills missing essential frontmatter by analyzing the directory structure. The metadata extraction and correction process assists in creating complete frontmatter, including essential fields like 'name', to enhance discoverability.

Do I need any dependencies to validate skill presence and metadata in a repository?

No dependencies are required to validate skill presence and metadata in a repository. The skill operates independently to analyze directories for SKILL.md files and generate the required metadata structure based on frontmatter content.