feat(skills): add mempalace SKILL.md for MCP tools and mining - #975
feat(skills): add mempalace SKILL.md for MCP tools and mining#975daedalus wants to merge 1 commit into
Conversation
Covers:
- 30+ MCP tools (read, write, knowledge graph, tunnels, diary)
- CLI commands (init, mine, search, status, mcp)
- Mining workflow (miner.py, convo_miner.py, normalize.py, general_extractor.py)
- AAAK compressed memory dialect
- MCP server setup and configuration
- Memory protocol best practices
|
Two things worth surfacing before this goes further. Path overlap. The skill already exists on develop at Content strategy. The existing That was the explicit refactor in #534 → #560 (merged): keep the skill small, fetch docs at runtime so they stay in sync with the installed version and can be localized through the i18n JSON files. A 206-line doc baked into the skill freezes the MCP tool list and CLI surface at commit time and does not flow through the i18n pipeline. There is also history of similar static community skill PRs closed without merge (#222, #491, #207, #593), which suggests a consistent maintainer preference for the thin-shell shape over baked-in docs. If centralized skill discovery or management is the underlying goal, feature request #533 (Agentic Skills Library) is the live thread for it. |
|
Right. I'm closing this. |
Summary
Added:
skills/mempalace/SKILL.md— A comprehensive skill for MemPalace MCP tools and mining workflows.Covers:
mempalace init,mempalace mine,mempalace search, etc.)miner.py), conversations (convo_miner.py), format normalization (normalize.py), memory extraction (general_extractor.py)Use case: Enables Claude to use MemPalace for persistent memory — storing verbatim content, searching past conversations, managing knowledge graphs, and filing new memories without leaving the conversation.