aaron-he-zhu

Cite Framework — Communication skill for Claude Code

Communication community Intermediate

CITE citation framework for AI optimization.

How to install Cite Framework

This entry records only its repository, not the path inside it, so there is no exact command to give. Open aaron-he-zhu/seo-geo-claude-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cite Framework does

CITE citation framework for AI optimization.

One of 11 entries listed from aaron-he-zhu/seo-geo-claude-skills. The repository README describes the whole collection, not this skill — read it on GitHub.

Alternatives in Communication

  • Aso Skill — App Store Optimization for mobile apps 255 ★
  • App Store Skill — App Store optimization and submission 93 ★
  • Prompts.chat — f.k.a. Awesome ChatGPT Prompts 154.3k ★

Repository README

This is the README for aaron-he-zhu/seo-geo-claude-skills, shared by 11 entries in this directory. It describes the repository, not this entry specifically.

SEO & GEO Skills Library

[](https://skills.sh/aaron-he-zhu/seo-geo-claude-skills) [](./LICENSE) [](./VERSIONS.md)

Claude 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](https://github.com/aaron-he-zhu/core-eeat-content-benchmark). Domain authority powered by the [CITE Domain Rating](https://github.com/aaron-he-zhu/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.

Quick Start

Works with [Claude Code](https://claude.ai/download), [Cursor](https://cursor.com), [Codex](https://openai.com/codex), and [35+ other agents](https://skills.sh). No other dependencies.

  1. **Install** — choose your method:

    **Skills CLI** (recommended — works with [35+ agents](https://skills.sh)):

    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

    Claude Code Plugin

    Install directly as a Claude Code plugin:

    # 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](./CONNECTORS.md) for MCP setup.

    Git Submodule (version-pinned)

    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

    Fork & Customize

    For teams wanting custom modifications:

...