mode-creator
适合定制记忆分类并实现持久化与启动验证的运维场景。
会重启 worker 并修改配置文件,需相应权限。
交互式创建、安装并激活 claude-mem 的自定义记忆模式。
能把 claude-mem 的记忆规则从头交互式搭好:先问你的使用场景、帮你设计一个小规模的分类(observation types、concept tags),然后把 JSON 安装并激活。需要定制记忆策略、记录领域笔记、增加观察类型或对特定记忆发 Telegram 通知时用,连 bot 配置和 worker 重启都会处理。特别之处是会做上线前验证,确认新模式在 startup-context 可见并且长期生效。
▸ 展开 SKILL.md 英文原文
Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to customize what claude-mem remembers, create or change a mode, track domain-specific notes, add observation types or tags, or send Telegram notifications for particular memories—even if they do not use the word "mode."
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/mode-creator/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/mode-creator/SKILL.md"# Mode Creator Create a useful note-taking system, not merely a valid JSON file. Interview the user, propose a small taxonomy, obtain approval, install it durably, configure optional alerts, restart the worker, and prove the active mode appears in startup context. ## Ground rules - Use the available interactive question tool (`AskUserQuestion`, `request_user_input`, or equivalent) for the interview. Ask in small batches and wait for each response. - Explain observation types as mutually exclusive kinds of notes and concepts as reusable tags. Avoid jargon unless the user uses it first. - Inspect existing bundled and user modes before inventing a new one. Reuse or remix a close match when t