mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fc8ac86fa1
Addresses the consolidation direction from issue #866: the Claude Code plugin should consume the canonical skills/ set, not reinvent a parallel one. Rather than vendoring copies into the plugin, /basic-memory:setup now offers to install the shared memory-* skills via `npx skills add basicmachines-co/basic-memory --path skills` (the existing SPEC-58 distribution path, same source OpenClaw bundles). The plugin stays "hooks + Claude-Code-specific skills" and pulls the shared toolkit on demand — skills/ remains the single source of truth, no duplication in the repo. Updated the setup interview + apply steps, README, getting-started, and CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>