[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Houseofmvps-rank-en":3,"guides-for-Houseofmvps-rank":485,"similar-k174sd5j4vx63q4tazjsmz5v6x86n3aq-en":486},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":254,"isFallback":250,"parentExtension":259,"providers":319,"relations":323,"repo":324,"tags":482,"workflow":483},1778688445444.6912,"k174sd5j4vx63q4tazjsmz5v6x86n3aq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Main orchestrator for claude-rank SEO/GEO/AEO toolkit. Routes to specialized sub-skills.",{"claudeCode":12},"Houseofmvps/claude-rank","claude-rank","https://github.com/Houseofmvps/claude-rank",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":234,"workflow":252},1778688528713.0222,"kn7btgsf9yq03x4tj31703pse586myh4","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":221,"tier":222,"useCases":223,"workflow":228},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem addressed: AI search engines and traditional search engines are not discovering or citing the user's site, leading to a lack of AI visibility and search traffic.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value beyond a simple prompt by providing a comprehensive suite of 10 scanners, over 170 checks, and automated fixing capabilities for AI readiness and search visibility, which is beyond default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, covering a complete lifecycle from scanning to auto-fixing and providing actionable post-audit plans for Google Search Console and Bing Webmaster Tools.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill acts as an orchestrator for a clearly defined domain: SEO/GEO/AEO toolkit, routing to specialized sub-skills without encroaching on unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's function as the main orchestrator for the SEO/GEO/AEO toolkit, routing to specialized sub-skills.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The tools are narrowly scoped verb-noun specialists (e.g., `rank-audit`, `rank-geo`) facilitating precise selection by the agent.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The README and SKILL.md provide comprehensive documentation for commands, flags, and their expected behaviors, with no implicit parameters or unclear precedence.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","All exposed tool names are descriptive, follow a consistent verb-noun pattern (e.g., `rank-audit`), and are easy to understand within the declared domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool inputs are well-defined via CLI arguments and structured data (JSON/CSV), and outputs are focused on the promised analysis without extraneous diagnostic information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT license, clearly indicated in the README and LICENSE file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The project has recent commits, with the last commit on May 11, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension has minimal dependencies (only `htmlparser2`) and is well-maintained, with clear requirements for Node.js version.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not handle secrets and explicitly states 'No telemetry. Zero data collection. No phone home. Ever.', ensuring no secrets are exposed.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension uses `execFileSync` with array arguments and explicitly blocks private IPs and non-HTTP schemes, preventing injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension has minimal dependencies, uses `execFileSync` to avoid remote code execution, and does not fetch external content at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates within its defined scope, has restrictive write permissions, and does not attempt to modify files outside its project folder.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached-process spawns or retry loops around denied tool calls were detected in the provided source code.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension explicitly states no telemetry is collected and handles data securely, with no undocumented outbound calls.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, ANSI escapes, or invisible Unicode characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension's code is plain, readable JavaScript using ESM modules, with no obfuscation, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill handles project structure assumptions gracefully, stating requirements for Node.js version and ESM environment, and exits with clear messages if prerequisites are not met.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 1 was closed, indicating active and responsive maintenance.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful semver version is declared via npm (`@houseofmvps/claude-rank`) and GitHub tags/releases, and the installation instructions are clear.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The extension uses `execFileSync` with array arguments for commands and has robust input handling, ensuring parameters are validated and sanitized.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The extension is primarily analytical and read-only; any potential file writes are guarded by clear parameters and strict permissions, with no destructive operations by default.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The extension provides actionable error messages, handles exceptions gracefully, and exits with non-zero codes on failure, providing clear stderr messages.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The extension explicitly states no telemetry is collected, and actions are logged via the transcript, with no requirement for a separate audit file.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension does not operate on personal data and has no telemetry, therefore not posing a GDPR risk.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension's functionality is universally applicable to web projects, with no regional or jurisdictional logic, thus `targetMarket` is global.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The extension requires Node.js >= 18 and ESM, which are standard requirements, and has no assumptions about specific editors or OS beyond POSIX compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README file exists, is comprehensive, and clearly states the extension's purpose and capabilities.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes a reasonable number of tools (16 CLI commands and 7 plugin skills), fitting within the recommended range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The tool names are distinct and cover specific functionalities, avoiding near-synonym redundancy.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features in the README, including the 10 scanners and auto-fix generators, have corresponding implementations in the codebase.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions for both Claude Code plugin and standalone usage, including copy-paste examples.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The extension provides clear, actionable error messages that include the failure, cause, and remediation steps or documentation links.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The extension has a single dependency (`htmlparser2`) and requires a specific Node.js version (>= 18), ensuring a stable execution environment.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The extension is primarily analytical and read-only, thus a dry-run mode is not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The extension has no remote calls or state-changing operations that would require idempotency or timeouts.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension strictly adheres to no telemetry collection, making it inherently compliant with opt-in requirements.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly outlines the skill's purpose as an orchestrator for SEO/GEO/AEO toolkits and specifies its use for improving AI readiness and search visibility.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of routing to specialized sub-skills for SEO/GEO/AEO toolkits.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with progressive disclosure, keeping the main instructions concise and deferring detailed material to separate files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the overall flow and links to specific commands, with detailed explanations and examples provided in the README, demonstrating effective progressive disclosure.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill that requires forked context; it directly executes defined tasks.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous end-to-end, ready-to-use examples for both plugin and standalone usage, covering various commands and scenarios.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly handles edge cases by providing detailed explanations for each scanner and command, and the auto-fix generators address common issues.",{"category":103,"check":183,"severity":151,"summary":184},"Tool Fallback","The skill uses only Claude-internal tools and has no dependencies on custom MCP servers, making fallbacks not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's design and clear requirements (Node.js version, ESM) imply it would halt on unexpected pre-state, and its analytical nature minimizes destructive operations.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; cross-skill coordination is not a stated feature.",1778688528577,"This is the main orchestrator skill for the claude-rank SEO/GEO/AEO toolkit. It routes requests to specialized sub-skills and provides a quick health check. It scans websites for AI discoverability, search hygiene, content structure, performance, and security, offering automated fixes and actionable insights.",[195,196,197,198,199],"Orchestrates specialized SEO/GEO/AEO sub-skills","Performs 10 distinct site analysis scanners","Offers automated fixing for common issues (robots.txt, sitemap.xml, etc.)","Provides actionable post-audit plans for search consoles","Generates competitive analysis reports",[201,202,203],"Replacing a full SEO strategy, link building, or content marketing.","Performing real-time, dynamic site content generation.","Offering services beyond website analysis and technical optimization.",[],[206,207],"Node.js >= 18","ESM environment","3.0.0","4.4.0","To help developers and website owners ensure their sites are discoverable and citeable by AI search engines and traditional search engines, ultimately improving AI visibility and search traffic.","The extension is exceptionally well-documented and robust, with a comprehensive suite of tools and excellent usage examples. No significant issues were found.",99,"A comprehensive and well-documented toolkit for AI readiness and search visibility optimization.",[215,216,217,218,219,220],"seo","ai","content-optimization","technical-seo","performance","security-headers","global","verified",[224,225,226,227],"When a website is not being cited by AI search engines or indexed effectively by Google.","To ensure a website is crawlable by AI bots like GPTBot and ClaudeBot.","To automate the creation of essential files like sitemaps, robots.txt, and JSON-LD.","To analyze and improve content structure for AI summarization and direct answers.",[229,230,231,232,233],"Run the main `/rank` command or a specific sub-skill command.","The skill executes relevant scanners in parallel or sequentially.","Analysis results are displayed, often with scores and grades.","If scores are low, `/claude-rank:rank-fix` can be run to generate missing files.","Actionable plans are provided for manual steps with Google Search Console and Bing Webmaster Tools.",{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"popularity":246,"security":248,"testCoverage":251},{"hasLockfile":236},true,1778688505537,{"descriptionLength":239,"readmeSize":240},88,25062,{"closedIssues90d":242,"forks":243,"hasChangelog":236,"openIssues90d":8,"pushedAt":244,"stars":245},1,2,1778529248000,32,{"npmDownloads":247},186,{"hasNpmPackage":236,"license":249,"smitheryVerified":250},"MIT",false,{"hasCi":236,"hasTests":236},{"updatedAt":253},1778688528713,{"basePath":255,"githubOwner":256,"githubRepo":13,"locale":18,"slug":257,"type":258},"skills/rank","Houseofmvps","rank","skill",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"parentExtension":269,"providers":303,"relations":314,"tags":315,"workflow":316},1778688445444.691,"k179m2nqnv63nsxfs3js56bp9s86nrez",{"reviewCount":8},{"description":264,"installMethods":265,"name":13,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically.",{"claudeCode":13},{"basePath":267,"githubOwner":256,"githubRepo":13,"locale":18,"slug":13,"type":268},"","plugin",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":276,"providers":278,"relations":296,"tags":298,"workflow":299},1778688445444.6907,"k175zdykxh7cfjpd9wx4hr3r2s86mr55",{"reviewCount":8},{"description":274,"installMethods":275,"name":13,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically. 170+ rules across 10 scanners.",{"claudeCode":12},{"basePath":267,"githubOwner":256,"githubRepo":13,"locale":18,"slug":13,"type":277},"marketplace",{"evaluate":279,"extract":291},{"promptVersionExtension":280,"promptVersionScoring":209,"score":212,"tags":281,"targetMarket":221,"tier":222},"3.1.0",[215,282,283,284,285,286,287,288,289,290],"geo","aeo","ai-search","claude-code","marketing","agency","structured-data","schema","search-optimization",{"commitSha":292,"license":249,"marketplace":293,"plugin":294},"HEAD",{"name":13,"pluginCount":242},{"mcpCount":8,"provider":295,"skillCount":8},"classify",{"repoId":297},"kd7f0gftqjxbq2z9ptzzk1549n86mnjf",[283,287,284,285,282,286,289,290,215,288],{"evaluatedAt":300,"extractAt":301,"updatedAt":302},1778688470507,1778688445444,1778688776949,{"evaluate":304,"extract":311},{"promptVersionExtension":208,"promptVersionScoring":209,"score":305,"tags":306,"targetMarket":221,"tier":222},96,[215,307,308,309,219,289,310],"ai-readiness","auditing","cli","optimization",{"commitSha":292,"license":249,"plugin":312},{"mcpCount":8,"provider":295,"skillCount":313},6,{"parentExtensionId":271,"repoId":297},[307,308,309,310,219,289,215],{"evaluatedAt":317,"extractAt":301,"updatedAt":318},1778688499384,1778688776496,{"evaluate":320,"extract":322},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":321,"targetMarket":221,"tier":222},[215,216,217,218,219,220],{"commitSha":292,"license":249},{"parentExtensionId":261,"repoId":297},{"_creationTime":325,"_id":297,"identity":326,"providers":327,"workflow":477},1778688437407.7522,{"githubOwner":256,"githubRepo":13,"sourceUrl":14},{"classify":328,"discover":467,"extract":470,"github":471,"npm":476},{"commitSha":292,"extensions":329},[330,343,411,417,425,433,441,449,457],{"basePath":267,"description":274,"displayName":13,"installMethods":331,"rationale":332,"selectedPaths":333,"source":342,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[334,337,339],{"path":335,"priority":336},".claude-plugin/marketplace.json","mandatory",{"path":338,"priority":336},"README.md",{"path":340,"priority":341},"LICENSE","high","rule",{"basePath":267,"description":264,"displayName":13,"installMethods":344,"license":249,"rationale":345,"selectedPaths":346,"source":342,"sourceLanguage":18,"type":268},{"claudeCode":13},"plugin manifest at .claude-plugin/plugin.json",[347,349,350,351,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,385,387,389,391,393,395,397,399,401,403,405,407,409],{"path":348,"priority":336},".claude-plugin/plugin.json",{"path":338,"priority":336},{"path":340,"priority":341},{"path":352,"priority":353},"skills/rank/SKILL.md","medium",{"path":355,"priority":353},"skills/rank-aeo/SKILL.md",{"path":357,"priority":353},"skills/rank-audit/SKILL.md",{"path":359,"priority":353},"skills/rank-fix/SKILL.md",{"path":361,"priority":353},"skills/rank-geo/SKILL.md",{"path":363,"priority":353},"skills/rank-schema/SKILL.md",{"path":365,"priority":341},"agents/aeo-auditor.md",{"path":367,"priority":341},"agents/citability-auditor.md",{"path":369,"priority":341},"agents/content-auditor.md",{"path":371,"priority":341},"agents/geo-auditor.md",{"path":373,"priority":341},"agents/performance-auditor.md",{"path":375,"priority":341},"agents/schema-auditor.md",{"path":377,"priority":341},"agents/security-auditor.md",{"path":379,"priority":341},"agents/seo-auditor.md",{"path":381,"priority":341},"agents/vertical-auditor.md",{"path":383,"priority":384},"bin/claude-rank.mjs","low",{"path":386,"priority":341},"commands/rank-aeo.md",{"path":388,"priority":341},"commands/rank-audit.md",{"path":390,"priority":341},"commands/rank-citability.md",{"path":392,"priority":341},"commands/rank-compete.md",{"path":394,"priority":341},"commands/rank-content.md",{"path":396,"priority":341},"commands/rank-fix.md",{"path":398,"priority":341},"commands/rank-geo.md",{"path":400,"priority":341},"commands/rank-perf.md",{"path":402,"priority":341},"commands/rank-schema.md",{"path":404,"priority":341},"commands/rank-security.md",{"path":406,"priority":341},"commands/rank-vertical.md",{"path":408,"priority":341},"commands/rank.md",{"path":410,"priority":341},"hooks/hooks.json",{"basePath":255,"description":10,"displayName":257,"installMethods":412,"rationale":413,"selectedPaths":414,"source":342,"sourceLanguage":18,"type":258},{"claudeCode":12},"SKILL.md frontmatter at skills/rank/SKILL.md",[415],{"path":416,"priority":336},"SKILL.md",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":342,"sourceLanguage":18,"type":258},"skills/rank-aeo","Answer engine optimization. Optimize for featured snippets, voice search, People Also Ask.","rank-aeo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-aeo/SKILL.md",[424],{"path":416,"priority":336},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":342,"sourceLanguage":18,"type":258},"skills/rank-audit","Full SEO/GEO/AEO/Citability/Content/Performance/Vertical/Security audit with auto-fix. Scans, reports, fixes, and verifies.","rank-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-audit/SKILL.md",[432],{"path":416,"priority":336},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":342,"sourceLanguage":18,"type":258},"skills/rank-fix","Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.","rank-fix",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-fix/SKILL.md",[440],{"path":416,"priority":336},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":342,"sourceLanguage":18,"type":258},"skills/rank-geo","AI search optimization audit. Optimize content for ChatGPT, Perplexity, Google AI Overviews.","rank-geo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-geo/SKILL.md",[448],{"path":416,"priority":336},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":342,"sourceLanguage":18,"type":258},"skills/rank-schema","Structured data management. Detect, validate, generate, and inject JSON-LD schema.","rank-schema",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-schema/SKILL.md",[456],{"path":416,"priority":336},{"basePath":267,"description":264,"displayName":458,"installMethods":459,"license":249,"rationale":460,"selectedPaths":461,"source":342,"sourceLanguage":18,"type":309},"@houseofmvps/claude-rank",{"npm":458},"cli ecosystem detected at /",[462,464,465,466],{"path":463,"priority":336},"package.json",{"path":338,"priority":336},{"path":340,"priority":341},{"path":383,"priority":353},{"sources":468},[469],"manual",{"npmPackage":458},{"closedIssues90d":242,"description":274,"forks":243,"homepage":472,"license":249,"openIssues90d":8,"pushedAt":244,"readmeSize":240,"stars":245,"topics":473},"https://www.npmjs.com/package/@houseofmvps/claude-rank",[283,284,474,285,475,282,286,290,215,288],"answer-engine-optimization","generative-engine-optimization",{"downloads":247},{"classifiedAt":478,"discoverAt":479,"extractAt":480,"githubAt":480,"npmAt":481,"updatedAt":478},1778688444933,1778688437407,1778688441069,1778688443794,[216,217,219,220,215,218],{"evaluatedAt":253,"extractAt":301,"updatedAt":484},1778688776769,[],[487,517,546,573,600,622],{"_creationTime":488,"_id":489,"community":490,"display":491,"identity":497,"providers":501,"relations":510,"tags":513,"workflow":514},1778694720643.0347,"k1701tz3ryvkv5zkmv8ymbgz2186mweb",{"reviewCount":8},{"description":492,"installMethods":493,"name":495,"sourceUrl":496},"Generative Engine Optimization (GEO) — make content rank in AI search answers from ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. Audits existing content, rewrites for AI citation, and produces per-engine strategy. Use when asked to \"optimize for AI search\", \"rank in ChatGPT\", \"GEO audit\", \"improve AI citations\", \"rank in Perplexity\", \"AI Overview optimization\", \"AI Overview ranking\", \"LLM SEO\", \"answer engine optimization\", \"AEO\", \"get cited by AI\", \"GEO\", \"generative engine optimization\", \"show up in ChatGPT\", \"appear in AI answers\", \"be cited by Perplexity\", \"SGE optimization\", \"Search Generative Experience\", or \"make my content show up in AI answers\". Distinct from regular SEO — this targets generative engines, not traditional Google rankings.\n",{"claudeCode":494},"nowork-studio/toprank","geo-optimizer","https://github.com/nowork-studio/toprank",{"basePath":498,"githubOwner":499,"githubRepo":500,"locale":18,"slug":495,"type":258},"seo/geo-optimizer","nowork-studio","toprank",{"evaluate":502,"extract":509},{"promptVersionExtension":208,"promptVersionScoring":209,"score":503,"tags":504,"targetMarket":221,"tier":222},100,[215,217,284,505,506,507,508],"perplexity","chatgpt","gemini","claude",{"commitSha":292},{"parentExtensionId":511,"repoId":512},"k17dxqwvvhjw9ft30d5zz356z986my6s","kd74wn8s89tp9hrfsmcra492r586nbrv",[284,506,508,217,507,505,215],{"evaluatedAt":515,"extractAt":516,"updatedAt":515},1778695016147,1778694720643,{"_creationTime":518,"_id":519,"community":520,"display":521,"identity":527,"providers":531,"relations":538,"tags":541,"workflow":542},1778669911998.9336,"k176r9nwkkcspbgrg1dqd0bhyn86mz7r",{"reviewCount":8},{"description":522,"installMethods":523,"name":525,"sourceUrl":526},"Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to \"improve Core Web Vitals\", \"fix LCP\", \"reduce CLS\", \"optimize INP\", \"page experience optimization\", or \"fix layout shifts\".",{"claudeCode":524},"addyosmani/web-quality-skills","core-web-vitals","https://github.com/addyosmani/web-quality-skills",{"basePath":528,"githubOwner":529,"githubRepo":530,"locale":18,"slug":525,"type":258},"skills/core-web-vitals","addyosmani","web-quality-skills",{"evaluate":532,"extract":537},{"promptVersionExtension":208,"promptVersionScoring":209,"score":503,"tags":533,"targetMarket":221,"tier":222},[219,525,534,535,536,310,215],"lcp","inp","cls",{"commitSha":292},{"parentExtensionId":539,"repoId":540},"k17evfk27b0hwd73j3s2d9ng1s86ntdb","kd7enw4egr4ry8k3qvzs9kq6f186mas7",[536,525,535,534,310,219,215],{"evaluatedAt":543,"extractAt":544,"updatedAt":545},1778670506329,1778669911999,1778670658563,{"_creationTime":547,"_id":548,"community":549,"display":550,"identity":556,"providers":561,"relations":567,"tags":569,"workflow":570},1778696113180.827,"k171pvb7cmxy1c1f6356cwhdc186mk91",{"reviewCount":8},{"description":551,"installMethods":552,"name":554,"sourceUrl":555},"Run a comprehensive on-page SEO audit or optimization pass covering title tags, meta descriptions, header structure, content quality, internal links, image optimization, URL hygiene, and on-page schema. Use this skill whenever the user asks to optimize a page, audit on-page SEO, fix titles or meta tags, review header structure, check internal linking, improve a single URL's search performance, or write SEO-friendly copy. Triggers on on-page SEO, page audit, title tag, meta description, H1, header structure, internal links, image alt, URL slug, page optimization, optimize this page, SEO this page. Also triggers for any single-page review where ranking, click-through, or relevance signal quality is the goal, even if the user does not say 'SEO' explicitly.",{"claudeCode":553},"rampstackco/claude-skills","On-Page SEO","https://github.com/rampstackco/claude-skills",{"basePath":557,"githubOwner":558,"githubRepo":559,"locale":18,"slug":560,"type":258},"skills/seo-onpage","rampstackco","claude-skills","seo-onpage",{"evaluate":562,"extract":566},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":563,"targetMarket":221,"tier":222},[215,564,565,217,286],"on-page","audit",{"commitSha":292,"license":249},{"repoId":568},"kd7bebccrrd1xf6w868aggftrd86m86v",[565,217,286,564,215],{"evaluatedAt":571,"extractAt":572,"updatedAt":571},1778697735299,1778696113180,{"_creationTime":574,"_id":575,"community":576,"display":577,"identity":583,"providers":587,"relations":593,"tags":596,"workflow":597},1778674872846.7866,"k171t611dghyavzw572nx6fsgx86mekc",{"reviewCount":8},{"description":578,"installMethods":579,"name":581,"sourceUrl":582},"Technical SEO audit across 9 categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, and IndexNow protocol. Use when user says \"technical SEO\", \"crawl issues\", \"robots.txt\", \"Core Web Vitals\", \"site speed\", or \"security headers\".\n",{"claudeCode":580},"AgriciDaniel/claude-seo","seo-technical","https://github.com/AgriciDaniel/claude-seo",{"basePath":584,"githubOwner":585,"githubRepo":586,"locale":18,"slug":581,"type":258},"skills/seo-technical","AgriciDaniel","claude-seo",{"evaluate":588,"extract":592},{"promptVersionExtension":208,"promptVersionScoring":209,"score":589,"tags":590,"targetMarket":221,"tier":222},95,[215,218,565,591,217],"website-analysis",{"commitSha":292},{"parentExtensionId":594,"repoId":595},"k17bt4vy4p97rmz9wkrfgzd8s986m614","kd7fg9a0c3bhpkzvsc87hq0qdd86mkeg",[565,217,215,218,591],{"evaluatedAt":598,"extractAt":599,"updatedAt":598},1778675382786,1778674872846,{"_creationTime":601,"_id":602,"community":603,"display":604,"identity":608,"providers":610,"relations":618,"tags":619,"workflow":620},1778674872846.7812,"k173gpfhpxmvh7k2fcsgzxxefx86nps9",{"reviewCount":8},{"description":605,"installMethods":606,"name":607,"sourceUrl":582},"Comprehensive SEO analysis for any website or business type. Full site audits, single-page analysis, technical SEO (crawlability, indexability, Core Web Vitals with INP), schema markup, content quality (E-E-A-T), image optimization, sitemap analysis, and GEO for AI Overviews/ChatGPT/Perplexity. Industry detection for SaaS, e-commerce, local, publishers, agencies. Triggers on: SEO, audit, schema, Core Web Vitals, sitemap, E-E-A-T, AI Overviews, GEO, technical SEO, content quality, page speed, structured data.",{"claudeCode":580},"Claude SEO",{"basePath":609,"githubOwner":585,"githubRepo":586,"locale":18,"slug":215,"type":258},"skills/seo",{"evaluate":611,"extract":617},{"promptVersionExtension":208,"promptVersionScoring":209,"score":612,"tags":613,"targetMarket":221,"tier":616},94,[215,308,217,218,614,284,615,219],"schema-markup","local-seo","community",{"commitSha":292,"license":249},{"parentExtensionId":594,"repoId":595},[284,308,217,615,219,614,215,218],{"evaluatedAt":621,"extractAt":599,"updatedAt":621},1778674990482,{"_creationTime":623,"_id":624,"community":625,"display":626,"identity":632,"providers":637,"relations":645,"tags":648,"workflow":649},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":627,"installMethods":628,"name":630,"sourceUrl":631},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":629},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":633,"githubOwner":634,"githubRepo":635,"locale":18,"slug":636,"type":258},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":638,"extract":644},{"promptVersionExtension":208,"promptVersionScoring":209,"score":503,"tags":639,"targetMarket":221,"tier":222},[640,641,642,216,643,309],"finance","trading","market-analysis","typescript",{"commitSha":292,"license":249},{"parentExtensionId":646,"repoId":647},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[216,309,640,642,641,643],{"evaluatedAt":650,"extractAt":651,"updatedAt":650},1778701108877,1778696691708]