validate-package

Installation
SKILL.md

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.

Related skills

More from bluewaves-creations/bluewaves-skills

Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026