From claude-rank
Auto-fixes SEO/GEO/AEO issues in web projects: scans findings, generates robots.txt/sitemap.xml/llms.txt/JSON-LD schema, edits HTML meta/OG tags/alt text, verifies improvements.
npx claudepluginhub houseofmvps/claude-rankThis skill uses the workspace's default tool permissions.
Fix everything that can be automated in one pass.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Fix everything that can be automated in one pass.
Run all scanners to get current findings:
node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/geo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/aeo-scanner.mjs <dir>
For each finding, apply automated fix:
File generation (create missing files):
node ${CLAUDE_PLUGIN_ROOT}/tools/robots-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/sitemap-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/llms-txt-generator.mjs <dir>node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --out=<path>HTML edits (use Edit tool):
robots.txt edits (use Edit tool):
Re-run all scanners. Report:
Save new scores via audit-history tool.