Overgrow is your AI CMO as a plugin, with a comprehrensive suite of commands to optimize your SEO and GEO. Overgrow is distilled from human written knolwedge and official web standards documentation.
Get Started in Claude Code
/plugin marketplace add zhizdev/overgrow
/plugin install overgrow@overgrow
/overgrow:init
Scans the repo to build an understanding of the existing project.
/overgrow:audit
Check titles, meta, H-hierarchy, canonicals, OG, JSON-LD schema, content depth, internal links, AI-citation readiness
/overgrow:spawn-pages
Draft landing pages that target query fan-out patterns to maximize AI visibility.
/overgrow:spawn-blogs
Draft blogs that target query fan-out patterns to maximize AI visibility.
/overgrow:spawn-internal-links
Build a web of internal links around semantic pillars.
/overgrow:sitemap
Audit or build sitemap.xml + robots.txt to maximize growth.
/overgrow:llmstxt
Audit or build /llms.txt to maximize growth.
/overgrow:humanize
Make it sounds human.
/overgrow:init # build the inventory
/overgrow:audit # find gaps & issues
/overgrow:spawn-pages # fill missing core pages
/overgrow:spawn-blogs # fill thin pillars
/overgrow:spawn-internal-links # wire the semantic graph
/overgrow:humanize # clean AI-sounding drafts
/overgrow:sitemap # expose everything to search & AI
/overgrow:llmstxt # ship an LLM-legible site map
/overgrow:humanize "paste AI-generated text here"
/overgrow:humanize content/blog/new-post.md
We curated hundreds of SEO and GEO best practices from official documentations and tutorials and distilled the knowledge into this set of skills for overgrow. Each individual primary source is summarized by gpt-5.4 into a few concise bullet points. We then use opus-4.7 to group and cluster all summarized bullet points into a condensed markdown format ready for skill usage at knowledge/geo.md.
Web searches on ChatGPT, Gemini, and Claude all use query fan-out to discover releveant content pieces before answering the prompt. We curated a base set of searches covering both specific and broad search intents and capture hundreds of real query fan-out behavior. We distill the behavior into a set of rules for reverse engineering fan-out patterns in knowledge/query-fanout.md. Overgrow uses this knowledge to propose new landing, blog, and resources pages.
/plugin marketplace add zhizdev/overgrow
/plugin install overgrow@overgrow
Commands appear as /overgrow:init, /overgrow:audit, etc. Update with /plugin update overgrow@overgrow, or enable auto-update in /plugin → Marketplaces.
cp -r .cursor your-project/Cursor skills require setup: switch to Nightly in Settings → Beta, then enable Agent Skills in Settings → Rules. Cursor skills docs
cp -r .gemini your-project/Gemini CLI requires the preview channel:
npm i -g @google/gemini-cli@preview, then/settings→ enable Skills, then/skills list. Gemini CLI skills docs
cp -r .codex/* ~/.codex/Codex uses a different command prefix:
$overgrow:init,$overgrow:audit, etc.
- Claude Code — primary, plugin-install
- Cursor — drop-in
.cursor/ - Gemini CLI — drop-in
.gemini/ - Codex CLI — drop-in
.codex/
One source of truth in source/skills/. The build transforms it into each provider's expected layout, frontmatter shape, and placeholder conventions — authored once, shipped four ways.
Skills are authored in source/skills/<name>/SKILL.md. The four dotfolders at the repo root (.claude/, .cursor/, .gemini/, .codex/) are generated artifacts.
bun install # once
# edit source/skills/<name>/SKILL.md or files under knowledge/
bun run rebuild # regenerates the 4 dotfolders
bun test # 103 tests, ~60ms
git add -A
git commit -m "..."source/skills/<name>/SKILL.md— canonical source per skillsource/skills/<name>/reference/— per-skill reference docs (bundled per provider)knowledge/*.md— shared authoritative references (shipped with the plugin)scripts/build.js— orchestrator: reads source, swaps provider placeholders, filters frontmatter, copies refs, writesdist/+ syncs the 4 dotfoldersscripts/lib/transformers/— provider config table + generic factory.claude-plugin/plugin.json— Claude Code plugin manifest.claude-plugin/marketplace.json— catalog so/plugin marketplace add zhizdev/overgrowworks
See CLAUDE.md for a deeper walk-through.
MIT.
Created by @zhizdev and bonemeal.ai.