mode-creator

仓库创建 2025年9月1日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

适合定制记忆分类并实现持久化与启动验证的运维场景。

▸ 风险提示

会重启 worker 并修改配置文件,需相应权限。

这个 Skill 做什么

交互式创建、安装并激活 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."

自动化集成记忆管理自定义模式部署Claude Code
8.9w
Stars
7.8k
Forks
22
仓库内 Skill
+3.3k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/mode-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/mode-creator/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有