athena-skill-audit

Evaluate Athena skill structure and contract compliance against static rules.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Athena-Git-Group/athena-plugin-dev --skill athena-skill-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: athena-skill-audit
Source: https://github.com/Athena-Git-Group/athena-plugin-dev/tree/main/skills/athena-skill-audit
Command: npx skills add https://github.com/Athena-Git-Group/athena-plugin-dev --skill athena-skill-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams verify that their Athena skill definitions conform to established structure and contract standards, ensuring quality without manual review.

Core Features & Use Cases

  • Structural verification: Checks frontmatter presence, proper naming, and description quality.
  • Contract compliance: Verifies adherence to stage contract guidelines, including handoff specifications and stage-specific keywords.
  • Use case: When onboarding new skills or conducting team quality checks, use this Skill to identify structural inconsistencies or contract violations quickly.

Quick Start

Provide the path to a skill directory to analyze its structure and contract compliance.

Frequently Asked Questions about athena-skill-audit

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

FAQPage Schema
How do I check the structural integrity of my Athena skills?

You can check structural integrity by evaluating frontmatter presence, naming conventions, and description quality using static rules. This identifies inconsistencies in your skill repository without manual review.

What are the stage contract keywords required for Athena skills?

Stage contract keywords are specific terms required in handoff specifications and stage definitions to ensure contract adherence. Static checks verify their presence to maintain stage compliance.

How do I verify frontmatter completeness for skill onboarding?

Verify frontmatter completeness by providing a skill directory path to a static analysis tool. It evaluates frontmatter presence and proper naming to quickly identify missing structural metadata.

Does this static check work for team quality reviews of skill repositories?

Yes, static checks are suitable for team reviews and regular health assessments of skill repositories. They quickly identify structural inconsistencies and contract violations during onboarding or quality checks.

What is the best way to automate contract compliance checks for Athena skills?

The best way to automate contract compliance is running static rule evaluations against your skill directory. This verifies adherence to stage contract guidelines, including handoff specifications and keywords.

Why does my Athena skill fail the structural verification during onboarding?

Skills fail structural verification due to missing frontmatter, improper naming conventions, poor description quality, or absent stage contract keywords. Static checks pinpoint these exact structural inconsistencies.