athena-package
Installation
SKILL.md
Athena Package Creator
Create validated .athena import packages for the Athena note-taking app. These are ZIP archives containing a manifest, markdown notes with aurora tags, and optional assets.
Package Format Overview
package.athena (ZIP)
├── manifest.json # Required: note index with aurora tags
├── notes/
│ ├── project-plan.md # Markdown notes with optional YAML frontmatter
│ ├── meeting-notes.md
│ └── ...
└── assets/
├── diagram.png # Binary assets referenced from notes
└── ...
Read references/athena-spec.md for full schema details when handling unusual configurations.