[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-AgriciDaniel-seo-ecommerce-en":3,"guides-for-AgriciDaniel-seo-ecommerce":881,"similar-k173bg162zwt74y16mv2g16tv186m2r1-en":882},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":230,"parentExtension":253,"providers":312,"relations":316,"repo":317,"tags":879,"workflow":880},1778674872846.7832,"k173bg162zwt74y16mv2g16tv186m2r1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"AgriciDaniel/claude-seo","seo-ecommerce","https://github.com/AgriciDaniel/claude-seo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":246},1778675126987.031,"kn79cv9g2h47afwsfv5hn93b2n86m20z","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"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,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the user problem of e-commerce SEO analysis, including specific areas like Google Shopping visibility, Amazon intelligence, and competitor pricing.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill combines on-page analysis with DataForSEO API for live data, offering value beyond a simple prompt by providing structured analysis and competitive intelligence.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the full lifecycle of e-commerce SEO analysis, from page fetching and parsing to schema generation and marketplace intelligence, with clear workflows and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on e-commerce SEO analysis, encompassing product pages, marketplaces, schema, and pricing, which are cohesive and related domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, including its use of DataForSEO API and its specific applications for e-commerce SEO analysis.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes specific, narrow commands like `/seo ecommerce \u003Curl>`, `/seo ecommerce products \u003Ckeyword>`, etc., avoiding generalist execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed workflows, API parameter references, and schema requirements, though explicit default values for all parameters are not always listed.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The commands (`/seo ecommerce \u003Curl>`, etc.) are descriptive, verb-noun based, and clearly indicate their purpose within the e-commerce SEO domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are specified (e.g., URL, keyword, domain), and the output structure is described in the SKILL.md, indicating minimal and documented I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, clearly stated in the frontmatter of SKILL.md and the LICENSE file, making it permissive and usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the latest push within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily uses Python scripts and external APIs; dependency management appears robust given its nature and lack of complex third-party libraries.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill's documentation mentions DataForSEO credentials but implies standard environment variable handling and cost guardrails, indicating appropriate measures.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on URLs, keywords, and domains, with Python scripts likely handling input validation; no explicit mention of treating loaded data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled Python scripts and external APIs. There's no indication of runtime downloading of code or executing remote scripts.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations involve fetching web pages, API calls, and local script execution, all within the scope of SEO analysis, with no indication of modifying files outside its intended project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops in the provided script summaries or SKILL.md.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill collects SEO data and product information, but there are no instructions to exfiltrate confidential user data or credentials to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation appear to be free of hidden-steering tricks, relying on standard text and code formats.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill uses Python scripts which are generally readable; no obfuscation techniques like base64-decoding or runtime script fetching are apparent.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes assumptions about project structure primarily related to its own bundled scripts and the nature of web pages it analyzes, not user project files.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 5 open and 24 closed issues in the last 90 days, the closure rate is approximately 82%, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a clearly declared version (1.9.9) in its SKILL.md frontmatter and a CHANGELOG.md, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The Python scripts likely incorporate input validation for URLs, keywords, and domains, and the schema section details validation rules.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily analytical and data-gathering, with no destructive operations mentioned that would require guarding.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md includes a detailed error handling table with causes, responses, and recovery steps for various scenarios.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The documentation mentions logging DataForSEO costs, implying a form of audit logging for specific actions.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill analyzes public product data and SEO metrics; it does not appear to operate on personal data without sanitization.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill primarily uses English and US-centric defaults for DataForSEO, but is configurable for other regions, making it globally applicable with configuration.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is written in Python and relies on standard libraries and APIs, making it portable across POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, detailing installation, usage, features, architecture, and extensions.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes 4 primary commands under `/seo ecommerce`, fitting within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The commands within the e-commerce SEO scope are distinct and cover specific functionalities (analysis, products, gaps, schema).",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, including those requiring DataForSEO, have corresponding workflows and descriptions in the SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for both plugin and manual installs, along with example commands.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md provides specific error scenarios, their causes, and actionable responses or recovery steps.",{"category":104,"check":148,"severity":149,"summary":150},"Pinned dependencies","info","While Python scripts are used, explicit dependency pinning via lockfiles isn't detailed, though requirements are listed.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations that would require a dry-run mode.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The DataForSEO API usage includes polling with backoff, and the cost guardrails suggest checks before API calls, indicating consideration for retries and limits.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no mention of telemetry being collected; thus, it is assumed not to be happening or to be strictly opt-in.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as e-commerce SEO analysis, with clear triggers and scope boundaries for specific user needs.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, clearly stating the core capability and providing relevant trigger phrases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured, under 500 lines, and delegates deeper material to references, employing progressive disclosure.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines workflows and links to detailed API references (e.g., marketplace-endpoints.md), demonstrating effective progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill focuses on analysis and data retrieval, not deep exploration or code review requiring a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides workflow examples for each command, demonstrating usage and expected outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md lists specific error handling scenarios with causes and responses, covering potential failure modes.",{"category":111,"check":184,"severity":63,"summary":185},"Tool Fallback","This skill does not appear to rely on external MCP servers as optional tools; it uses bundled scripts and DataForSEO API directly.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The error handling section and cost guardrails imply that the workflow will halt or seek approval on unexpected states or exceeded budgets.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The SKILL.md explicitly cross-references other related skills for specific tasks (e.g., `seo-schema`), promoting clear integration rather than implicit coupling.",1778675126877,"This skill performs comprehensive e-commerce SEO analysis, including on-page optimization, Google Shopping and Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and keyword gap identification. It integrates with the DataForSEO Merchant API for live marketplace data and includes Python scripts for page fetching and parsing.",[196,197,198,199,200,201],"E-commerce SEO analysis of product pages","Google Shopping and Amazon marketplace intelligence","Product schema validation and generation","Competitor pricing analysis","Marketplace keyword gap identification","On-page product SEO checklist",[203,204,205],"Performing general website audits (handled by other skills)","Directly managing Google Merchant Center or Amazon seller accounts","Generating promotional ad copy or creative assets","3.0.0","4.4.0","To provide in-depth e-commerce SEO analysis, helping users improve their product page visibility, understand marketplace competition, and optimize product schema for better search engine performance.","All checks passed or were not applicable. Documentation is thorough, with clear workflows, error handling, and usage examples.",99,"Highly polished and well-documented e-commerce SEO analysis skill.",[213,214,215,216,217,218,219],"seo","ecommerce","google-shopping","amazon","schema","marketplace","dataforseo","global","verified",[223,224,225,226,227],"Analyze a specific product page for SEO quality","Gain competitive insights from Google Shopping and Amazon","Identify keyword gaps between organic and shopping visibility","Validate and enhance product schema markup","Understand pricing dynamics and seller landscape",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":243,"testCoverage":245},{"hasLockfile":230},false,1778675112882,{"descriptionLength":233,"readmeSize":234},429,16151,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"manifestVersion":239,"openIssues90d":240,"pushedAt":241,"stars":242},24,991,true,"1.9.9",5,1778499931000,6480,{"hasNpmPackage":230,"license":244,"smitheryVerified":230},"MIT",{"hasCi":238,"hasTests":238},{"updatedAt":247},1778675126987,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":13,"type":252},"skills/seo-ecommerce","AgriciDaniel","claude-seo","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":260,"parentExtension":263,"providers":294,"relations":308,"tags":309,"workflow":310},1778674872846.7803,"k17bt4vy4p97rmz9wkrfgzd8s986m614",{"reviewCount":8},{"description":258,"installMethods":259,"name":251,"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":251},{"basePath":261,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":262},"","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"providers":272,"relations":288,"tags":290,"workflow":291},1778674872846.7798,"k17b9ppf34m9v86tzpeck2qtcs86n8dw",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"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":261,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":218},{"evaluate":273,"extract":281},{"promptVersionExtension":274,"promptVersionScoring":207,"score":210,"tags":275,"targetMarket":220,"tier":221},"3.1.0",[213,276,277,278,279,280],"marketing","auditing","content","reporting","automation",{"commitSha":282,"license":244,"marketplace":283,"plugin":286},"HEAD",{"name":284,"pluginCount":285},"agricidaniel-seo",1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7fg9a0c3bhpkzvsc87hq0qdd86mkeg",[277,280,278,276,279,213],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778674897144,1778674872846,{"evaluate":295,"extract":305},{"promptVersionExtension":206,"promptVersionScoring":207,"score":296,"tags":297,"targetMarket":220,"tier":304},93,[213,298,299,300,217,301,302,303],"technical-seo","content-seo","local-seo","performance","ai-seo","competitive-analysis","community",{"commitSha":282,"license":244,"plugin":306},{"mcpCount":8,"provider":287,"skillCount":307},25,{"parentExtensionId":265,"repoId":289},[302,303,299,300,301,217,213,298],{"evaluatedAt":311,"extractAt":293,"updatedAt":311},1778674909244,{"evaluate":313,"extract":315},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":314,"targetMarket":220,"tier":221},[213,214,215,216,217,218,219],{"commitSha":282},{"parentExtensionId":255,"repoId":289},{"_creationTime":318,"_id":289,"identity":319,"providers":320,"workflow":875},1778674866854.803,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":321,"discover":863,"github":866},{"commitSha":282,"extensions":322},[323,336,435,460,473,482,514,523,532,546,555,564,579,589,596,694,703,739,754,763,772,781,790,811,820,829,838,854],{"basePath":261,"description":268,"displayName":284,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":218},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":261,"description":258,"displayName":251,"installMethods":337,"license":244,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":262},{"claudeCode":251},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/seo/SKILL.md","medium",{"path":348,"priority":346},"skills/seo-audit/SKILL.md",{"path":350,"priority":346},"skills/seo-backlinks/SKILL.md",{"path":352,"priority":346},"skills/seo-cluster/SKILL.md",{"path":354,"priority":346},"skills/seo-competitor-pages/SKILL.md",{"path":356,"priority":346},"skills/seo-content/SKILL.md",{"path":358,"priority":346},"skills/seo-content-brief/SKILL.md",{"path":360,"priority":346},"skills/seo-dataforseo/SKILL.md",{"path":362,"priority":346},"skills/seo-drift/SKILL.md",{"path":364,"priority":346},"skills/seo-ecommerce/SKILL.md",{"path":366,"priority":346},"skills/seo-flow/SKILL.md",{"path":368,"priority":346},"skills/seo-geo/SKILL.md",{"path":370,"priority":346},"skills/seo-google/SKILL.md",{"path":372,"priority":346},"skills/seo-hreflang/SKILL.md",{"path":374,"priority":346},"skills/seo-image-gen/SKILL.md",{"path":376,"priority":346},"skills/seo-images/SKILL.md",{"path":378,"priority":346},"skills/seo-local/SKILL.md",{"path":380,"priority":346},"skills/seo-maps/SKILL.md",{"path":382,"priority":346},"skills/seo-page/SKILL.md",{"path":384,"priority":346},"skills/seo-plan/SKILL.md",{"path":386,"priority":346},"skills/seo-programmatic/SKILL.md",{"path":388,"priority":346},"skills/seo-schema/SKILL.md",{"path":390,"priority":346},"skills/seo-sitemap/SKILL.md",{"path":392,"priority":346},"skills/seo-sxo/SKILL.md",{"path":394,"priority":346},"skills/seo-technical/SKILL.md",{"path":396,"priority":334},"agents/seo-backlinks.md",{"path":398,"priority":334},"agents/seo-cluster.md",{"path":400,"priority":334},"agents/seo-content.md",{"path":402,"priority":334},"agents/seo-dataforseo.md",{"path":404,"priority":334},"agents/seo-drift.md",{"path":406,"priority":334},"agents/seo-ecommerce.md",{"path":408,"priority":334},"agents/seo-flow.md",{"path":410,"priority":334},"agents/seo-geo.md",{"path":412,"priority":334},"agents/seo-google.md",{"path":414,"priority":334},"agents/seo-image-gen.md",{"path":416,"priority":334},"agents/seo-local.md",{"path":418,"priority":334},"agents/seo-maps.md",{"path":420,"priority":334},"agents/seo-performance.md",{"path":422,"priority":334},"agents/seo-schema.md",{"path":424,"priority":334},"agents/seo-sitemap.md",{"path":426,"priority":334},"agents/seo-sxo.md",{"path":428,"priority":334},"agents/seo-technical.md",{"path":430,"priority":334},"agents/seo-visual.md",{"path":432,"priority":334},"hooks/hooks.json",{"path":434,"priority":334},"hooks/validate-schema.py",{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":335,"sourceLanguage":18,"type":252},"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)",[442,444,446,448,450,452,454,456,458],{"path":443,"priority":329},"SKILL.md",{"path":445,"priority":334},"LICENSE.txt",{"path":447,"priority":346},"references/cost-tracking.md",{"path":449,"priority":346},"references/gemini-models.md",{"path":451,"priority":346},"references/mcp-tools.md",{"path":453,"priority":346},"references/post-processing.md",{"path":455,"priority":346},"references/presets.md",{"path":457,"priority":346},"references/prompt-engineering.md",{"path":459,"priority":346},"references/seo-image-presets.md",{"basePath":461,"description":462,"displayName":463,"installMethods":464,"rationale":465,"selectedPaths":466,"source":335,"sourceLanguage":18,"type":252},"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)",[467,468,469,471],{"path":443,"priority":329},{"path":445,"priority":334},{"path":470,"priority":346},"references/cost-tiers.md",{"path":472,"priority":346},"references/tool-catalog.md",{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":335,"sourceLanguage":18,"type":252},"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",[480,481],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":483,"description":484,"displayName":213,"installMethods":485,"rationale":486,"selectedPaths":487,"source":335,"sourceLanguage":18,"type":252},"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",[488,489,490,492,494,496,498,500,502,504,506,508,510,512],{"path":443,"priority":329},{"path":445,"priority":334},{"path":491,"priority":346},"references/backlink-quality.md",{"path":493,"priority":346},"references/cwv-thresholds.md",{"path":495,"priority":346},"references/eeat-framework.md",{"path":497,"priority":346},"references/free-backlink-sources.md",{"path":499,"priority":346},"references/local-schema-types.md",{"path":501,"priority":346},"references/local-seo-signals.md",{"path":503,"priority":346},"references/maps-api-endpoints.md",{"path":505,"priority":346},"references/maps-free-apis.md",{"path":507,"priority":346},"references/maps-gbp-checklist.md",{"path":509,"priority":346},"references/maps-geo-grid.md",{"path":511,"priority":346},"references/quality-gates.md",{"path":513,"priority":346},"references/schema-types.md",{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":335,"sourceLanguage":18,"type":252},"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",[521,522],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":335,"sourceLanguage":18,"type":252},"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",[530,531],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":335,"sourceLanguage":18,"type":252},"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",[539,540,542,544],{"path":443,"priority":329},{"path":541,"priority":346},"references/execution-workflow.md",{"path":543,"priority":346},"references/hub-spoke-architecture.md",{"path":545,"priority":346},"references/serp-overlap-methodology.md",{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":335,"sourceLanguage":18,"type":252},"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",[553,554],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":335,"sourceLanguage":18,"type":252},"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",[562,563],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":335,"sourceLanguage":18,"type":252},"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",[571,572,573,575,577],{"path":443,"priority":329},{"path":445,"priority":334},{"path":574,"priority":346},"references/excluded-domains.md",{"path":576,"priority":346},"references/keyword-density.md",{"path":578,"priority":346},"references/page-type-templates.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":335,"sourceLanguage":18,"type":252},"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",[586,587],{"path":443,"priority":329},{"path":588,"priority":346},"references/comparison-rules.md",{"basePath":249,"description":10,"displayName":13,"installMethods":590,"rationale":591,"selectedPaths":592,"source":335,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/seo-ecommerce/SKILL.md",[593,594],{"path":443,"priority":329},{"path":595,"priority":346},"references/marketplace-endpoints.md",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":335,"sourceLanguage":18,"type":252},"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",[603,604,606,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],{"path":443,"priority":329},{"path":605,"priority":346},"references/bibliography.md",{"path":607,"priority":346},"references/flow-framework.md",{"path":609,"priority":346},"references/flow-prompts.lock",{"path":611,"priority":346},"references/prompts/README.md",{"path":613,"priority":346},"references/prompts/find/content-planning-for-topical-relevance-prompt.md",{"path":615,"priority":346},"references/prompts/find/content-prioritization-prompt.md",{"path":617,"priority":346},"references/prompts/find/keyword-research-prompt.md",{"path":619,"priority":346},"references/prompts/find/keyword-variations-for-topical-relevance-prompt.md",{"path":621,"priority":346},"references/prompts/find/prompt-audience-avatar.md",{"path":623,"priority":346},"references/prompts/leverage/backlink-competition-prompt.md",{"path":625,"priority":346},"references/prompts/local/ai-homepage-rewrite-prompt.md",{"path":627,"priority":346},"references/prompts/local/claude-deep-research-prompt.md",{"path":629,"priority":346},"references/prompts/local/gbp-categories-prompt.md",{"path":631,"priority":346},"references/prompts/local/gbp-description-claude-prompt-1.md",{"path":633,"priority":346},"references/prompts/local/gbp-description-claude-prompt-2.md",{"path":635,"priority":346},"references/prompts/local/gbp-description-claude-prompt-3.md",{"path":637,"priority":346},"references/prompts/local/gbp-services-prompt.md",{"path":639,"priority":346},"references/prompts/local/prompt-generating-a-meta-description.md",{"path":641,"priority":346},"references/prompts/local/prompt-generating-a-title-tag.md",{"path":643,"priority":346},"references/prompts/local/prompt-rewriting-existing-homepage.md",{"path":645,"priority":346},"references/prompts/local/prompt-rewriting-existing-service-page.md",{"path":647,"priority":346},"references/prompts/optimize/ai-detector-test-follow-up-prompt.md",{"path":649,"priority":346},"references/prompts/optimize/ai-supporting-pages-rewrite-prompt.md",{"path":651,"priority":346},"references/prompts/optimize/basic-prompt.md",{"path":653,"priority":346},"references/prompts/optimize/blog-post-outline-prompt.md",{"path":655,"priority":346},"references/prompts/optimize/blog-post-writing-prompt.md",{"path":657,"priority":346},"references/prompts/optimize/claude-prompt-1.md",{"path":659,"priority":346},"references/prompts/optimize/claude-prompt-2.md",{"path":661,"priority":346},"references/prompts/optimize/ctr-audit-prompt.md",{"path":663,"priority":346},"references/prompts/optimize/follow-up-prompt-1.md",{"path":665,"priority":346},"references/prompts/optimize/follow-up-prompt-2.md",{"path":667,"priority":346},"references/prompts/optimize/follow-up-prompt.md",{"path":669,"priority":346},"references/prompts/optimize/paa-question-rewording-prompt.md",{"path":671,"priority":346},"references/prompts/optimize/prompt-core-30-content-audit.md",{"path":673,"priority":346},"references/prompts/optimize/property-content-with-authority-audit-prompt.md",{"path":675,"priority":346},"references/prompts/optimize/reddit-claude-prompt.md",{"path":677,"priority":346},"references/prompts/optimize/schema-prompt-1.md",{"path":679,"priority":346},"references/prompts/optimize/step-1-the-chatgpt-discovery-prompt.md",{"path":681,"priority":346},"references/prompts/optimize/step-2-the-follow-up-qualifying-prompt.md",{"path":683,"priority":346},"references/prompts/optimize/technical-audit-prompt.md",{"path":685,"priority":346},"references/prompts/optimize/visibility-follow-up-prompt.md",{"path":687,"priority":346},"references/prompts/optimize/visiblity-prompt.md",{"path":689,"priority":346},"references/prompts/win/bofu-page-brief-generator.md",{"path":691,"priority":346},"references/prompts/win/conversion-audit-prompt.md",{"path":693,"priority":346},"references/prompts/win/dual-surface-content-scorecard.md",{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":335,"sourceLanguage":18,"type":252},"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",[701,702],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":335,"sourceLanguage":18,"type":252},"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",[710,711,712,715,717,719,721,723,725,727,729,731,733,735,737],{"path":443,"priority":329},{"path":445,"priority":334},{"path":713,"priority":714},"assets/templates/cwv-audit-report.md","low",{"path":716,"priority":714},"assets/templates/gsc-performance-report.md",{"path":718,"priority":714},"assets/templates/indexation-status-report.md",{"path":720,"priority":346},"references/auth-setup.md",{"path":722,"priority":346},"references/ga4-data-api.md",{"path":724,"priority":346},"references/indexing-api.md",{"path":726,"priority":346},"references/keyword-planner-api.md",{"path":728,"priority":346},"references/nlp-api.md",{"path":730,"priority":346},"references/pagespeed-crux-api.md",{"path":732,"priority":346},"references/rate-limits-quotas.md",{"path":734,"priority":346},"references/search-console-api.md",{"path":736,"priority":346},"references/supplementary-apis.md",{"path":738,"priority":346},"references/youtube-api.md",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":335,"sourceLanguage":18,"type":252},"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",[746,747,748,750,752],{"path":443,"priority":329},{"path":445,"priority":334},{"path":749,"priority":346},"references/content-parity.md",{"path":751,"priority":346},"references/cultural-profiles.md",{"path":753,"priority":346},"references/locale-formats.md",{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":335,"sourceLanguage":18,"type":252},"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",[761,762],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":335,"sourceLanguage":18,"type":252},"skills/seo-local","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","seo-local",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-local/SKILL.md",[770,771],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":335,"sourceLanguage":18,"type":252},"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",[779,780],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":335,"sourceLanguage":18,"type":252},"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",[788,789],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":335,"sourceLanguage":18,"type":252},"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",[797,798,799,801,803,805,807,809],{"path":443,"priority":329},{"path":445,"priority":334},{"path":800,"priority":714},"assets/agency.md",{"path":802,"priority":714},"assets/ecommerce.md",{"path":804,"priority":714},"assets/generic.md",{"path":806,"priority":714},"assets/local-service.md",{"path":808,"priority":714},"assets/publisher.md",{"path":810,"priority":714},"assets/saas.md",{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":335,"sourceLanguage":18,"type":252},"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",[818,819],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":335,"sourceLanguage":18,"type":252},"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",[827,828],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":335,"sourceLanguage":18,"type":252},"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",[836,837],{"path":443,"priority":329},{"path":445,"priority":334},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":335,"sourceLanguage":18,"type":252},"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",[845,846,848,850,852],{"path":443,"priority":329},{"path":847,"priority":346},"references/page-type-taxonomy.md",{"path":849,"priority":346},"references/persona-scoring.md",{"path":851,"priority":346},"references/user-story-framework.md",{"path":853,"priority":346},"references/wireframe-templates.md",{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":335,"sourceLanguage":18,"type":252},"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",[861,862],{"path":443,"priority":329},{"path":445,"priority":334},{"sources":864},[865],"manual",{"closedIssues90d":236,"description":867,"forks":237,"homepage":868,"license":244,"openIssues90d":240,"pushedAt":241,"readmeSize":234,"stars":242,"topics":869},"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",[870,213,871,302,872,873,874],"claude-code","ai","claude-code-skill","marketing-automation","open-source",{"classifiedAt":876,"discoverAt":877,"extractAt":878,"githubAt":878,"updatedAt":876},1778674872230,1778674866854,1778674870267,[216,219,214,215,218,217,213],{"evaluatedAt":247,"extractAt":293,"updatedAt":247},[],[883,912,934,963,990,1018],{"_creationTime":884,"_id":885,"community":886,"display":887,"identity":893,"providers":897,"relations":905,"tags":908,"workflow":909},1778691104676.0051,"k172rkctzfhac77161j1eqvc0586nak5",{"reviewCount":8},{"description":888,"installMethods":889,"name":891,"sourceUrl":892},"Prepare a product photo to meet Amazon's main image requirements: pure white background, square format, 2000×2000px, JPEG.",{"claudeCode":890},"iterationlayer/skills","optimize-for-amazon","https://github.com/iterationlayer/skills",{"basePath":894,"githubOwner":895,"githubRepo":896,"locale":18,"slug":891,"type":252},"skills/optimize-for-amazon","iterationlayer","skills",{"evaluate":898,"extract":904},{"promptVersionExtension":206,"promptVersionScoring":207,"score":899,"tags":900,"targetMarket":220,"tier":221},95,[901,216,214,902,903],"image","photo-editing","api",{"commitSha":282},{"parentExtensionId":906,"repoId":907},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[216,903,214,901,902],{"evaluatedAt":910,"extractAt":911,"updatedAt":910},1778693732394,1778691104676,{"_creationTime":913,"_id":914,"community":915,"display":916,"identity":920,"providers":922,"relations":930,"tags":931,"workflow":932},1778691104676.009,"k178w7wd1nma48cbwy5hbrnq7s86nyvy",{"reviewCount":8},{"description":917,"installMethods":918,"name":919,"sourceUrl":892},"Extract typed JSON from public website pages using a schema.",{"claudeCode":890},"website-extraction-api",{"basePath":921,"githubOwner":895,"githubRepo":896,"locale":18,"slug":919,"type":252},"skills/website-extraction-api",{"evaluate":923,"extract":929},{"promptVersionExtension":206,"promptVersionScoring":207,"score":924,"tags":925,"targetMarket":220,"tier":221},100,[926,927,928,217,903,280],"web-scraping","data-extraction","json",{"commitSha":282},{"parentExtensionId":906,"repoId":907},[903,280,927,928,217,926],{"evaluatedAt":933,"extractAt":911,"updatedAt":933},1778694012840,{"_creationTime":935,"_id":936,"community":937,"display":938,"identity":944,"providers":948,"relations":956,"tags":958,"workflow":959},1778683522639.4817,"k17a9cav35ya4h38sccx3r3d5d86mr2y",{"reviewCount":8},{"description":939,"installMethods":940,"name":942,"sourceUrl":943},"Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says \"check the database\" or \"find me some data.\" This skill ensures you follow the correct explore-first workflow instead of guessing table structures.",{"claudeCode":941},"bytebase/dbhub","DBHub Database Query Guide","https://github.com/bytebase/dbhub",{"basePath":945,"githubOwner":946,"githubRepo":947,"locale":18,"slug":947,"type":252},"skills/dbhub","bytebase","dbhub",{"evaluate":949,"extract":955},{"promptVersionExtension":206,"promptVersionScoring":207,"score":924,"tags":950,"targetMarket":220,"tier":221},[951,952,953,217,954,946],"database","sql","query","mcp",{"commitSha":282,"license":244},{"repoId":957},"kd75gz890g3h6zj0xf3qtbrdjd86mpw3",[946,951,954,953,217,952],{"evaluatedAt":960,"extractAt":961,"updatedAt":962},1778683601748,1778683522639,1778683734542,{"_creationTime":964,"_id":965,"community":966,"display":967,"identity":973,"providers":977,"relations":984,"tags":986,"workflow":987},1778682862751.9475,"k177bn4hpsv2417q7fvbdtwav586ny65",{"reviewCount":8},{"description":968,"installMethods":969,"name":971,"sourceUrl":972},"Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.",{"claudeCode":970},"awslabs/mcp","dsql","https://github.com/awslabs/mcp",{"basePath":974,"githubOwner":975,"githubRepo":954,"locale":18,"slug":976,"type":252},"src/aurora-dsql-mcp-server/skills/dsql-skill","awslabs","dsql-skill",{"evaluate":978,"extract":983},{"promptVersionExtension":206,"promptVersionScoring":207,"score":924,"tags":979,"targetMarket":220,"tier":221},[951,952,980,981,971,982,217,953,301],"aws","aurora","migration",{"commitSha":282},{"repoId":985},"kd71cq56hfddetnwspw92kb09x86mbzy",[981,980,951,971,982,301,953,217,952],{"evaluatedAt":988,"extractAt":989,"updatedAt":988},1778682978663,1778682862752,{"_creationTime":991,"_id":992,"community":993,"display":994,"identity":1000,"providers":1003,"relations":1011,"tags":1014,"workflow":1015},1778675562553.741,"k172b2vz7xsc1w6k6k6a9565z586nyem",{"reviewCount":8},{"description":995,"installMethods":996,"name":998,"sourceUrl":999},"Guide for authoring Apollo Federation subgraph schemas. Use this skill when: (1) creating new subgraph schemas for a federated supergraph, (2) defining or modifying entities with @key, (3) sharing types/fields across subgraphs with @shareable, (4) working with federation directives (@external, @requires, @provides, @override, @inaccessible), (5) troubleshooting composition errors, (6) any task involving federation schema design patterns.\n",{"claudeCode":997},"apollographql/skills","apollo-federation","https://github.com/apollographql/skills",{"basePath":1001,"githubOwner":1002,"githubRepo":896,"locale":18,"slug":998,"type":252},"skills/apollo-federation","apollographql",{"evaluate":1004,"extract":1010},{"promptVersionExtension":206,"promptVersionScoring":207,"score":924,"tags":1005,"targetMarket":220,"tier":221},[1006,1007,1008,217,1009],"graphql","apollo","federation","documentation",{"commitSha":282},{"parentExtensionId":1012,"repoId":1013},"k172cxtw1jjyfy3j32102fhz4986nn9c","kd70kp4977ph9vbpa67gwcs7j586n0sc",[1007,1009,1008,1006,217],{"evaluatedAt":1016,"extractAt":1017,"updatedAt":1016},1778675656075,1778675562553,{"_creationTime":1019,"_id":1020,"community":1021,"display":1022,"identity":1028,"providers":1033,"relations":1040,"tags":1042,"workflow":1043},1778696113180.8118,"k17b8dp19k5ecqjt52xcm30vvn86nbsx",{"reviewCount":8},{"description":1023,"installMethods":1024,"name":1026,"sourceUrl":1027},"Cross-format content adaptation. Turning one substantial piece into many derivative formats (blog series, email sequences, social posts, webinars, podcasts, video shorts) without losing the original's value or producing AI-slop variants. The discipline of adaptation per medium rather than mass-blast distribution. Triggers on content repurposing, content adaptation, cross-format content, content atomization, content multiplication, content distribution across formats, source-piece-to-derivative, video shorts from blog, email from whitepaper, podcast from article, blog series from research. Also triggers when a flagship piece is shipping but the team has not planned how to extend it across formats, when repurposing is happening but the derivatives feel mass-produced, or when AI-assisted repurposing is producing slop variants of strong source pieces.",{"claudeCode":1025},"rampstackco/claude-skills","Content Repurposing","https://github.com/rampstackco/claude-skills",{"basePath":1029,"githubOwner":1030,"githubRepo":1031,"locale":18,"slug":1032,"type":252},"skills/content-repurposing","rampstackco","claude-skills","content-repurposing",{"evaluate":1034,"extract":1039},{"promptVersionExtension":206,"promptVersionScoring":207,"score":924,"tags":1035,"targetMarket":220,"tier":221},[1036,1037,276,213,1009,1038],"content-strategy","repurposing","editorial",{"commitSha":282,"license":244},{"repoId":1041},"kd7bebccrrd1xf6w868aggftrd86m86v",[1036,1009,1038,276,1037,213],{"evaluatedAt":1044,"extractAt":1045,"updatedAt":1044},1778696593545,1778696113180]