memory-management by aaron-he-zhu/seo-geo-claude-skills
npx skills add https://github.com/aaron-he-zhu/seo-geo-claude-skills --skill memory-managementSEO& GEO Skills Library · 20 skills for SEO + GEO · 一键安装所有:
npx skills add aaron-he-zhu/seo-geo-claude-skills
研究 · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis
构建 · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
跨领域 · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management
此技能为 SEO 和 GEO 项目实现了一个双层内存系统,维护一个用于活跃上下文的热缓存和一个用于详细历史数据的冷存储。它会自动提升频繁引用的项目并降级过时数据,确保最佳上下文加载和高效的项目内存管理。
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?
有关工具类别占位符,请参阅 CONNECTORS.md。
连接了 ~~SEO 工具 + ~~分析工具 + ~~搜索控制台时: 自动从历史数据填充内存:关键词排名随时间变化、竞争对手域名权威变化、流量指标、转化数据、外链档案演变。该技能将获取当前排名,提醒重大变化,并更新热缓存和冷存储。
仅使用手动数据时: 请用户提供:
使用提供的数据继续创建内存结构。在 CLAUDE.md 中注明哪些数据需要手动更新,哪些可以自动刷新。
当用户请求 SEO 内存管理时:
对于新项目,创建以下结构:
## Directory Structure
project-root/
├── CLAUDE.md # Hot cache (~100 lines)
└── memory/
├── glossary.md # Project terminology
├── keywords/
│ ├── hero-keywords.md # Top priority keywords
│ ├── secondary-keywords.md # Medium priority
│ ├── long-tail-keywords.md # Long-tail opportunities
│ └── historical-rankings.csv # Dated ranking data
├── competitors/
│ ├── primary-competitors.md # Top 3-5 competitors
│ ├── [competitor-domain].md # Individual reports
│ └── analysis-history/ # Dated analyses
├── audits/
│ ├── technical/ # Technical SEO audits
│ ├── content/ # Content audits
│ ├── domain/ # Domain authority (CITE) audits
│ └── backlink/ # Backlink audits
├── content-calendar/
│ ├── active-calendar.md # Current quarter
│ ├── published-content.md # Performance tracking
│ └── archive/ # Past calendars
└── reports/
├── monthly/ # Monthly reports
├── quarterly/ # Quarterly reports
└── campaign/ # Campaign-specific reports
模板 : 完整的 CLAUDE.md 热缓存模板请参阅 references/hot-cache-template.md,项目术语表模板请参阅 references/glossary-template.md。
当用户引用不明确的内容时,遵循以下查找顺序:
步骤 1:检查 CLAUDE.md(热缓存)
步骤 2:检查 memory/glossary.md
步骤 3:检查冷存储
步骤 4:询问用户
查找示例:
User: "Update rankings for our hero KWs"
Step 1: Check CLAUDE.md → Found "Hero Keywords (Priority 1)" section
Step 2: Extract keyword list from hot cache
Step 3: Execute ranking check
Step 4: Update both CLAUDE.md and memory/keywords/historical-rankings.csv
参考 : 详细的提升/降级触发器(关键词、竞争对手、指标、活动)以及每个触发器的操作流程,请参阅 references/promotion-demotion-rules.md。
参考 : 排名检查、竞争对手分析、审计和报告后的完整更新流程;月度/季度归档例程;以及与所有 8 个连接技能(keyword-research、rank-tracker、competitor-analysis、content-gap-analysis、seo-content-writer、content-quality-auditor、domain-authority-auditor)的集成点,请参阅 references/update-triggers-integration.md。
参考 : 三个完整示例请参阅 references/examples.md:(1) 更新核心关键词排名并刷新内存,(2) 术语表查找流程,(3) 为新电子商务项目初始化内存。
Load full context for [campaign name]
检索热缓存 + 与活动相关的所有冷存储文件。
Run memory health check
审计内存结构:查找孤立文件、缺失的时间戳、过时的热缓存项目、损坏的引用。
Promote all keywords ranking in top 10 to hot cache
Demote all completed campaigns from Q3 2024
Create memory snapshot for [date/milestone]
为重要里程碑(网站上线、算法更新等)创建整个内存结构的时点副本。
Compare memory with [other project name]
识别多个项目之间的关键词重叠、竞争对手交集和策略相似性。
memory/ 子目录中的文件仅在明确请求时加载。它们不会自动出现在 Claude 的上下文中。热缓存(CLAUDE.md)是主要的跨会话机制。每周安装次数
639
代码库
GitHub 星标数
339
首次出现
Feb 6, 2026
安全审计
安装于
opencode550
gemini-cli538
codex535
github-copilot518
kimi-cli497
amp496
SEO& GEO Skills Library · 20 skills for SEO + GEO · Install all:
npx skills add aaron-he-zhu/seo-geo-claude-skills
Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis
Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator
Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher
Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager
Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management
This skill implements a two-layer memory system for SEO and GEO projects, maintaining a hot cache for active context and cold storage for detailed historical data. It automatically promotes frequently referenced items and demotes stale data, ensuring optimal context loading and efficient project memory.
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?
See CONNECTORS.md for tool category placeholders.
With ~~SEO tool + ~~analytics + ~~search console connected: Automatically populate memory from historical data: keyword rankings over time, competitor domain authority changes, traffic metrics, conversion data, backlink profile evolution. The skill will fetch current rankings, alert on significant changes, and update both hot cache and cold storage.
With manual data only: Ask the user to provide:
Proceed with memory structure creation using provided data. Note in CLAUDE.md which data requires manual updates vs. automated refresh.
When a user requests SEO memory management:
For new projects, create the following structure:
## Directory Structure
project-root/
├── CLAUDE.md # Hot cache (~100 lines)
└── memory/
├── glossary.md # Project terminology
├── keywords/
│ ├── hero-keywords.md # Top priority keywords
│ ├── secondary-keywords.md # Medium priority
│ ├── long-tail-keywords.md # Long-tail opportunities
│ └── historical-rankings.csv # Dated ranking data
├── competitors/
│ ├── primary-competitors.md # Top 3-5 competitors
│ ├── [competitor-domain].md # Individual reports
│ └── analysis-history/ # Dated analyses
├── audits/
│ ├── technical/ # Technical SEO audits
│ ├── content/ # Content audits
│ ├── domain/ # Domain authority (CITE) audits
│ └── backlink/ # Backlink audits
├── content-calendar/
│ ├── active-calendar.md # Current quarter
│ ├── published-content.md # Performance tracking
│ └── archive/ # Past calendars
└── reports/
├── monthly/ # Monthly reports
├── quarterly/ # Quarterly reports
└── campaign/ # Campaign-specific reports
Templates : See references/hot-cache-template.md for the complete CLAUDE.md hot cache template and references/glossary-template.md for the project glossary template.
When a user references something unclear, follow this lookup sequence:
Step 1: Check CLAUDE.md (Hot Cache)
Step 2: Check memory/glossary.md
Step 3: Check Cold Storage
Step 4: Ask User
Example lookup:
User: "Update rankings for our hero KWs"
Step 1: Check CLAUDE.md → Found "Hero Keywords (Priority 1)" section
Step 2: Extract keyword list from hot cache
Step 3: Execute ranking check
Step 4: Update both CLAUDE.md and memory/keywords/historical-rankings.csv
Reference : See references/promotion-demotion-rules.md for detailed promotion/demotion triggers (keywords, competitors, metrics, campaigns) and the action procedures for each.
Reference : See references/update-triggers-integration.md for the complete update procedures after ranking checks, competitor analyses, audits, and reports; monthly/quarterly archive routines; and integration points with all 8 connected skills (keyword-research, rank-tracker, competitor-analysis, content-gap-analysis, seo-content-writer, content-quality-auditor, domain-authority-auditor).
Reference : See references/examples.md for three complete examples: (1) updating hero keyword rankings with memory refresh, (2) glossary lookup flow, and (3) initializing memory for a new e-commerce project.
Load full context for [campaign name]
Retrieves hot cache + all cold storage files related to campaign.
Run memory health check
Audits memory structure: finds orphaned files, missing timestamps, stale hot cache items, broken references.
Promote all keywords ranking in top 10 to hot cache
Demote all completed campaigns from Q3 2024
Create memory snapshot for [date/milestone]
Takes point-in-time copy of entire memory structure for major milestones (site launches, algorithm updates, etc.).
Compare memory with [other project name]
Identifies keyword overlaps, competitor intersections, and strategy similarities across multiple projects.
memory/ subdirectories are only loaded when explicitly requested. They do not appear in Claude's context automatically. The hot cache (CLAUDE.md) is the primary cross-session mechanism.Weekly Installs
639
Repository
GitHub Stars
339
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode550
gemini-cli538
codex535
github-copilot518
kimi-cli497
amp496
Azure 升级评估与自动化工具 - 轻松迁移 Functions 计划、托管层级和 SKU
59,200 周安装