Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/xcodethink/open-claude-code-skills/remembergit clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00021 | $0.00375 |
| Opus 5 | $0.00010 | $0.00187 |
| Sonnet 5 | $0.00004 | $0.00075 |
| Haiku 4.5 | $0.00002 | $0.00038 |
Grade A, and why
remember scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
主动记忆
用户想保存一些重要信息到记忆系统。按以下步骤操作:
1. 理解要记什么
从用户的输入提取:
- 内容(content)
- 类型(feedback / project / reference / user)
- 范围(当前项目 / global)
2. 询问归属(如果不明确)
如果用户没说清楚归属,主动问: "这条记忆是只对当前项目有效,还是所有项目通用?"
3. 询问类型(如果不明确)
- feedback: 偏好、纠正、规则("以后不要..."、"我喜欢...")
- project: 项目事实、决策、状态
- reference: 配置、API 信息、参考资料
- user: 关于用户本人的信息(位置、习惯、身份)
4. 生成简短标题
从内容中提炼一个 30 字以内的标题,用于文件名。
5. 调用 memory_remember MCP 工具
参数:
content: 用户给的原始内容(保留格式)wing: 'global' 或当前项目 wing 名title: 提炼的标题memory_type: 上面确定的类型
6. 反馈结果
已保存:
- 文件:[path]
- Wing:[wing]
- 已索引:是 / 否
- Chunks:[数量]
未来的对话可以通过 memory_search 找到这条记忆。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 52 lines · 21 tokens per session scan A d7051fedc487
remember is a command published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 27d ago), licensed MIT. It adds 21 tokens to every session and 375 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
icpg-bootstrap
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
version
Display current guide and Claude Code versions.
go-review
Go code review for idiomatic patterns.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
docs-review
Phase 4 of documenting-projects: Quality gate with 8 measurable criteria and iteration. Triggers: '/docs-review', invoked by documenting-projects orchestrator.
test
Run all PandaFilter verification steps in order. Stop and report on first failure. This is the required pre-commit gate.