[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-AgriciDaniel-seo-local-en":3,"guides-for-AgriciDaniel-seo-local":882,"similar-k1773ed273fmq161vke0s9mny186m0nf-en":883},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":229,"parentExtension":252,"providers":313,"relations":317,"repo":318,"tags":880,"workflow":881},1778674872846.7847,"k1773ed273fmq161vke0s9mny186m0nf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Local SEO analysis covering Google Business Profile optimization, NAP consistency, citation health, review signals, local schema markup, location page quality, multi-location SEO, and industry-specific recommendations. Detects business type (brick-and-mortar, SAB, hybrid) and industry vertical (restaurant, healthcare, legal, home services, real estate, automotive). Use when user says \"local SEO\", \"Google Business Profile\", \"GBP\", \"map pack\", \"local pack\", \"citations\", \"NAP consistency\", \"local rankings\", \"service area\", \"multi-location\", or \"local search\".\n",{"claudeCode":12},"AgriciDaniel/claude-seo","seo-local","https://github.com/AgriciDaniel/claude-seo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":245},1778675247067.861,"kn7atwaq7x5xptnnbrh87pr9vd86mr00","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,71,75,78,81,84,87,91,95,98,102,105,108,111,114,117,120,124,127,131,135,139,142,146,149,153,156,159,162,166,169,172,176,180,183,186],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of local SEO analysis and explicitly states its use cases and triggers, making it immediately understandable.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a comprehensive, multi-faceted approach to local SEO beyond a simple prompt, integrating various data sources and industry-specific analyses.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for local SEO analysis, from detection to actionable recommendations, and is well-documented with specific use cases.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is focused on local SEO analysis, covering its various dimensions without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities and intended use.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the skill's purpose (local SEO analysis) and provides specific triggers and boundaries, making its scope precise.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly summarizing the core capability and providing relevant trigger phrases.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is well-structured with progressive disclosure, keeping the main body concise by delegating detailed information to reference files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed information is logically organized into reference files and linked from the main SKILL.md, allowing for progressive disclosure.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill performs analysis and provides a report rather than deep exploration, so `context: fork` is not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The README provides clear examples for common commands like `/seo audit`, `/seo page`, and `/seo schema`, demonstrating their usage and expected outcomes.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The SKILL.md explicitly documents error handling scenarios for URL reachability, no local signals, NAP not found, unclear industry, and multi-location page limits, with suggested recovery steps.",{"category":65,"check":66,"severity":24,"summary":67},"Safety","Halt on unexpected state","The SKILL.md details error handling for unexpected states like unreachable URLs or missing NAP data, instructing the skill to halt and report.",{"category":40,"check":69,"severity":56,"summary":70},"Tool Fallback","The skill does not appear to rely on external MCP servers as optional tools with fallbacks; it seems to operate on Claude's internal tools or its own logic.",{"category":72,"check":73,"severity":24,"summary":74},"Portability","Cross-skill coupling","The skill is self-contained and focuses on local SEO analysis. While it mentions other related skills and commands, it does not implicitly rely on them, and cross-references are optional.",{"category":33,"check":76,"severity":24,"summary":77},"Scoped tools","The extension's commands like `/seo local`, `/seo geo`, and `/seo schema` are specific and verb-noun oriented, indicating well-scoped tools.",{"category":47,"check":79,"severity":24,"summary":80},"Configuration & parameter reference","The SKILL.md and README clearly outline commands, their arguments (e.g., URL), and general usage, without implicit parameters.",{"category":33,"check":82,"severity":24,"summary":83},"Tool naming","The command names like `/seo local`, `/seo geo`, and `/seo schema` are descriptive and follow kebab-case convention.",{"category":33,"check":85,"severity":24,"summary":86},"Minimal I/O surface","Commands primarily take a URL as input, and the output is documented as a structured markdown file, indicating a minimal I/O surface.",{"category":88,"check":89,"severity":24,"summary":90},"License","License usability","The license is MIT, declared in the SKILL.md frontmatter and a LICENSE file, allowing for permissive use.",{"category":92,"check":93,"severity":24,"summary":94},"Maintenance","Commit recency","The repository has recent commits (May 11, 2026), indicating active maintenance.",{"category":92,"check":96,"severity":24,"summary":97},"Dependency Management","The project lists Python 3.10+ as a requirement and implies standard package management for dependencies, with a CI pipeline present.",{"category":99,"check":100,"severity":24,"summary":101},"Security","Secret Management","The extension does not appear to handle secrets directly; it relies on Claude Code's environment and optionally Google API credentials which are configured separately.",{"category":99,"check":103,"severity":24,"summary":104},"Injection","The skill's logic appears to be contained and does not involve loading untrusted external code or data that could be used for injection.",{"category":99,"check":106,"severity":24,"summary":107},"Transitive Supply-Chain Grenades","The extension does not fetch external code or data at runtime; all necessary logic and references are bundled.",{"category":99,"check":109,"severity":24,"summary":110},"Sandbox Isolation","The skill operates within the Claude Code environment and focuses on analysis, with no indication of attempting to modify files outside its designated scope.",{"category":99,"check":112,"severity":24,"summary":113},"Sandbox escape primitives","No detached processes or deny-retry loops were observed in the provided code snippets or documentation.",{"category":99,"check":115,"severity":24,"summary":116},"Data Exfiltration","The skill performs analysis and does not appear to have any outbound calls to submit confidential data; optional Google API usage requires explicit configuration.",{"category":99,"check":118,"severity":24,"summary":119},"Hidden Text Tricks","The bundled content and descriptions are free of hidden steering tricks or obfuscation.",{"category":121,"check":122,"severity":24,"summary":123},"Hooks","Opaque code execution","The bundled scripts are in plain Python and do not use obfuscation techniques like base64 encoding or runtime fetching of code.",{"category":72,"check":125,"severity":24,"summary":126},"Structural Assumption","The skill primarily operates on provided URLs and does not make strong assumptions about the user's local project structure.",{"category":128,"check":129,"severity":24,"summary":130},"Trust","Issues Attention","With 5 open and 24 closed issues in the last 90 days, the maintainer shows good engagement and a healthy closure rate.",{"category":132,"check":133,"severity":24,"summary":134},"Versioning","Release Management","The extension declares a version (1.9.9) in its frontmatter and has a CHANGELOG.md, indicating clear release management.",{"category":136,"check":137,"severity":24,"summary":138},"Execution","Validation","The skill's input (URL) is validated, and its output is structured markdown, implying proper validation and sanitization.",{"category":99,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","The skill is analytical and does not perform destructive operations.",{"category":143,"check":144,"severity":24,"summary":145},"Code Execution","Error Handling","The SKILL.md details specific error scenarios with clear reporting and recovery steps, indicating robust error handling.",{"category":143,"check":147,"severity":56,"summary":148},"Logging","As an analytical skill that doesn't perform destructive actions or make outbound calls to unverified destinations, explicit local audit logging is not required.",{"category":150,"check":151,"severity":56,"summary":152},"Compliance","GDPR","The skill analyzes publicly available website data and does not operate on personal data, thus GDPR compliance is not a direct concern.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill is designed for local SEO analysis globally, with no explicit regional restrictions mentioned; targetMarket defaults to global.",{"category":72,"check":157,"severity":24,"summary":158},"Runtime stability","The extension requires Python 3.10+ and Claude Code, which are standard environments, ensuring broad runtime stability.",{"category":47,"check":160,"severity":24,"summary":161},"README","The README is comprehensive, detailing installation, commands, features, architecture, and ecosystem, fulfilling its documentation purpose.",{"category":33,"check":163,"severity":164,"summary":165},"Tool surface size","info","The extension exposes a large number of commands (25+ sub-skills and 18 sub-agents mentioned), exceeding the ideal range but fitting its comprehensive SEO scope.",{"category":40,"check":167,"severity":24,"summary":168},"Overlapping near-synonym tools","While many commands exist, they cover distinct SEO areas and do not appear to have significant overlapping near-synonym functionalities.",{"category":47,"check":170,"severity":24,"summary":171},"Phantom features","All advertised features and commands in the README and SKILL.md appear to have corresponding implementations or documented behaviors.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","Clear installation instructions for both plugin and manual methods are provided in the README, along with a quick start guide and examples.",{"category":177,"check":178,"severity":24,"summary":179},"Errors","Actionable error messages","Error handling documented in SKILL.md includes clear descriptions of failure modes and remediation steps.",{"category":136,"check":181,"severity":24,"summary":182},"Pinned dependencies","Python 3.10+ is specified, and the presence of a CI pipeline and GitHub repository suggests proper dependency management, likely with pinned versions via standard Python tooling.",{"category":33,"check":184,"severity":56,"summary":185},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations or outbound calls that would require a dry-run mode.",{"category":187,"check":188,"severity":56,"summary":189},"Protocol","Idempotent retry & timeouts","The analytical nature of the skill means it does not involve remote calls or state-changing operations requiring idempotency or timeouts.",1778675246861,"This skill performs a deep analysis of local SEO factors, including Google Business Profile optimization, NAP consistency, citation health, reviews, schema markup, and location page quality.",[193,194,195,196,197,198,199,200,201],"Local SEO analysis","Google Business Profile optimization","NAP consistency and citation health checks","Review signal analysis","Local schema markup validation","Location page quality assessment","Multi-location SEO strategy","Industry-specific recommendations","Business type and vertical detection",[203,204,205],"Performing direct optimizations on Google Business Profile","Acting as a citation management tool","Providing real-time local pack rank tracking for specific geographic grids","3.0.0","4.4.0","To provide a thorough local SEO audit, identify optimization opportunities, and generate actionable recommendations for businesses aiming to improve their local search visibility.","Excellent documentation and code structure, with comprehensive coverage of local SEO. Minor info-level finding on tool surface size due to the large number of commands.",98,"Comprehensive and well-documented local SEO analysis skill.",[213,214,215,216,217,218,219],"seo","local-seo","google-business-profile","schema-markup","citations","website-analysis","audit","global","verified",[223,224,225,226],"Use when user says 'local SEO'","Use when user says 'Google Business Profile' or 'GBP'","Use when user says 'map pack' or 'local pack'","Use when user says 'citations', 'NAP consistency', or 'local rankings'",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":242,"testCoverage":244},{"hasLockfile":229},false,1778675228208,{"descriptionLength":232,"readmeSize":233},563,16151,{"closedIssues90d":235,"forks":236,"hasChangelog":237,"manifestVersion":238,"openIssues90d":239,"pushedAt":240,"stars":241},24,991,true,"1.9.9",5,1778499931000,6480,{"hasNpmPackage":229,"license":243,"smitheryVerified":229},"MIT",{"hasCi":237,"hasTests":237},{"updatedAt":246},1778675247067,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/seo-local","AgriciDaniel","claude-seo","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":262,"providers":295,"relations":309,"tags":310,"workflow":311},1778674872846.7803,"k17bt4vy4p97rmz9wkrfgzd8s986m614",{"reviewCount":8},{"description":257,"installMethods":258,"name":250,"sourceUrl":14},"Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework integration + 2 extension mirrors) and 18 sub-agents (15 core + 1 framework integration + 2 extension mirrors) covering technical SEO, content quality (E-E-A-T), content briefs, schema markup, image optimization, sitemap architecture, AI search optimization (GEO), local SEO, maps intelligence, semantic topic clustering, search experience optimization (SXO), SEO drift monitoring, e-commerce SEO, international SEO with cultural profiles, FLOW framework integration, Google API integration, PDF reporting, and strategic planning across all industries.",{"claudeCode":250},{"basePath":260,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":272,"relations":289,"tags":291,"workflow":292},1778674872846.7798,"k17b9ppf34m9v86tzpeck2qtcs86n8dw",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills and 18 sub-agents covering technical SEO, E-E-A-T, content briefs, schema markup, GEO, local SEO, semantic clustering, e-commerce SEO, international SEO, and PDF reporting.",{"claudeCode":12},"Claude SEO",{"basePath":260,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":271},"marketplace",{"evaluate":273,"extract":282},{"promptVersionExtension":274,"promptVersionScoring":207,"score":275,"tags":276,"targetMarket":220,"tier":221},"3.1.0",99,[213,277,278,279,280,281],"marketing","auditing","content","reporting","automation",{"commitSha":283,"license":243,"marketplace":284,"plugin":287},"HEAD",{"name":285,"pluginCount":286},"agricidaniel-seo",1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7fg9a0c3bhpkzvsc87hq0qdd86mkeg",[278,281,279,277,280,213],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778674897144,1778674872846,{"evaluate":296,"extract":306},{"promptVersionExtension":206,"promptVersionScoring":207,"score":297,"tags":298,"targetMarket":220,"tier":305},93,[213,299,300,214,301,302,303,304],"technical-seo","content-seo","schema","performance","ai-seo","competitive-analysis","community",{"commitSha":283,"license":243,"plugin":307},{"mcpCount":8,"provider":288,"skillCount":308},25,{"parentExtensionId":264,"repoId":290},[303,304,300,214,302,301,213,299],{"evaluatedAt":312,"extractAt":294,"updatedAt":312},1778674909244,{"evaluate":314,"extract":316},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":315,"targetMarket":220,"tier":221},[213,214,215,216,217,218,219],{"commitSha":283},{"parentExtensionId":254,"repoId":290},{"_creationTime":319,"_id":290,"identity":320,"providers":321,"workflow":876},1778674866854.803,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":322,"discover":864,"github":867},{"commitSha":283,"extensions":323},[324,337,436,461,474,483,515,524,533,547,556,565,580,590,600,698,707,743,758,767,773,782,791,812,821,830,839,855],{"basePath":260,"description":267,"displayName":285,"installMethods":325,"rationale":326,"selectedPaths":327,"source":336,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[328,331,333],{"path":329,"priority":330},".claude-plugin/marketplace.json","mandatory",{"path":332,"priority":330},"README.md",{"path":334,"priority":335},"LICENSE","high","rule",{"basePath":260,"description":257,"displayName":250,"installMethods":338,"license":243,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":18,"type":261},{"claudeCode":250},"plugin manifest at .claude-plugin/plugin.json",[341,343,344,345,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434],{"path":342,"priority":330},".claude-plugin/plugin.json",{"path":332,"priority":330},{"path":334,"priority":335},{"path":346,"priority":347},"skills/seo/SKILL.md","medium",{"path":349,"priority":347},"skills/seo-audit/SKILL.md",{"path":351,"priority":347},"skills/seo-backlinks/SKILL.md",{"path":353,"priority":347},"skills/seo-cluster/SKILL.md",{"path":355,"priority":347},"skills/seo-competitor-pages/SKILL.md",{"path":357,"priority":347},"skills/seo-content/SKILL.md",{"path":359,"priority":347},"skills/seo-content-brief/SKILL.md",{"path":361,"priority":347},"skills/seo-dataforseo/SKILL.md",{"path":363,"priority":347},"skills/seo-drift/SKILL.md",{"path":365,"priority":347},"skills/seo-ecommerce/SKILL.md",{"path":367,"priority":347},"skills/seo-flow/SKILL.md",{"path":369,"priority":347},"skills/seo-geo/SKILL.md",{"path":371,"priority":347},"skills/seo-google/SKILL.md",{"path":373,"priority":347},"skills/seo-hreflang/SKILL.md",{"path":375,"priority":347},"skills/seo-image-gen/SKILL.md",{"path":377,"priority":347},"skills/seo-images/SKILL.md",{"path":379,"priority":347},"skills/seo-local/SKILL.md",{"path":381,"priority":347},"skills/seo-maps/SKILL.md",{"path":383,"priority":347},"skills/seo-page/SKILL.md",{"path":385,"priority":347},"skills/seo-plan/SKILL.md",{"path":387,"priority":347},"skills/seo-programmatic/SKILL.md",{"path":389,"priority":347},"skills/seo-schema/SKILL.md",{"path":391,"priority":347},"skills/seo-sitemap/SKILL.md",{"path":393,"priority":347},"skills/seo-sxo/SKILL.md",{"path":395,"priority":347},"skills/seo-technical/SKILL.md",{"path":397,"priority":335},"agents/seo-backlinks.md",{"path":399,"priority":335},"agents/seo-cluster.md",{"path":401,"priority":335},"agents/seo-content.md",{"path":403,"priority":335},"agents/seo-dataforseo.md",{"path":405,"priority":335},"agents/seo-drift.md",{"path":407,"priority":335},"agents/seo-ecommerce.md",{"path":409,"priority":335},"agents/seo-flow.md",{"path":411,"priority":335},"agents/seo-geo.md",{"path":413,"priority":335},"agents/seo-google.md",{"path":415,"priority":335},"agents/seo-image-gen.md",{"path":417,"priority":335},"agents/seo-local.md",{"path":419,"priority":335},"agents/seo-maps.md",{"path":421,"priority":335},"agents/seo-performance.md",{"path":423,"priority":335},"agents/seo-schema.md",{"path":425,"priority":335},"agents/seo-sitemap.md",{"path":427,"priority":335},"agents/seo-sxo.md",{"path":429,"priority":335},"agents/seo-technical.md",{"path":431,"priority":335},"agents/seo-visual.md",{"path":433,"priority":335},"hooks/hooks.json",{"path":435,"priority":335},"hooks/validate-schema.py",{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":336,"sourceLanguage":18,"type":251},"skills/seo-image-gen","AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says \"generate image\", \"OG image\", \"social preview\", \"hero image\", \"blog image\", \"product photo\", \"infographic\", \"seo image\", \"create visual\", \"image-gen\", \"favicon\", \"schema image\", \"pinterest pin\", \"generate visual\", \"banner\", or \"thumbnail\".","seo-image-gen",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-image-gen/SKILL.md (coalesced with duplicate skill at extensions/banana/skills/seo-image-gen)",[443,445,447,449,451,453,455,457,459],{"path":444,"priority":330},"SKILL.md",{"path":446,"priority":335},"LICENSE.txt",{"path":448,"priority":347},"references/cost-tracking.md",{"path":450,"priority":347},"references/gemini-models.md",{"path":452,"priority":347},"references/mcp-tools.md",{"path":454,"priority":347},"references/post-processing.md",{"path":456,"priority":347},"references/presets.md",{"path":458,"priority":347},"references/prompt-engineering.md",{"path":460,"priority":347},"references/seo-image-presets.md",{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":336,"sourceLanguage":18,"type":251},"skills/seo-dataforseo","Live SEO data via DataForSEO MCP server. SERP analysis (Google, Bing, Yahoo, YouTube, Google Images), keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis (Lighthouse, content parsing), competitor analysis, content analysis, business listings, AI visibility (ChatGPT scraper, LLM mention tracking), and domain analytics. Requires DataForSEO extension installed. Use when user says \"dataforseo\", \"live SERP\", \"keyword volume\", \"backlink data\", \"competitor data\", \"AI visibility check\", \"LLM mentions\", \"image SERP\", \"google images\", \"image rankings\", or \"real search data\".\n","seo-dataforseo",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-dataforseo/SKILL.md (coalesced with duplicate skill at extensions/dataforseo/skills/seo-dataforseo)",[468,469,470,472],{"path":444,"priority":330},{"path":446,"priority":335},{"path":471,"priority":347},"references/cost-tiers.md",{"path":473,"priority":347},"references/tool-catalog.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":336,"sourceLanguage":18,"type":251},"extensions/firecrawl/skills/seo-firecrawl","Full-site crawling, scraping, and site mapping via Firecrawl MCP. Use when user says \"crawl site\", \"map site\", \"full crawl\", \"find all pages\", \"broken links\", \"site structure\", \"discover pages\", \"JS rendering\", or needs site-wide analysis.\n","seo-firecrawl",{"claudeCode":12},"SKILL.md frontmatter at extensions/firecrawl/skills/seo-firecrawl/SKILL.md",[481,482],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":484,"description":485,"displayName":213,"installMethods":486,"rationale":487,"selectedPaths":488,"source":336,"sourceLanguage":18,"type":251},"skills/seo","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":12},"SKILL.md frontmatter at skills/seo/SKILL.md",[489,490,491,493,495,497,499,501,503,505,507,509,511,513],{"path":444,"priority":330},{"path":446,"priority":335},{"path":492,"priority":347},"references/backlink-quality.md",{"path":494,"priority":347},"references/cwv-thresholds.md",{"path":496,"priority":347},"references/eeat-framework.md",{"path":498,"priority":347},"references/free-backlink-sources.md",{"path":500,"priority":347},"references/local-schema-types.md",{"path":502,"priority":347},"references/local-seo-signals.md",{"path":504,"priority":347},"references/maps-api-endpoints.md",{"path":506,"priority":347},"references/maps-free-apis.md",{"path":508,"priority":347},"references/maps-gbp-checklist.md",{"path":510,"priority":347},"references/maps-geo-grid.md",{"path":512,"priority":347},"references/quality-gates.md",{"path":514,"priority":347},"references/schema-types.md",{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":336,"sourceLanguage":18,"type":251},"skills/seo-audit","Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to up to 15 specialists (8 always + 7 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.","seo-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-audit/SKILL.md",[522,523],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":336,"sourceLanguage":18,"type":251},"skills/seo-backlinks","Backlink profile analysis: referring domains, anchor text distribution, toxic link detection, competitor gap analysis. Works with free APIs (Moz, Bing Webmaster, Common Crawl) and DataForSEO extension. Use when user says backlinks, link profile, referring domains, anchor text, toxic links, link gap, link building, disavow, or backlink audit.","seo-backlinks",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-backlinks/SKILL.md",[531,532],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":336,"sourceLanguage":18,"type":251},"skills/seo-cluster","SERP-based semantic topic clustering for content architecture planning. Groups keywords by actual Google SERP overlap (not text similarity), designs hub-and-spoke content clusters with internal link matrices, and generates interactive visualizations. Optionally executes content creation if claude-blog is installed. Use when user says \"topic cluster\", \"content cluster\", \"semantic clustering\", \"pillar page\", \"hub and spoke\", \"content architecture\", \"keyword grouping\", or \"cluster plan\".\n","seo-cluster",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-cluster/SKILL.md",[540,541,543,545],{"path":444,"priority":330},{"path":542,"priority":347},"references/execution-workflow.md",{"path":544,"priority":347},"references/hub-spoke-architecture.md",{"path":546,"priority":347},"references/serp-overlap-methodology.md",{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":336,"sourceLanguage":18,"type":251},"skills/seo-competitor-pages","Generate SEO-optimized competitor comparison and alternatives pages. Covers \"X vs Y\" layouts, \"alternatives to X\" pages, feature matrices, schema markup, and conversion optimization. Use when user says \"comparison page\", \"vs page\", \"alternatives page\", \"competitor comparison\", \"X vs Y\", \"versus\", \"compare competitors\", or \"alternative to\".\n","seo-competitor-pages",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-competitor-pages/SKILL.md",[554,555],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":336,"sourceLanguage":18,"type":251},"skills/seo-content","Content quality and E-E-A-T analysis with AI citation readiness assessment. Use when user says \"content quality\", \"E-E-A-T\", \"content analysis\", \"readability check\", \"thin content\", or \"content audit\".\n","seo-content",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-content/SKILL.md",[563,564],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":336,"sourceLanguage":18,"type":251},"skills/seo-content-brief","Generate competitive SEO content briefs with per-section word counts, competitor scoring, keyword density guidance, and page-type templates. Supports both new page briefs and improve-existing-page briefs. Use when user says \"content brief\", \"write a brief\", \"content outline\", \"blog brief\", \"service page brief\", \"brief for\", \"writing brief\", \"content plan\", or \"outline for\".\n","seo-content-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-content-brief/SKILL.md",[572,573,574,576,578],{"path":444,"priority":330},{"path":446,"priority":335},{"path":575,"priority":347},"references/excluded-domains.md",{"path":577,"priority":347},"references/keyword-density.md",{"path":579,"priority":347},"references/page-type-templates.md",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":336,"sourceLanguage":18,"type":251},"skills/seo-drift","SEO drift monitoring: capture baselines of SEO-critical elements, detect changes, and track regressions over time. Git for SEO — baseline, diff, and track changes to your on-page SEO. Use when user says \"SEO drift\", \"baseline\", \"track changes\", \"did anything break\", \"SEO regression\", \"compare SEO\", \"before and after\", \"monitor SEO changes\", or \"deployment check\".\n","seo-drift",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-drift/SKILL.md",[587,588],{"path":444,"priority":330},{"path":589,"priority":347},"references/comparison-rules.md",{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":336,"sourceLanguage":18,"type":251},"skills/seo-ecommerce","E-commerce SEO analysis: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and marketplace keyword gaps. Combines on-page product SEO with marketplace data from DataForSEO Merchant API. Use when user says \"ecommerce SEO\", \"product SEO\", \"Google Shopping\", \"marketplace SEO\", \"product schema\", \"Amazon SEO\", \"product listings\", \"shopping ads\", or \"merchant SEO\".\n","seo-ecommerce",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-ecommerce/SKILL.md",[597,598],{"path":444,"priority":330},{"path":599,"priority":347},"references/marketplace-endpoints.md",{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":336,"sourceLanguage":18,"type":251},"skills/seo-flow","FLOW framework integration — evidence-led SEO using the Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW knowledge base (41 prompts, CC BY 4.0). Use when user says \"FLOW\", \"FLOW framework\", \"seo flow\", \"evidence-led SEO\", \"find leverage optimize win\", or wants stage-specific SEO prompts.\n","seo-flow",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-flow/SKILL.md",[607,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696],{"path":444,"priority":330},{"path":609,"priority":347},"references/bibliography.md",{"path":611,"priority":347},"references/flow-framework.md",{"path":613,"priority":347},"references/flow-prompts.lock",{"path":615,"priority":347},"references/prompts/README.md",{"path":617,"priority":347},"references/prompts/find/content-planning-for-topical-relevance-prompt.md",{"path":619,"priority":347},"references/prompts/find/content-prioritization-prompt.md",{"path":621,"priority":347},"references/prompts/find/keyword-research-prompt.md",{"path":623,"priority":347},"references/prompts/find/keyword-variations-for-topical-relevance-prompt.md",{"path":625,"priority":347},"references/prompts/find/prompt-audience-avatar.md",{"path":627,"priority":347},"references/prompts/leverage/backlink-competition-prompt.md",{"path":629,"priority":347},"references/prompts/local/ai-homepage-rewrite-prompt.md",{"path":631,"priority":347},"references/prompts/local/claude-deep-research-prompt.md",{"path":633,"priority":347},"references/prompts/local/gbp-categories-prompt.md",{"path":635,"priority":347},"references/prompts/local/gbp-description-claude-prompt-1.md",{"path":637,"priority":347},"references/prompts/local/gbp-description-claude-prompt-2.md",{"path":639,"priority":347},"references/prompts/local/gbp-description-claude-prompt-3.md",{"path":641,"priority":347},"references/prompts/local/gbp-services-prompt.md",{"path":643,"priority":347},"references/prompts/local/prompt-generating-a-meta-description.md",{"path":645,"priority":347},"references/prompts/local/prompt-generating-a-title-tag.md",{"path":647,"priority":347},"references/prompts/local/prompt-rewriting-existing-homepage.md",{"path":649,"priority":347},"references/prompts/local/prompt-rewriting-existing-service-page.md",{"path":651,"priority":347},"references/prompts/optimize/ai-detector-test-follow-up-prompt.md",{"path":653,"priority":347},"references/prompts/optimize/ai-supporting-pages-rewrite-prompt.md",{"path":655,"priority":347},"references/prompts/optimize/basic-prompt.md",{"path":657,"priority":347},"references/prompts/optimize/blog-post-outline-prompt.md",{"path":659,"priority":347},"references/prompts/optimize/blog-post-writing-prompt.md",{"path":661,"priority":347},"references/prompts/optimize/claude-prompt-1.md",{"path":663,"priority":347},"references/prompts/optimize/claude-prompt-2.md",{"path":665,"priority":347},"references/prompts/optimize/ctr-audit-prompt.md",{"path":667,"priority":347},"references/prompts/optimize/follow-up-prompt-1.md",{"path":669,"priority":347},"references/prompts/optimize/follow-up-prompt-2.md",{"path":671,"priority":347},"references/prompts/optimize/follow-up-prompt.md",{"path":673,"priority":347},"references/prompts/optimize/paa-question-rewording-prompt.md",{"path":675,"priority":347},"references/prompts/optimize/prompt-core-30-content-audit.md",{"path":677,"priority":347},"references/prompts/optimize/property-content-with-authority-audit-prompt.md",{"path":679,"priority":347},"references/prompts/optimize/reddit-claude-prompt.md",{"path":681,"priority":347},"references/prompts/optimize/schema-prompt-1.md",{"path":683,"priority":347},"references/prompts/optimize/step-1-the-chatgpt-discovery-prompt.md",{"path":685,"priority":347},"references/prompts/optimize/step-2-the-follow-up-qualifying-prompt.md",{"path":687,"priority":347},"references/prompts/optimize/technical-audit-prompt.md",{"path":689,"priority":347},"references/prompts/optimize/visibility-follow-up-prompt.md",{"path":691,"priority":347},"references/prompts/optimize/visiblity-prompt.md",{"path":693,"priority":347},"references/prompts/win/bofu-page-brief-generator.md",{"path":695,"priority":347},"references/prompts/win/conversion-audit-prompt.md",{"path":697,"priority":347},"references/prompts/win/dual-surface-content-scorecard.md",{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":336,"sourceLanguage":18,"type":251},"skills/seo-geo","Optimize content for AI Overviews (formerly SGE), ChatGPT web search, Perplexity, and other AI-powered search experiences. Generative Engine Optimization (GEO) analysis including brand mention signals, AI crawler accessibility, llms.txt compliance, passage-level citability scoring, and platform-specific optimization. Use when user says \"AI Overviews\", \"SGE\", \"GEO\", \"AI search\", \"LLM optimization\", \"Perplexity\", \"AI citations\", \"ChatGPT search\", or \"AI visibility\".\n","seo-geo",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-geo/SKILL.md",[705,706],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":336,"sourceLanguage":18,"type":251},"skills/seo-google","Google SEO APIs: Search Console (Search Analytics, URL Inspection, Sitemaps), PageSpeed Insights v5, CrUX field data with 25-week history, Indexing API v3, and GA4 organic traffic. Provides real Google field data for Core Web Vitals, indexation status, search performance, and organic traffic trends. Use when user says \"search console\", \"GSC\", \"PageSpeed\", \"CrUX\", \"field data\", \"indexing API\", \"GA4 organic\", \"URL inspection\", \"google api setup\", \"real CWV data\", \"impressions\", \"clicks\", \"CTR\", \"position data\", \"LCP\", \"INP\", \"CLS\", \"FCP\", \"TTFB\", or \"Lighthouse scores\".\n","seo-google",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-google/SKILL.md",[714,715,716,719,721,723,725,727,729,731,733,735,737,739,741],{"path":444,"priority":330},{"path":446,"priority":335},{"path":717,"priority":718},"assets/templates/cwv-audit-report.md","low",{"path":720,"priority":718},"assets/templates/gsc-performance-report.md",{"path":722,"priority":718},"assets/templates/indexation-status-report.md",{"path":724,"priority":347},"references/auth-setup.md",{"path":726,"priority":347},"references/ga4-data-api.md",{"path":728,"priority":347},"references/indexing-api.md",{"path":730,"priority":347},"references/keyword-planner-api.md",{"path":732,"priority":347},"references/nlp-api.md",{"path":734,"priority":347},"references/pagespeed-crux-api.md",{"path":736,"priority":347},"references/rate-limits-quotas.md",{"path":738,"priority":347},"references/search-console-api.md",{"path":740,"priority":347},"references/supplementary-apis.md",{"path":742,"priority":347},"references/youtube-api.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":336,"sourceLanguage":18,"type":251},"skills/seo-hreflang","Hreflang and international SEO audit, validation, and generation. Detects common mistakes, validates language/region codes, and generates correct hreflang implementations. Use when user says \"hreflang\", \"i18n SEO\", \"international SEO\", \"multi-language\", \"multi-region\", or \"language tags\".\n","seo-hreflang",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-hreflang/SKILL.md",[750,751,752,754,756],{"path":444,"priority":330},{"path":446,"priority":335},{"path":753,"priority":347},"references/content-parity.md",{"path":755,"priority":347},"references/cultural-profiles.md",{"path":757,"priority":347},"references/locale-formats.md",{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":336,"sourceLanguage":18,"type":251},"skills/seo-images","Image optimization analysis for SEO and performance. Checks alt text, file sizes, formats, responsive images, lazy loading, CLS prevention, image SERP rankings (via DataForSEO), and image file optimization (WebP/AVIF conversion, IPTC/XMP metadata injection). Use when user says \"image optimization\", \"alt text\", \"image SEO\", \"image size\", \"image audit\", \"optimize images\", \"image metadata\", \"image SERP\", \"convert to webp\", or \"image file optimize\".\n","seo-images",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-images/SKILL.md",[765,766],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":248,"description":10,"displayName":13,"installMethods":768,"rationale":769,"selectedPaths":770,"source":336,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/seo-local/SKILL.md",[771,772],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":336,"sourceLanguage":18,"type":251},"skills/seo-maps","Maps intelligence for local SEO — geo-grid rank tracking, GBP profile auditing via API, review intelligence across Google/Tripadvisor/Trustpilot, cross-platform NAP verification (Google/Bing/Apple/OSM), competitor radius mapping, and LocalBusiness schema generation from API data. Three-tier capability: free (Overpass + Geoapify), DataForSEO (full intelligence), DataForSEO + Google (maximum coverage). Use when user says \"maps\", \"geo-grid\", \"rank tracking\", \"GBP audit\", \"review velocity\", \"competitor radius\", \"maps analysis\", \"local rank tracking\", \"Share of Local Voice\", or \"SoLV\".\n","seo-maps",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-maps/SKILL.md",[780,781],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":336,"sourceLanguage":18,"type":251},"skills/seo-page","Deep single-page SEO analysis covering on-page elements, content quality, technical meta tags, schema, images, and performance. Use when user says \"analyze this page\", \"check page SEO\", \"single URL\", \"check this page\", \"page analysis\", or provides a single URL for review.\n","seo-page",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-page/SKILL.md",[789,790],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":336,"sourceLanguage":18,"type":251},"skills/seo-plan","Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use when user says \"SEO plan\", \"SEO strategy\", \"SEO planning\", \"content strategy\", \"keyword strategy\", \"content calendar\", \"site architecture\", or \"SEO roadmap\".\n","seo-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-plan/SKILL.md",[798,799,800,802,804,806,808,810],{"path":444,"priority":330},{"path":446,"priority":335},{"path":801,"priority":718},"assets/agency.md",{"path":803,"priority":718},"assets/ecommerce.md",{"path":805,"priority":718},"assets/generic.md",{"path":807,"priority":718},"assets/local-service.md",{"path":809,"priority":718},"assets/publisher.md",{"path":811,"priority":718},"assets/saas.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":336,"sourceLanguage":18,"type":251},"skills/seo-programmatic","Programmatic SEO planning and analysis for pages generated at scale from data sources. Covers template engines, URL patterns, internal linking automation, thin content safeguards, and index bloat prevention. Use when user says \"programmatic SEO\", \"pages at scale\", \"dynamic pages\", \"template pages\", \"generated pages\", or \"data-driven SEO\".\n","seo-programmatic",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-programmatic/SKILL.md",[819,820],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":336,"sourceLanguage":18,"type":251},"skills/seo-schema","Detect, validate, and generate Schema.org structured data. JSON-LD format preferred. Use when user says \"schema\", \"structured data\", \"rich results\", \"JSON-LD\", or \"markup\".\n","seo-schema",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-schema/SKILL.md",[828,829],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":336,"sourceLanguage":18,"type":251},"skills/seo-sitemap","Analyze existing XML sitemaps or generate new ones with industry templates. Validates format, URLs, and structure. Use when user says \"sitemap\", \"generate sitemap\", \"sitemap issues\", or \"XML sitemap\".\n","seo-sitemap",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-sitemap/SKILL.md",[837,838],{"path":444,"priority":330},{"path":446,"priority":335},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":336,"sourceLanguage":18,"type":251},"skills/seo-sxo","Search Experience Optimization: reads Google SERPs backwards to detect page-type mismatches, derives user stories from search intent signals, and scores pages from multiple persona perspectives. Identifies why well-optimized pages fail to rank by analyzing what Google rewards for each keyword. Use when user says \"SXO\", \"search experience\", \"page type mismatch\", \"SERP analysis\", \"user story\", \"persona scoring\", \"why isn't my page ranking\", \"intent mismatch\", or \"wireframe\".\n","seo-sxo",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-sxo/SKILL.md",[846,847,849,851,853],{"path":444,"priority":330},{"path":848,"priority":347},"references/page-type-taxonomy.md",{"path":850,"priority":347},"references/persona-scoring.md",{"path":852,"priority":347},"references/user-story-framework.md",{"path":854,"priority":347},"references/wireframe-templates.md",{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":336,"sourceLanguage":18,"type":251},"skills/seo-technical","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","seo-technical",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-technical/SKILL.md",[862,863],{"path":444,"priority":330},{"path":446,"priority":335},{"sources":865},[866],"manual",{"closedIssues90d":235,"description":868,"forks":236,"homepage":869,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":233,"stars":241,"topics":870},"Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, semantic clustering, e-commerce SEO, international SEO, Google APIs, and PDF/Excel reporting. Optional DataForSEO, Firecrawl, and Banana extensions.","https://claude-seo.md",[871,213,872,303,873,874,875],"claude-code","ai","claude-code-skill","marketing-automation","open-source",{"classifiedAt":877,"discoverAt":878,"extractAt":879,"githubAt":879,"updatedAt":877},1778674872230,1778674866854,1778674870267,[219,217,215,214,216,213,218],{"evaluatedAt":246,"extractAt":294,"updatedAt":246},[],[884,911,928,960,989,1013],{"_creationTime":885,"_id":886,"community":887,"display":888,"identity":894,"providers":899,"relations":905,"tags":907,"workflow":908},1778696113180.827,"k171pvb7cmxy1c1f6356cwhdc186mk91",{"reviewCount":8},{"description":889,"installMethods":890,"name":892,"sourceUrl":893},"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":891},"rampstackco/claude-skills","On-Page SEO","https://github.com/rampstackco/claude-skills",{"basePath":895,"githubOwner":896,"githubRepo":897,"locale":18,"slug":898,"type":251},"skills/seo-onpage","rampstackco","claude-skills","seo-onpage",{"evaluate":900,"extract":904},{"promptVersionExtension":206,"promptVersionScoring":207,"score":275,"tags":901,"targetMarket":220,"tier":221},[213,902,219,903,277],"on-page","content-optimization",{"commitSha":283,"license":243},{"repoId":906},"kd7bebccrrd1xf6w868aggftrd86m86v",[219,903,277,902,213],{"evaluatedAt":909,"extractAt":910,"updatedAt":909},1778697735299,1778696113180,{"_creationTime":912,"_id":913,"community":914,"display":915,"identity":917,"providers":918,"relations":924,"tags":925,"workflow":926},1778674872846.7812,"k173gpfhpxmvh7k2fcsgzxxefx86nps9",{"reviewCount":8},{"description":485,"installMethods":916,"name":269,"sourceUrl":14},{"claudeCode":12},{"basePath":484,"githubOwner":249,"githubRepo":250,"locale":18,"slug":213,"type":251},{"evaluate":919,"extract":923},{"promptVersionExtension":206,"promptVersionScoring":207,"score":920,"tags":921,"targetMarket":220,"tier":305},94,[213,278,903,299,216,922,214,302],"ai-search",{"commitSha":283,"license":243},{"parentExtensionId":254,"repoId":290},[922,278,903,214,302,216,213,299],{"evaluatedAt":927,"extractAt":294,"updatedAt":927},1778674990482,{"_creationTime":929,"_id":930,"community":931,"display":932,"identity":938,"providers":943,"relations":952,"tags":955,"workflow":956},1778693539593.1858,"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",{"reviewCount":8},{"description":933,"installMethods":934,"name":936,"sourceUrl":937},"Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on \"evolve\", \"discover patterns\", \"backtest\", \"evolution\", \"strategy generation\", \"candidate strategy\".",{"claudeCode":935},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":939,"githubOwner":940,"githubRepo":941,"locale":18,"slug":942,"type":251},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","evolution-engine",{"evaluate":944,"extract":951},{"promptVersionExtension":206,"promptVersionScoring":207,"score":945,"tags":946,"targetMarket":220,"tier":221},100,[947,872,948,219,949,950],"trading","memory","compliance","llm",{"commitSha":283,"license":243},{"parentExtensionId":953,"repoId":954},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy",[872,219,949,950,948,947],{"evaluatedAt":957,"extractAt":958,"updatedAt":959},1778693678813,1778693539593,1778693832942,{"_creationTime":961,"_id":962,"community":963,"display":964,"identity":970,"providers":973,"relations":982,"tags":985,"workflow":986},1778675056600.272,"k17drhnkxx2ec1cdbwc65e683586n4pq",{"reviewCount":8},{"description":965,"installMethods":966,"name":968,"sourceUrl":969},"GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests. Use for GDPR compliance assessments, privacy audits, data protection planning, DPIA generation, and data subject rights management.",{"claudeCode":967},"alirezarezvani/claude-skills","gdpr-dsgvo-expert","https://github.com/alirezarezvani/claude-skills",{"basePath":971,"githubOwner":972,"githubRepo":897,"locale":18,"slug":968,"type":251},"ra-qm-team/skills/gdpr-dsgvo-expert","alirezarezvani",{"evaluate":974,"extract":981},{"promptVersionExtension":206,"promptVersionScoring":207,"score":945,"tags":975,"targetMarket":220,"tier":221},[976,977,949,978,219,979,980],"gdpr","dsgvo","privacy","documentation","python",{"commitSha":283},{"parentExtensionId":983,"repoId":984},"k17c1bwyjkg950q3ft43gvpadh86nyng","kd7ff9s1w43mfyy1n7hf87816186m6px",[219,949,979,977,976,978,980],{"evaluatedAt":987,"extractAt":988,"updatedAt":987},1778686181462,1778675056600,{"_creationTime":990,"_id":991,"community":992,"display":993,"identity":997,"providers":999,"relations":1008,"tags":1010,"workflow":1011},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":994,"installMethods":995,"name":996,"sourceUrl":969},"Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n",{"claudeCode":967},"ship-gate",{"basePath":998,"githubOwner":972,"githubRepo":897,"locale":18,"slug":996,"type":251},"engineering/skills/ship-gate",{"evaluate":1000,"extract":1007},{"promptVersionExtension":206,"promptVersionScoring":207,"score":945,"tags":1001,"targetMarket":220,"tier":221},[1002,1003,1004,219,1005,1006],"security","code-quality","deployment","checklist","devops",{"commitSha":283,"license":243},{"parentExtensionId":1009,"repoId":984},"k173223hfbd6c4mx6r1jdx23wn86mbpb",[219,1005,1003,1004,1006,1002],{"evaluatedAt":1012,"extractAt":988,"updatedAt":1012},1778679066333,{"_creationTime":1014,"_id":1015,"community":1016,"display":1017,"identity":1023,"providers":1027,"relations":1035,"tags":1038,"workflow":1039},1778668208695.1445,"k172151wzg7h0b8j25hjm4024x86ngbp",{"reviewCount":8},{"description":1018,"installMethods":1019,"name":1021,"sourceUrl":1022},"Prioritized redesign action plan covering quick wins, medium effort, major rework",{"claudeCode":1020},"Aboudjem/ui-ux-suite","refactor-plan","https://github.com/Aboudjem/ui-ux-suite",{"basePath":1024,"githubOwner":1025,"githubRepo":1026,"locale":18,"slug":1021,"type":251},"skills/refactor-plan","Aboudjem","ui-ux-suite",{"evaluate":1028,"extract":1034},{"promptVersionExtension":206,"promptVersionScoring":207,"score":945,"tags":1029,"targetMarket":220,"tier":221},[1030,1031,219,1032,1033],"design-system","ux","cli","javascript",{"commitSha":283,"license":243},{"parentExtensionId":1036,"repoId":1037},"k178zeec8jajqdrczrynw6x3fx86mm8h","kd75532596tdmk72j9k55b0qqn86n5et",[219,1032,1030,1033,1031],{"evaluatedAt":1040,"extractAt":1041,"updatedAt":1040},1778670100990,1778668208695]