invalid-effort

Validate SKILL.md frontmatter completeness and scope before activation.

787|71|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/luongnv89/asm --skill invalid-effort
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invalid-effort
Source: https://github.com/luongnv89/asm/tree/main/src/eval/providers/skill-best-practice/v1/fixtures/invalid-effort
Command: npx skills add https://github.com/luongnv89/asm --skill invalid-effort

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a safety net by ensuring that a Skill Unit is properly defined before use, preventing invalid or unrelated documentation from being treated as a Skill Unit.

Core Features & Use Cases

  • Frontmatter validation: checks that the Skill's frontmatter includes a non-empty name and description.
  • Scope enforcement: ensures the Skill Unit adheres to the official metadata contract and avoids unrelated content.
  • Quick evaluation: offers a concise assessment of validity suitable for automated workflows.

Quick Start

Provide a SKILL.md file with valid frontmatter to be validated.

Frequently Asked Questions about invalid-effort

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

FAQPage Schema
How do I validate SKILL.md frontmatter before activation?

To validate SKILL.md frontmatter, provide the file to this validation Skill. It checks that the frontmatter includes a non-empty name and description, enforcing metadata completeness before activation.

What is skill metadata validation and when do I need it?

Skill metadata validation ensures a Skill Unit is properly defined before use. You need it when creating or updating SKILL.md files to prevent invalid or unrelated documentation from being treated as an active Skill Unit.

How do I check if a Skill Unit meets the required metadata contract?

Checking if a Skill Unit meets the metadata contract involves verifying frontmatter completeness and scope. This validation Skill assesses required fields like name and description, flagging non-conforming or unsafe content for remediation.

Can I use automated workflows to validate skill frontmatter?

Yes, you can use automated workflows to validate skill frontmatter. This Skill offers a concise assessment of validity suitable for automated pipelines, ensuring new or updated SKILL.md files meet the required fields and scope.

Why does my SKILL.md file fail scope enforcement checks?

Your SKILL.md file fails scope enforcement when it contains unrelated content or lacks proper frontmatter. The validation flags non-conforming or unsafe content, requiring remediation to meet the official metadata contract before activation.

Do I need any dependencies to validate a skill unit's metadata?

No dependencies are required to validate a skill unit's metadata. You only need to provide a SKILL.md file with valid frontmatter, and this standalone validation Skill will evaluate its completeness and scope.