by aaron-he-zhu
20 SEO & GEO skills for Claude Code, Cursor, Codex, and 35+ AI agents. Keyword research, content writing, technical audits, rank tracking. CORE-EEAT + CITE frameworks.
# Add to your Claude Code skills
git clone https://github.com/aaron-he-zhu/seo-geo-claude-skillsClaude Skills and Commands for Search Engine Optimization (SEO) and Generative Engine Optimization (GEO). 20 skills, 9 commands, tool-agnostic, works with or without integrations. Content quality powered by the CORE-EEAT Content Benchmark. Domain authority powered by the CITE Domain Rating.
SEO gets you ranked in search results. GEO gets you cited by AI systems (ChatGPT, Perplexity, Google AI Overviews). This library covers both.
Works with Claude Code, Cursor, Codex, and 35+ other agents. No other dependencies.
Install — choose your method:
Skills CLI (recommended — works with 35+ agents):
npx skills add aaron-he-zhu/seo-geo-claude-skills
Or install a single skill:
npx skills add aaron-he-zhu/seo-geo-claude-skills -s keyword-research
<details>
<summary>Claude Code Plugin</summary>
Install directly as a Claude Code plugin:
</details> <details> <summary>Git Submodule (version-pinned)</summary> </details> <details> <summary>Fork & Customize</summary> </details> <details> <summary>Manual install (without CLI)</summary>No comments yet. Be the first to share your thoughts!
# From the Claude Code plugin marketplace
/plugin marketplace add aaron-he-zhu/seo-geo-claude-skills
# Or load locally
claude --plugin-dir ./seo-geo-claude-skills
Includes marketplace.json, plugin.json, and pre-configured MCP servers. See CONNECTORS.md for MCP setup.
Add as a submodule for version-pinned updates within an existing project:
git submodule add https://github.com/aaron-he-zhu/seo-geo-claude-skills.git .claude/skills/seo-geo
Update to the latest version:
git submodule update --remote .claude/skills/seo-geo
For teams wanting custom modifications:
git clone https://github.com/YOUR-ORG/seo-geo-claude-skills.git
npx skills add YOUR-ORG/seo-geo-claude-skills
git remote add upstream https://github.com/aaron-he-zhu/seo-geo-claude-skills.git
git fetch upstream && git merge upstream/main
git clone https://github.com/aaron-he-zhu/seo-geo-claude-skills.git
...