| name | memory-management |
| description | 在 Claude 会话之间持久化 SEO/GEO 营销活动的上下文,包括自动的热门列表、正在进行的工作以及归档层级。项目记忆/跨会话功能。 |
| version | 9.9.5 |
| license | Apache-2.0 |
| compatibility | Claude Code, skills.sh, ClawHub, Vercel Labs, Cursor, Windsurf, Codex CLI, Amp, Gemini CLI, Kimi Code, Qwen Code, CodeBuddy |
| homepage | https://github.com/aaron-he-zhu/seo-geo-claude-skills |
| when_to_use | Use when reviewing, archiving, or cleaning up campaign memory. Also when the user asks to check saved findings, manage hot cache, or archive old data. |
| argument-hint | [review|archive|cleanup] |
| metadata | {"author":"aaron-he-zhu","version":"9.9.5","geo-relevance":"low","tags":["seo","geo","project-memory","context-management","campaign-tracking","session-context","hot-cache","项目记忆","プロジェクト記憶","프로젝트메모리","memoria-proyecto"],"triggers":["remember project context","save SEO data","refresh wiki index","build wiki index","remember this for next time","what did we decide last time","what do we know so far","project status","wiki lint","项目记忆管理","跨会话记忆","刷新wiki索引","保存进度","上次说了什么","プロジェクト記憶","wikiインデックス更新","프로젝트 메모리","세션 기억","memoria del proyecto","guardar progreso","memória do projeto","gerenciar memória"]} |
内存管理
本技能为SEO和GEO项目实现了三级内存管理系统(HOT/WARM/COLD)。HOT内存(最多80行)通过SessionStart钩子在每次会话时自动加载;WARM内存根据需求按技能进行加载;COLD内存则存储被归档的数据,仅在明确请求时才会被查询。该技能负责管理数据的整个生命周期,包括捕获、提升、降级和归档等操作。
功能概述
- 管理三级内存(HOT/WARM/COLD),并自动执行数据的提升、降级和归档操作。
- 维护wiki索引层、开环跟踪功能以及跨技能的数据整合。
快速入门
初始化Wiki索引
Refresh wiki index
Build wiki index for [project name]
从现有的WARM文件生成memory/wiki/index.md。此操作仅需执行一次,之后索引会自动更新。
初始化内存结构
Set up SEO memory for [project name]
Initialize memory structure for a new [industry] website optimization project
分析后的更新
Update memory after ranking check for [keyword group]
Refresh hot cache with latest competitor analysis findings
查询存储的内容
What are our hero keywords?
Show me the last ranking update date for [keyword category]
Look up our primary competitors and their domain authority
数据的提升与降级
Promote [keyword] to hot cache
Archive stale data that hasn't been referenced in 30+ days
术语管理
Add [term] to project glossary: [definition]
What does [internal jargon] mean in this project?
Skill Contract(技能契约)
预期输出:包括内存更新计划、热缓存变更内容以及简短的交接总结。
- 读取数据:当前的活动信息、来自其他技能的新发现、已批准的决策结果,以及共享的状态模型。
- 写入数据:更新
memory/hot-cache.md、memory/open-loops.md、memory/decisions.md及相关memory/文件夹的内容;负责将WARM级数据归档到memory/archive/。同时编译memory/wiki/index.md(自动更新)和用户确认后的wiki页面。wiki的唯一写入者:memory-management拥有所有wiki内容的写入权限。为提升性能,memory/wiki/index.md的自动更新功能被委托给中的钩子。wiki日志更新和编译后的页面仍由负责处理。