
from ultimate-seo-geo37
Repository-level entry for Ultimate SEO + GEO: routing shell and overview for the comprehensive SEO audit, strategy, and execution skill focused on organic sear
This repository-level SKILL.md acts as the routing shell and high-level entrypoint for the Ultimate SEO + GEO capability. It outlines the three-mode workflow (Audit → Plan → Execute), links to procedural references, and describes the agent's progressive-disclosure rules for running scripts and producing scored findings. Use this record to discover the canonical procedures and which scripts to run for deep audits.
Use the repo root skill when you need the high-level index—deciding whether to run a full site audit, prepare a migration, or request schema generation. For actual execution, follow the internal routing to the procedural files and scripts.
Designed for Claude Code and other LLM environments that can read AGENTS.md and run referenced scripts when available.
Comprehensive SEO+GEO auditing skill with 35 scripts covering technical SEO, backlinks, schema, readability, GEO/AI-citations, local SEO, and more. The routing SKILL.md is well-structured with progressive disclosure, mode-based workflow (Audit/Plan/Execute), and clear guardrails. Scripts are URL-driven CLI tools — most require a target URL argument and exit with usage errors in dry-run, which is expected behavior. Six scripts ran successfully (backlink analyzer, parse HTML, readability, requirements check, validate schema). No security red flags — no hardcoded credentials, no curl|bash, no data exfiltration. Minor deduction for scripts that error on FileNotFoundError instead of graceful handling (check-plugin-sync, check_github_release, score_eval_transcript).
This is a large, ambitious skill with strong domain coverage across SEO and GEO. The SKILL.md routing shell is well-designed with progressive disclosure, evidence integrity rules, and high-risk execute gates. Architecture could improve by splitting the monolithic scripts/ directory into subdirectories by topic (technical/, content/, links/) for better organization. Code quality is solid but some scripts lack graceful error handling when run outside their expected environment.