mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
32acbfe982
Convert the Basic Memory skills into a proper Claude Code plugin format: - Add .claude-plugin/plugin.json manifest with metadata - Move skills from .claude/skills/ to root skills/ directory - Add PLUGIN.md with installation and usage documentation Plugin structure: ``` .claude-plugin/ plugin.json # Plugin manifest skills/ knowledge-capture/ continue-conversation/ spec-driven-development/ PLUGIN.md # Plugin documentation ``` Users can install via: /plugin install basic-memory@basicmachines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>