aget-sanity-check

Validate AGET agent directory structure, governance, and 5D organization.

2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-sanity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-sanity-check
Source: https://github.com/aget-framework/template-advisor-aget/tree/main/.claude/skills/aget-sanity-check
Command: npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-sanity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically validate AGET agent health by performing structural checks, housekeeping verifications, and governance validation to catch setup issues early.

Core Features & Use Cases

  • Validate .aget/ directory structure and version/identity validity
  • Verify governance/ contents and the 5D directory organization
  • Generate a health report with actionable recommendations and optional machine-readable output

Quick Start

Run the aget-sanity-check skill against your agent directory to perform automated health checks.

Frequently Asked Questions about aget-sanity-check

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

FAQPage Schema
How do I validate my AGET agent's directory structure and configuration files?

To validate an AGET agent's directory structure, you can run a health check that inspects the .aget directory, verifies version.json and identity.json, and reports structural validity. This catches setup issues early.

What is an AGET sanity check and when do I need to run one?

An AGET sanity check is an automated health inspection that validates agent governance contents and 5D directory organization across development, staging, and production. Run it to catch configuration and structural issues early.

How do I verify AGET governance contents and 5D directory organization across environments?

Verify AGET governance and 5D directory organization by running an automated health inspection against your agent directory. This checks environment structures across development, staging, and production, generating a status report.

Can I get machine-readable output for AGET agent health inspections?

Yes, you can generate machine-readable output for AGET agent health inspections by using the --json flag. This outputs the validation results for the .aget directory structure and governance contents programmatically.

Does the AGET sanity check require any external dependencies to run?

No, the AGET sanity check does not require any external dependencies to run. It operates directly on your agent directory to validate the .aget structure, configuration files, and governance contents.

Why is my AGET agent health check failing on identity.json validity?

An AGET agent health check fails on identity.json validity when the file is present but contains structural or formatting errors. The health report provides actionable recommendations to fix these governance and setup issues.