[{"data":1,"prerenderedAt":25},["ShallowReactive",2],{"docs-content:geoskills":3},{"html":4,"toc":5},"\u003Ch1>geoskills — Open-Source GEO Optimization Suite\u003C/h1>\n\u003Cp>\u003Cstrong>Make your website discoverable, citable, and recommendable by AI search engines.\u003C/strong>\u003C/p>\n\u003Cp>geoskills is an open-source suite of agent skills that brings Generative Engine Optimization (GEO) directly into your coding workflow. Instead of switching between audit tools, spreadsheets, and manual fixes, you run a single command and get actionable results — diagnosis, fixes, and progress tracking — all without leaving your terminal.\u003C/p>\n\u003Cp>\u003Cstrong>Repository\u003C/strong>: \u003Ca href=\"https://github.com/Cognitic-Labs/geoskills\">github.com/Cognitic-Labs/geoskills\u003C/a>\u003C/p>\n\u003Ch2 id=\"the-audit-fix-monitor-workflow\">The Audit-Fix-Monitor Workflow\u003C/h2>\n\u003Cp>Most GEO tools stop at &quot;here&#39;s what&#39;s wrong.&quot; geoskills covers the full optimization cycle:\u003C/p>\n\u003Cpre>\u003Ccode> 1. AUDIT          2. FIX               3. MONITOR\n ┌──────────┐     ┌──────────────┐     ┌──────────────┐\n │geo-audit │ ──► │geo-fix-*     │ ──► │geo-monitor   │\n │          │     │  - llmstxt   │     │              │\n │Score: 48 │     │  - schema    │     │Score: 48→72  │\n │14 issues │     │  - content   │     │+24 points    │\n └──────────┘     └──────────────┘     └──────────────┘\n       │                                      │\n       └──────── geo-compare ─────────────────┘\n              (benchmark vs competitors)\n\u003C/code>\u003C/pre>\n\u003Cp>\u003Cstrong>Step 1 — Diagnose\u003C/strong>: \u003Ccode>geo-audit\u003C/code> scans your site across 4 dimensions and produces a scored report with prioritized issues.\u003C/p>\n\u003Cp>\u003Cstrong>Step 2 — Fix\u003C/strong>: Three targeted fix skills generate ready-to-use assets for the most common gaps:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ccode>geo-fix-llmstxt\u003C/code> — Creates \u003Ccode>llms.txt\u003C/code> and \u003Ccode>llms-full.txt\u003C/code> so AI crawlers understand your site structure\u003C/li>\n\u003Cli>\u003Ccode>geo-fix-schema\u003C/code> — Generates JSON-LD markup (Organization, Article, FAQ, HowTo) tailored to your business type\u003C/li>\n\u003Cli>\u003Ccode>geo-fix-content\u003C/code> — Rewrites passages to remove hedge language, add data support, and improve self-containment\u003C/li>\n\u003C/ul>\n\u003Cp>\u003Cstrong>Step 3 — Measure\u003C/strong>: \u003Ccode>geo-monitor\u003C/code> re-audits and compares against your baseline, showing exactly which scores improved and by how much.\u003C/p>\n\u003Cp>\u003Cstrong>Bonus\u003C/strong>: \u003Ccode>geo-compare\u003C/code> benchmarks your site against 2-3 competitors side by side, revealing where they lead and where you have an advantage.\u003C/p>\n\u003Ch2 id=\"quick-start\">Quick Start\u003C/h2>\n\u003Cp>Install all skills with one command:\u003C/p>\n\u003Cpre>\u003Ccode class=\"language-bash\">npx skills add Cognitic-Labs/geoskills\n\u003C/code>\u003C/pre>\n\u003Cp>Then run your first audit:\u003C/p>\n\u003Cpre>\u003Ccode>/geo-audit https://your-site.com\n\u003C/code>\u003C/pre>\n\u003Cp>For individual skills or alternative install methods, see the \u003Ca href=\"https://github.com/Cognitic-Labs/geoskills#installation\">GitHub README\u003C/a>.\u003C/p>\n\u003Ch2 id=\"skill-reference\">Skill Reference\u003C/h2>\n\u003Ctable>\n\u003Cthead>\n\u003Ctr>\n\u003Cth>Skill\u003C/th>\n\u003Cth>Command\u003C/th>\n\u003Cth>What it does\u003C/th>\n\u003C/tr>\n\u003C/thead>\n\u003Ctbody>\u003Ctr>\n\u003Ctd>\u003Ca href=\"/docs/geo-audit\">geo-audit\u003C/a>\u003C/td>\n\u003Ctd>\u003Ccode>/geo-audit &lt;url&gt;\u003C/code>\u003C/td>\n\u003Ctd>Full 4-dimension GEO audit with composite score and 30-day roadmap\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>geo-fix-llmstxt\u003C/td>\n\u003Ctd>\u003Ccode>/geo-fix-llmstxt &lt;url&gt;\u003C/code>\u003C/td>\n\u003Ctd>Generate \u003Ccode>llms.txt\u003C/code> / \u003Ccode>llms-full.txt\u003C/code> for AI discoverability\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>geo-fix-schema\u003C/td>\n\u003Ctd>\u003Ccode>/geo-fix-schema &lt;url&gt;\u003C/code>\u003C/td>\n\u003Ctd>Analyze existing schema and generate missing JSON-LD markup\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>geo-fix-content\u003C/td>\n\u003Ctd>\u003Ccode>/geo-fix-content &lt;url&gt;\u003C/code>\u003C/td>\n\u003Ctd>Rewrite content for AI citability with before/after comparison\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>geo-compare\u003C/td>\n\u003Ctd>\u003Ccode>/geo-compare &lt;url1&gt; &lt;url2&gt; [url3]\u003C/code>\u003C/td>\n\u003Ctd>Side-by-side GEO score comparison across competing sites\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>geo-monitor\u003C/td>\n\u003Ctd>\u003Ccode>/geo-monitor &lt;url&gt;\u003C/code>\u003C/td>\n\u003Ctd>Re-audit and track score changes against a previous baseline\u003C/td>\n\u003C/tr>\n\u003C/tbody>\u003C/table>\n\u003Ch2 id=\"when-to-use-what\">When to Use What\u003C/h2>\n\u003Ctable>\n\u003Cthead>\n\u003Ctr>\n\u003Cth>Scenario\u003C/th>\n\u003Cth>Skill\u003C/th>\n\u003C/tr>\n\u003C/thead>\n\u003Ctbody>\u003Ctr>\n\u003Ctd>&quot;Why can&#39;t AI find my site?&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-audit\u003C/code> — start here\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>&quot;AI crawlers can&#39;t read my site structure&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-fix-llmstxt\u003C/code>\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>&quot;My pages have no structured data&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-fix-schema\u003C/code>\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>&quot;My content is never cited by AI&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-fix-content\u003C/code>\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>&quot;How do I compare to competitors in AI search?&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-compare\u003C/code>\u003C/td>\n\u003C/tr>\n\u003Ctr>\n\u003Ctd>&quot;Did my fixes actually improve anything?&quot;\u003C/td>\n\u003Ctd>\u003Ccode>geo-monitor\u003C/code>\u003C/td>\n\u003C/tr>\n\u003C/tbody>\u003C/table>\n\u003Ch2 id=\"compatibility\">Compatibility\u003C/h2>\n\u003Cp>geoskills works with any \u003Ca href=\"https://agentskills.io\">AgentSkills\u003C/a>-compatible coding agent:\u003C/p>\n\u003Cul>\n\u003Cli>Claude Code\u003C/li>\n\u003Cli>OpenCode\u003C/li>\n\u003Cli>OpenClaw\u003C/li>\n\u003Cli>Codex CLI\u003C/li>\n\u003Cli>Cursor\u003C/li>\n\u003Cli>GitHub Copilot\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"diagnostic-vs-measurement\">Diagnostic vs. Measurement\u003C/h2>\n\u003Cp>geoskills tells you \u003Cstrong>what to fix\u003C/strong>. \u003Ca href=\"https://aivsrank.com\">AIvsRank\u003C/a> measures \u003Cstrong>how visible you actually are\u003C/strong> — tracking real mentions across ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews over time.\u003C/p>\n\u003Cp>Together, they give you the complete picture: diagnose with geoskills, measure with AIvsRank.\u003C/p>\n",[6,10,13,16,19,22],{"id":7,"text":8,"level":9},"the-audit-fix-monitor-workflow","The Audit-Fix-Monitor Workflow",2,{"id":11,"text":12,"level":9},"quick-start","Quick Start",{"id":14,"text":15,"level":9},"skill-reference","Skill Reference",{"id":17,"text":18,"level":9},"when-to-use-what","When to Use What",{"id":20,"text":21,"level":9},"compatibility","Compatibility",{"id":23,"text":24,"level":9},"diagnostic-vs-measurement","Diagnostic vs. Measurement",1780370750219]