attic-indexlisted
Install: claude install-skill NishikantaRay/Attic
# Attic index
First, in the same shell command as anything below, locate the script:
```bash
ATTIC_JS=$(ls -d "${CODEX_HOME:-$HOME/.codex}"/plugins/cache/attic/attic/*/skills/attic/scripts/attic.js "${CODEX_HOME:-$HOME/.codex}"/skills/attic/scripts/attic.js "$HOME"/.agents/skills/attic/scripts/attic.js .agents/skills/attic/scripts/attic.js 2>/dev/null | sort -V | tail -1)
```
```bash
node "$ATTIC_JS" index
```
Print the output as-is. If the script reports no `.attic/`, reply "Attic is
empty. Nothing stashed yet in this project." and stop.
No commentary beyond that.