mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
215a2d9f99
Adds the two deliberate-gesture skills from DESIGN.md Phase 2, both as prose skills (skills are prompts) — robust to arbitrary user text and any MCP server tool-name prefix, no bundled-script path placeholders. - skills/remember/SKILL.md → /basic-memory:remember <text>: quick capture to the rememberFolder (default bm-remember) with a first-line title and manual-capture tag, via write_note. Model-invocable so "remember that…" triggers it. - skills/status/SKILL.md → /basic-memory:status: user-only diagnostic (disable-model-invocation) reporting active project, capture/remember folders, output-style state, recent session checkpoints, and active-task count. validate_claude_plugin.py now requires the shipped skill set (REQUIRED_SKILLS) and validates each skill's name/description frontmatter. Passes `just package-check-claude-code` incl. `claude plugin validate . --strict`. Discovery verified end-to-end: installed from a local marketplace and confirmed via `claude plugin details` — Skills (2): remember, status; Hooks (2): SessionStart, PreCompact; Agents (0) — namespaced as /basic-memory:<name>. Updated README (Commands table), CHANGELOG, and DESIGN Phase 2 status. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>