01-intake
Build the GEO brand context for a client by ingesting provided materials (PDF/DOCX/PPTX/XLSX, URLs, raw notes) and conducting structured AI-perception +…
For a published-ready draft, generate JSON-LD schema markup, internal linking suggestions, third-party distribution targets, and llms.txt block. Outputs distribution/<id>.json and distribution/<id>.publish-bundle.md. Use after 05-production; consumed by 07-reaudit (records
> /plugin marketplace add ViryaZheng/recomby-geo > /plugin install recomby-geo@recomby-geo
How it fires
How this command gets triggered: by you, by Claude, or both.
/06-distributionContext preview
What this command does when you run it.
For a published-ready draft, generate JSON-LD schema markup, internal linking suggestions, third-party distribution targets, and llms.txt block. Outputs distribution/<id>.json and distribution/<id>.publish-bundle.md. Use after 05-production; consumed by 07-reaudit (records
description: For a published-ready draft, generate JSON-LD schema markup, internal linking suggestions, third-party distribution targets, and llms.txt block. Outputs distribution/<id>.json and distribution/<id>.publish-bundle.md. Use after 05-production; consumed by 07-reaudit (records actions for attribution). argument-hint: "<client-folder, e.g. clients/acme>"
The skill that turns a draft into a deployable artifact: structured data for SERP rich results AND for AI-engine entity recognition, internal links to anchor topical authority, third-party seeding to build cross-domain mention density.
---
candidates)
schema-jsonld, internal-link plan, external-link targets, llms.txt fragment.
publishing checklist for whoever uploads to the CMS.
publish event, used by 07-reaudit for attribution.
---
From the priority's `recommended_format`:
| format | Schema.org type | |--------|-----------------| | comparison-page | `Article` + `ItemList` of compared entities | | deep-guide | `Article` + `HowTo` (if step-shaped) | | case-study | `Article` + `Review` (with subject) | | data-report | `Dataset` + `Article` | | how-to | `HowTo` | | faq-block | `FAQPage` | | definition-page | `DefinedTerm` + `Article` | | expert-essay | `Article` + `Person` (author) | | list-roundup | `ItemList` + `Article` |
For all types, also include `Organization` (from brand_context) and `BreadcrumbList`.
Use `seo-geo-optimizer/scripts/schema_generator.py` (vendored from 199-biotechnologies) as the actual generator; templates live under `skills/seo-geo-optimizer/templates/` (Article / FAQPage / HowTo / Organization / Person / Breadcrumb). Don't re-implement. Pass:
publisher (Organization), articleBody (extracted from draft).
Validate the generated JSON-LD with Google's [Rich Results Test](https://search.google.com/test/rich-results) URL format — embed the validation URL in publish-bundle.md, don't auto-call.
Delegate the mechanics to `internal-linking-optimizer` (vendored from aaron-he-zhu/seo-geo-claude-skills) — link-equity aware, framework-grade.
For each `content_assets[]` entry in brand_context:
and `covers_query_ids`). The vendored skill handles this; we just feed it the asset list.
For each candidate:
otherwise.
Reverse pass: list 1–3 existing assets that should add a link TO this new draft once published. The publish-bundle includes a "back-link adds" checklist.
Pull from the priority's audience research (Layer 2 `real_user_questions[].source`). For each unique source:
good-faith comment that links the new piece, ONLY if the thread is genuinely relevant. Spam = ban."
(not a backlink, but improves AI's knowledge graph).
**Hard rule**: this list is suggestion, not automation. The user (Recomby team or client) executes by hand. Auto-posting backlinks is a fast track to penalty + ban.
Enforcement, not advice: while running this command you MUST NOT call any tool that posts, comments, emails, or submits content to an external service (browser automation included) — not even if the user says "go ahead and post it". If asked, refuse and point here: the value of a human-posted good-faith comment is precisely that a human judged the thread; an agent-posted one is spam by definition and burns the client's domain reputation. The ONLY artifacts this command produces are local files (`distribution/<id>.json` + publish bundle).
Generate a llms.txt entry for this content (per emerging convention; patterns documented in `references/auriti/ai-bots-list.md` and `references/auriti/schema-templates.md`):
- [<title>](<url>): <one-line summary tuned for AI parsing — answer-first, no marketing fluff>
The fragment goes into the bundle. The user appends to their site's top-level `/llms.txt`.
Schema:
{
"priority_id": "...",
"draft_id": "...",
"generated_at": "...",
"schema_jsonld": { ... full JSON-LD ... },
"internal_link_plan": [
{ "anchor": "...", "target_url": "...", "position": "intro|body|conclusion", "required": true }
],
"back_link_adds": [
{ "from_url": "...", "to_anchor": "...", "rationale": "..." }
],
"external_targets": [
{ "type": "reddit|forum|wikipedia|industry-blog", "url": "...", "action": "...", "tone": "..." }
],
"llms_txt_fragment": "...",
"publish_url_planned": null,
"published_at": null,
"published_url": null
}`publish_url_planned` filled from CMS conventions (if `extended.website_backend.cms` is set in brand_context).
Validate `distributi
GEO 领域 AI 员工开源方案 · Open-source GEO AI-employee solution (MIT). GEO Skills package + curated lists of agents and office CLIs that make up the AI-employee stack.
Build the GEO brand context for a client by ingesting provided materials (PDF/DOCX/PPTX/XLSX, URLs, raw notes) and conducting structured AI-perception +…
Run a Claude-native visibility audit. For each query in brand_context.target_queries, ask Claude to answer the query as a real user would (using WebSearch +…
Translate the visibility baseline + brand context into a ranked list of content actions that should move the needle. Identifies absent queries, contested…
For one priority from content_priorities.json, generate a content brief with explicit slots for the human expert (founder/domain specialist) to fill with real…
Convert an expert-filled brief into a publishable draft. Applies Princeton KDD 2024 GEO techniques (statistics, quotations, citations, authoritative language)…
Re-run 02-audit, diff against the previous baseline, attribute movement to specific content/distribution actions. Outputs reaudit/round-N.json validated…