当用户明确要求记住、更正或停止沿用某项长期信息,或当前内容包含会影响未来协作的稳定偏好、约定或经验时使用。先检查相关 Memory,再决定新增、修订、转交用户治理或不写入。临时状态、当前任务进度、项目事实、敏感信息和无依据推测不使用。
Scanned 9/2/2026
Install to Claude Code
npx -y skills add murray17/rovai-ai --skill memory-stewardship --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Memory Stewardship?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/murray17-memory-stewardship)More formats (shields.io, HTML) on the badges page.
---
name: memory-stewardship
description: 当用户明确要求记住、更正或停止沿用某项长期信息,或当前内容包含会影响未来协作的稳定偏好、约定或经验时使用。先检查相关 Memory,再决定新增、修订、转交用户治理或不写入。临时状态、当前任务进度、项目事实、敏感信息和无依据推测不使用。
---
# 共同记忆维护
只保留会影响未来协作的稳定信息。当前事实、用户最新指令和项目权威来源始终高于 Memory。
## 判断标准
候选内容应当同时满足:
- 当前任务结束后仍有价值;
- 来自用户明确表达或真实经历支持的经验;
- 会改变未来协作行为,而不只是复述发生过的事情;
- 能写成一条独立、原子的偏好、约定或经验;
- 不应由 Task、项目文档、代码、历史记录或权限系统承担;
- 不包含敏感信息或无依据的人格判断。
不满足这些条件时不写入。
## 流程
1. 读取 [Authority 与安全](references/authority-and-safety.md),确认候选内容适合长期保留。
2. 把候选压缩成一条原子的未来协作路标。
3. 读取 [Scopes、Kind 与方向](references/scopes.md),选择最小适用范围。
4. 读取 [View、广泛回忆与最小写入](references/read-write-workflow.md),检查相关现有 Memory。
5. 只选择一个结果:已有等价内容则停止;已有内容需要纠正则修订;确有新价值则新增;无法确定则停止。
6. 写入前读取 [正文与 Retrieval Keys](references/content-and-keys.md),完成一次最小更新。
7. 根据实际结果准确说明已经生效、等待用户决定或未写入。
用户要求删除、停用、恢复或修改不属于当前队员权限的 Memory 时,不用相反正文模拟操作;说明需要由用户在记忆管理中完成。
## 边界
- 一次只处理一条原子信息,不连续写多条“以防万一”。
- 不在会话结束时进行全面记忆扫描。
- 不把临时日期、路径、分支、进度和一次性阻塞写成长期记忆。
- 不把搜索摘要、缓存或旧版本当作当前权威正文。
- 写入失败或结果不确定时,不声称已经保存。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.