惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
有赞技术团队
有赞技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
博客园_首页
Y
Y Combinator Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
雷峰网
雷峰网
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Help Net Security
P
Proofpoint News Feed
B
Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - zhizdev/overgrow: A Claude Code plugin that lets...
zhizdev · 2026-04-24 · via Hacker News - Newest: "AI"

Overgrow

Overgrow - The Scientific AI CMO Plugin

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

Commands

/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.

Usage examples

/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

Humanize

/overgrow:humanize "paste AI-generated text here"
/overgrow:humanize content/blog/new-post.md

Designed from First Principles

The GEO Guide

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.

Query Fan-out

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.

Installation

Claude Code (recommended)

/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.

Cursor

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

Gemini CLI

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

Codex CLI

cp -r .codex/* ~/.codex/

Codex uses a different command prefix: $overgrow:init, $overgrow:audit, etc.

Supported tools

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.

Contributing and Local Workflow

Skills are authored in source/skills/<name>/SKILL.md. The four dotfolders at the repo root (.claude/, .cursor/, .gemini/, .codex/) are generated artifacts.

Workflow

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 "..."

Architecture

  • source/skills/<name>/SKILL.md — canonical source per skill
  • source/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, writes dist/ + syncs the 4 dotfolders
  • scripts/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/overgrow works

See CLAUDE.md for a deeper walk-through.

License

MIT.

Created by @zhizdev and bonemeal.ai.