Agent Skills: validate-package

Validate a .athena package against the import specification. Use when checking package correctness before importing into Athena.

UncategorizedID: bluewaves-creations/bluewaves-skills/validate-package

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bluewaves-creations/bluewaves-skills/tree/HEAD/plugins/athena/skills/validate-package

Skill Files

Browse the full folder contents for validate-package.

Download Skill

Loading file tree…

plugins/athena/skills/validate-package/SKILL.md

Skill Metadata

Name
validate-package
Description
Validate a .athena package against the import specification. Use when checking package correctness before importing into Athena.

Validate a .athena package or staging directory against the Athena import specification.

$ARGUMENTS

The argument should be a file path to a .athena file or a staging directory.

Steps

  1. Validate argument: Ensure a path was provided and exists.

  2. Run validation:

    python3 ${SKILL_ROOT}/../athena-package/scripts/validate_athena_package.py "$ARGUMENTS"
    
  3. Report results: If validation passes, confirm the package is ready for import. If errors are found, list them with fix guidance based on the error messages.