Hub Planner is a shareable AI-agent skill for planning SEO content hubs, topic clusters, pillar pages, cornerstone pages, content silos, topical maps, SEO blueprints, internal linking strategies, revenue-page support, and AI-search/GEO/AEO visibility.
It is designed for content strategists, SEO operators, affiliate site builders, SaaS teams, local businesses, product teams, and AI-assisted content workflows that need a practical hub blueprint instead of a generic keyword list.
- A clear hub strategy around one core topic or entity
- A pillar / cornerstone page brief
- Supporting article briefs mapped by search intent and funnel stage
- Revenue-page support plans for affiliate, product, SaaS, service, or lead-gen pages
- Internal linking rules between pillar, supporting, and revenue pages
- E-E-A-T and helpful-content requirements
- AI-search/GEO/AEO requirements for answer engines and AI Overviews
- Publishing priorities and maintenance tasks
The skill uses a four-layer hub model:
- Cornerstone / pillar page — a broad, comprehensive overview of the topic.
- Supporting pages — deeper pages that answer specific questions, problems, comparisons, and use cases.
- Revenue pages — pages where conversion happens, such as product pages, service pages, reviews, comparisons, or buying guides.
- AI Search Layer — answer-first sections, entity clarity, citable facts, structured summaries, schema opportunities, and trust signals that improve visibility in ChatGPT-style browsing, Perplexity, Google AI Overviews, Bing Copilot, and other answer engines.
Internal links connect the layers so users, search engines, and AI retrieval systems can understand the topic hierarchy and the business path.
Install as a user-level Claude Code skill:
mkdir -p ~/.claude/skills
cp -R skills/productivity/hub-planner ~/.claude/skills/hub-plannerOr install it inside a specific project so it travels with that repository:
mkdir -p .claude/skills
cp -R skills/productivity/hub-planner .claude/skills/hub-plannerRestart Claude Code or start a new session so the skill can be discovered.
If your agent runtime uses a Hermes-compatible skill directory, copy the skill folder into your skills path. Example:
mkdir -p ~/.hermes/skills/productivity
cp -R skills/productivity/hub-planner ~/.hermes/skills/productivity/Depending on your profile setup, copy the folder into the active profile's skills directory. Start a new session after installation.
Use Hub Planner to create an SEO hub plan for "AI automation tools for small businesses".
Plan a topic cluster for "email marketing automation" with pillar page, supporting articles, revenue pages, and internal linking strategy.
Create a topical map and SEO blueprint for an affiliate site about productivity software. Include P1/P2 supporting pages, E-E-A-T requirements, AI-search/GEO/AEO layer, and publishing roadmap.
Build a content silo around "local SEO for dentists" and include cornerstone page, service pages, comparison content, FAQ sections, schema opportunities, and AI Overview citation hooks.
skills/productivity/hub-planner/SKILL.md
README.md
MANIFEST.md
LICENSE
MIT