This marketplace is retired. The
attune-help,attune-author, andattune-guiClaude Code plugins now live in the Smart-AI-Memory/attune-ai marketplace, alongsideattune-aiitself. This repo is kept read-only so existing installs still resolve — but it is no longer updated.
claude plugin marketplace add Smart-AI-Memory/attune-ai
claude plugin install attune-help@attune-ai # runtime reader
claude plugin install attune-author@attune-ai # authoring companion
claude plugin install attune-gui@attune-ai # local dashboardattune-gui also needs its Python sidecar: pip install attune-gui.
If you previously installed any of these from this marketplace:
# 1. Remove the old copies
/plugin uninstall attune-help@attune-docs
/plugin uninstall attune-author@attune-docs
/plugin uninstall attune-gui@attune-docs
# 2. Install from the new home
/plugin marketplace add Smart-AI-Memory/attune-ai
/plugin install attune-help@attune-ai
/plugin install attune-author@attune-ai
/plugin install attune-gui@attune-aiThe April 2026 split into a separate attune-docs marketplace was
meant to give the help/author plugins an independent release cadence.
That cadence never materialised: the marketplace had no CI and drifted
~15 minor versions behind the PyPI packages it wraps. Consolidating
everything into the single, CI-backed attune-ai marketplace removes
that drift surface — one marketplace, kept current.
The underlying Python packages are unchanged and remain on PyPI:
attune-help ·
attune-author ·
attune-gui ·
attune-rag.
Apache 2.0. See LICENSE.