[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Houseofmvps-rank-audit-en":3,"guides-for-Houseofmvps-rank-audit":467,"similar-k17713tdsca7tam3x9qwjzhk8186m23d-en":468},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":235,"parentExtension":244,"providers":301,"relations":305,"repo":306,"tags":464,"workflow":465},1778688445444.6917,"k17713tdsca7tam3x9qwjzhk8186m23d",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Full SEO/GEO/AEO/Citability/Content/Performance/Vertical/Security audit with auto-fix. Scans, reports, fixes, and verifies.",{"claudeCode":12},"Houseofmvps/claude-rank","rank-audit","https://github.com/Houseofmvps/claude-rank",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":219,"workflow":237},1778688567708.656,"kn7an4fchb4a31j6pdgwbync4h86mbh3","en",{"checks":20,"evaluatedAt":183,"extensionSummary":184,"features":185,"nonGoals":192,"promptVersionExtension":196,"promptVersionScoring":197,"purpose":198,"rationale":199,"score":200,"summary":201,"tags":202,"targetMarket":212,"tier":213,"useCases":214},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,86,90,93,97,100,103,106,109,112,115,119,122,126,130,134,137,141,144,148,151,154,157,160,163,166,170,173,176,179],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the user problem of AI invisibility and poor search engine discoverability, explicitly stating that the site is not being cited or discovered by AI search engines and traditional search traffic is flat.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a comprehensive suite of 10 scanners and automated fixes for AI discoverability and search hygiene, going significantly beyond default LLM capabilities and providing a complete lifecycle solution.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, offering a complete audit-report-fix-verify workflow for AI readiness and search visibility, with clear documentation and actionable steps for users.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on AI readiness and search visibility audits and fixes, maintaining a coherent domain without expanding into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is accurate, concise, and accurately reflects the extension's capabilities for SEO/GEO/AEO audits and auto-fixing.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The purpose is precisely stated as improving AI discoverability and search visibility, with clear triggers like 'site isn't mentioned' and explicit non-goals like 'not a replacement for a full SEO strategy'.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of providing AI readiness and search visibility audits and fixes.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is well-structured with progressive disclosure, keeping the main procedure concise and delegating detailed information to separate sections and commands.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed procedures, scanner breakdowns, and CLI commands are presented in well-organized sections within the SKILL.md, avoiding excessive inline detail.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill's workflow is primarily analytical and procedural, not deeply exploratory in a way that would necessitate a forked context for the main conversation.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The README and SKILL.md provide numerous ready-to-use examples for both plugin and standalone CLI usage, covering various commands and scenarios.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation details numerous failure modes for various checks (e.g., blocked AI bots, missing schemas) and suggests recovery steps or remediation actions.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not appear to rely on external MCP servers or tools that would require a fallback mechanism.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The documentation implies that issues detected will halt the workflow or require explicit user action for fixes, suggesting a fail-closed approach.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill operates as a standalone tool and does not appear to implicitly rely on other specific skills being loaded in the same session.",{"category":40,"check":77,"severity":24,"summary":78},"Tool naming","All exposed tools and commands use descriptive, kebab-case names that are easy to understand and specific to their function.",{"category":33,"check":80,"severity":24,"summary":81},"Minimal I/O surface","Tools and commands accept specific parameters (project directory, URL) and return structured outputs (JSON, HTML reports, scores) without unnecessary diagnostic dumps.",{"category":83,"check":84,"severity":24,"summary":85},"License","License usability","The project is licensed under MIT, which is a permissive open-source license, and is clearly stated in the LICENSE file and README.",{"category":87,"check":88,"severity":24,"summary":89},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 3 months, indicating active maintenance.",{"category":87,"check":91,"severity":24,"summary":92},"Dependency Management","The project has only one dependency ('htmlparser2') and a lockfile, indicating good dependency management practices.",{"category":94,"check":95,"severity":24,"summary":96},"Security","Secret Management","The extension does not appear to handle or expose any secrets; its operation is based on project analysis and known patterns.",{"category":94,"check":98,"severity":24,"summary":99},"Injection","The project explicitly states 'No shell injection' and uses `execFileSync` with array arguments, preventing injection vulnerabilities.",{"category":94,"check":101,"severity":24,"summary":102},"Transitive Supply-Chain Grenades","The extension does not fetch external code or data at runtime; all necessary tools are bundled, and it explicitly states no telemetry.",{"category":94,"check":104,"severity":24,"summary":105},"Sandbox Isolation","The extension operates on project files and URLs, with stated protections against SSRF and file access, ensuring it stays within its defined scope.",{"category":94,"check":107,"severity":24,"summary":108},"Sandbox escape primitives","The project explicitly denies shell injection and does not appear to use any detached process spawns or retry loops for denied operations.",{"category":94,"check":110,"severity":24,"summary":111},"Data Exfiltration","The extension explicitly states 'No telemetry. Zero data collection. No phone home. Ever.', preventing data exfiltration.",{"category":94,"check":113,"severity":24,"summary":114},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks, HTML comments, or unusual Unicode characters.",{"category":116,"check":117,"severity":24,"summary":118},"Hooks","Opaque code execution","The project bundles only plain, readable source code and explicitly states no build step is required, avoiding opaque execution methods.",{"category":73,"check":120,"severity":24,"summary":121},"Structural Assumption","The skill handles both local project directories and live URLs, and its documentation outlines how to use it with different project structures.",{"category":123,"check":124,"severity":24,"summary":125},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 1 was closed, indicating good maintainer responsiveness with a high closure rate.",{"category":127,"check":128,"severity":24,"summary":129},"Versioning","Release Management","The extension has a meaningful semver version declared via npm and GitHub release tags, and installation instructions reference specific versions or tags.",{"category":131,"check":132,"severity":24,"summary":133},"Execution","Validation","While not explicitly mentioning a schema library, the tool's design and documentation suggest careful handling of inputs like directories and URLs.",{"category":94,"check":135,"severity":24,"summary":136},"Unguarded Destructive Operations","The tool's primary functions are scanning and reporting, with auto-fixing capabilities generating files like robots.txt and sitemap.xml, which are typically guarded by prompts or explicit commands.",{"category":138,"check":139,"severity":24,"summary":140},"Errors","Error Handling","The documentation mentions CI/CD mode with exit codes and implies structured output, suggesting robust error handling.",{"category":65,"check":142,"severity":56,"summary":143},"Logging","The tool is designed for analysis and reporting, not destructive actions or outbound calls that would necessitate a local audit log.",{"category":145,"check":146,"severity":24,"summary":147},"Compliance","GDPR","The extension does not process personal data; it analyzes website structure and SEO/AI discoverability.",{"category":145,"check":149,"severity":24,"summary":150},"Target market","The extension's functionality is globally applicable and does not exhibit any regional or jurisdictional biases.",{"category":73,"check":152,"severity":24,"summary":153},"Runtime stability","The extension requires Node.js >= 18 and is designed to run on ESM environments, with clear requirements and no assumptions of specific OS or shell features beyond standard Node.js capabilities.",{"category":47,"check":155,"severity":24,"summary":156},"README","The README file is comprehensive, clearly stating the extension's purpose, features, and usage instructions.",{"category":33,"check":158,"severity":24,"summary":159},"Tool surface size","The extension exposes a well-defined set of 16 CLI commands and 7 plugin skills, falling within the ideal range.",{"category":40,"check":161,"severity":24,"summary":162},"Overlapping near-synonym tools","The commands are distinct and cover specific functionalities (e.g., `scan`, `geo`, `aeo`, `perf`), avoiding near-synonym overlap.",{"category":47,"check":164,"severity":24,"summary":165},"Phantom features","All advertised features, including the 10 scanners, auto-fix generators, and CLI commands, have corresponding implementations detailed in the documentation.",{"category":167,"check":168,"severity":24,"summary":169},"Install","Installation instruction","Clear installation instructions are provided for both plugin and standalone CLI usage, including copy-pasteable commands and setup steps.",{"category":138,"check":171,"severity":24,"summary":172},"Actionable error messages","The documentation indicates that errors in CI/CD mode will result in non-zero exit codes, and the detailed scanner breakdowns imply specific remediation steps for identified issues.",{"category":131,"check":174,"severity":24,"summary":175},"Pinned dependencies","The project lists Node.js version requirements and has a lockfile for its single dependency, indicating pinned dependencies.",{"category":33,"check":177,"severity":24,"summary":178},"Dry-run preview","The documentation mentions CI/CD mode with a threshold and implies that auto-fix generators create files, suggesting that destructive operations are either not performed directly in scan mode or are previewed.",{"category":180,"check":181,"severity":56,"summary":182},"Protocol","Idempotent retry & timeouts","The extension operates locally or on provided URLs, and its operations are primarily analytical and file-generating, not involving state-changing remote calls that require idempotency or timeouts.",1778688567593,"This skill provides a suite of 10 scanners to audit AI discoverability and search engine optimization (SEO, GEO, AEO) for local projects or live URLs. It offers automated fixes for common issues like missing sitemaps, robots.txt, JSON-LD, and more, along with detailed reporting and action plans for search console submissions.",[186,187,188,189,190,191],"10 parallel scanners for SEO, GEO, AEO, Content, Performance, Security, etc.","Automated fixes for robots.txt, sitemap.xml, llms.txt, and JSON-LD.","Competitive X-Ray analysis against competitor websites.","Core Web Vitals assessment via Lighthouse.","HTML report export and CI/CD mode for automated pipelines.","Actionable post-audit plans for Google Search Console and Bing Webmaster Tools.",[193,194,195],"It is not a replacement for a full SEO strategy, link building, or content marketing.","It does not perform manual SEO audits or provide strategic consulting.","It does not require API keys or external subscriptions for its core scanning functions.","3.0.0","4.4.0","To make websites discoverable and citable by AI search engines and improve traditional search engine ranking by identifying and automatically fixing technical SEO and AI discoverability issues.","The extension is exceptionally well-documented, feature-rich, and secure. Its comprehensive audit capabilities and auto-fix features demonstrate high practical utility and production readiness. The only minor potential improvement could be more explicit details on error handling for edge cases.",99,"A highly comprehensive and well-documented skill for AI readiness and search visibility auditing and auto-fixing.",[203,204,205,206,207,208,209,210,211],"seo","ai","auditing","automation","performance","security","content","cli","plugin","global","verified",[215,216,217,218],"When a website is not being cited by AI search engines like Perplexity or ChatGPT.","To improve a site's visibility in traditional search engine results.","When needing to generate missing technical SEO files like sitemaps or robots.txt.","To ensure AI crawlers can access and understand website content.",{"codeQuality":220,"collectedAt":222,"documentation":223,"maintenance":226,"popularity":231,"security":233,"testCoverage":236},{"hasLockfile":221},true,1778688546090,{"descriptionLength":224,"readmeSize":225},123,25062,{"closedIssues90d":227,"forks":228,"hasChangelog":221,"openIssues90d":8,"pushedAt":229,"stars":230},1,2,1778529248000,32,{"npmDownloads":232},186,{"hasNpmPackage":221,"license":234,"smitheryVerified":235},"MIT",false,{"hasCi":221,"hasTests":221},{"updatedAt":238},1778688567708,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/rank-audit","Houseofmvps","claude-rank","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":251,"parentExtension":253,"providers":287,"relations":296,"tags":297,"workflow":298},1778688445444.691,"k179m2nqnv63nsxfs3js56bp9s86nrez",{"reviewCount":8},{"description":249,"installMethods":250,"name":242,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically.",{"claudeCode":242},{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":211},"",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":260,"providers":262,"relations":280,"tags":282,"workflow":283},1778688445444.6907,"k175zdykxh7cfjpd9wx4hr3r2s86mr55",{"reviewCount":8},{"description":258,"installMethods":259,"name":242,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically. 170+ rules across 10 scanners.",{"claudeCode":12},{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":261},"marketplace",{"evaluate":263,"extract":275},{"promptVersionExtension":264,"promptVersionScoring":197,"score":200,"tags":265,"targetMarket":212,"tier":213},"3.1.0",[203,266,267,268,269,270,271,272,273,274],"geo","aeo","ai-search","claude-code","marketing","agency","structured-data","schema","search-optimization",{"commitSha":276,"license":234,"marketplace":277,"plugin":278},"HEAD",{"name":242,"pluginCount":227},{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7f0gftqjxbq2z9ptzzk1549n86mnjf",[267,271,268,269,266,270,273,274,203,272],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778688470507,1778688445444,1778688776949,{"evaluate":288,"extract":293},{"promptVersionExtension":196,"promptVersionScoring":197,"score":289,"tags":290,"targetMarket":212,"tier":213},96,[203,291,205,210,207,273,292],"ai-readiness","optimization",{"commitSha":276,"license":234,"plugin":294},{"mcpCount":8,"provider":279,"skillCount":295},6,{"parentExtensionId":255,"repoId":281},[291,205,210,292,207,273,203],{"evaluatedAt":299,"extractAt":285,"updatedAt":300},1778688499384,1778688776496,{"evaluate":302,"extract":304},{"promptVersionExtension":196,"promptVersionScoring":197,"score":200,"tags":303,"targetMarket":212,"tier":213},[203,204,205,206,207,208,209,210,211],{"commitSha":276},{"parentExtensionId":246,"repoId":281},{"_creationTime":307,"_id":281,"identity":308,"providers":309,"workflow":459},1778688437407.7522,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":310,"discover":449,"extract":452,"github":453,"npm":458},{"commitSha":276,"extensions":311},[312,325,393,402,410,415,423,431,439],{"basePath":252,"description":258,"displayName":242,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":261},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":252,"description":249,"displayName":242,"installMethods":326,"license":234,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":211},{"claudeCode":242},"plugin manifest at .claude-plugin/plugin.json",[329,331,332,333,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,367,369,371,373,375,377,379,381,383,385,387,389,391],{"path":330,"priority":318},".claude-plugin/plugin.json",{"path":320,"priority":318},{"path":322,"priority":323},{"path":334,"priority":335},"skills/rank/SKILL.md","medium",{"path":337,"priority":335},"skills/rank-aeo/SKILL.md",{"path":339,"priority":335},"skills/rank-audit/SKILL.md",{"path":341,"priority":335},"skills/rank-fix/SKILL.md",{"path":343,"priority":335},"skills/rank-geo/SKILL.md",{"path":345,"priority":335},"skills/rank-schema/SKILL.md",{"path":347,"priority":323},"agents/aeo-auditor.md",{"path":349,"priority":323},"agents/citability-auditor.md",{"path":351,"priority":323},"agents/content-auditor.md",{"path":353,"priority":323},"agents/geo-auditor.md",{"path":355,"priority":323},"agents/performance-auditor.md",{"path":357,"priority":323},"agents/schema-auditor.md",{"path":359,"priority":323},"agents/security-auditor.md",{"path":361,"priority":323},"agents/seo-auditor.md",{"path":363,"priority":323},"agents/vertical-auditor.md",{"path":365,"priority":366},"bin/claude-rank.mjs","low",{"path":368,"priority":323},"commands/rank-aeo.md",{"path":370,"priority":323},"commands/rank-audit.md",{"path":372,"priority":323},"commands/rank-citability.md",{"path":374,"priority":323},"commands/rank-compete.md",{"path":376,"priority":323},"commands/rank-content.md",{"path":378,"priority":323},"commands/rank-fix.md",{"path":380,"priority":323},"commands/rank-geo.md",{"path":382,"priority":323},"commands/rank-perf.md",{"path":384,"priority":323},"commands/rank-schema.md",{"path":386,"priority":323},"commands/rank-security.md",{"path":388,"priority":323},"commands/rank-vertical.md",{"path":390,"priority":323},"commands/rank.md",{"path":392,"priority":323},"hooks/hooks.json",{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":324,"sourceLanguage":18,"type":243},"skills/rank","Main orchestrator for claude-rank SEO/GEO/AEO toolkit. Routes to specialized sub-skills.","rank",{"claudeCode":12},"SKILL.md frontmatter at skills/rank/SKILL.md",[400],{"path":401,"priority":318},"SKILL.md",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":324,"sourceLanguage":18,"type":243},"skills/rank-aeo","Answer engine optimization. Optimize for featured snippets, voice search, People Also Ask.","rank-aeo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-aeo/SKILL.md",[409],{"path":401,"priority":318},{"basePath":240,"description":10,"displayName":13,"installMethods":411,"rationale":412,"selectedPaths":413,"source":324,"sourceLanguage":18,"type":243},{"claudeCode":12},"SKILL.md frontmatter at skills/rank-audit/SKILL.md",[414],{"path":401,"priority":318},{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":324,"sourceLanguage":18,"type":243},"skills/rank-fix","Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.","rank-fix",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-fix/SKILL.md",[422],{"path":401,"priority":318},{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":324,"sourceLanguage":18,"type":243},"skills/rank-geo","AI search optimization audit. Optimize content for ChatGPT, Perplexity, Google AI Overviews.","rank-geo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-geo/SKILL.md",[430],{"path":401,"priority":318},{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":324,"sourceLanguage":18,"type":243},"skills/rank-schema","Structured data management. Detect, validate, generate, and inject JSON-LD schema.","rank-schema",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-schema/SKILL.md",[438],{"path":401,"priority":318},{"basePath":252,"description":249,"displayName":440,"installMethods":441,"license":234,"rationale":442,"selectedPaths":443,"source":324,"sourceLanguage":18,"type":210},"@houseofmvps/claude-rank",{"npm":440},"cli ecosystem detected at /",[444,446,447,448],{"path":445,"priority":318},"package.json",{"path":320,"priority":318},{"path":322,"priority":323},{"path":365,"priority":335},{"sources":450},[451],"manual",{"npmPackage":440},{"closedIssues90d":227,"description":258,"forks":228,"homepage":454,"license":234,"openIssues90d":8,"pushedAt":229,"readmeSize":225,"stars":230,"topics":455},"https://www.npmjs.com/package/@houseofmvps/claude-rank",[267,268,456,269,457,266,270,274,203,272],"answer-engine-optimization","generative-engine-optimization",{"downloads":232},{"classifiedAt":460,"discoverAt":461,"extractAt":462,"githubAt":462,"npmAt":463,"updatedAt":460},1778688444933,1778688437407,1778688441069,1778688443794,[204,205,206,210,209,207,211,208,203],{"evaluatedAt":238,"extractAt":285,"updatedAt":466},1778688777133,[],[469,500,527,556,583,612],{"_creationTime":470,"_id":471,"community":472,"display":473,"identity":479,"providers":484,"relations":493,"tags":496,"workflow":497},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":474,"installMethods":475,"name":477,"sourceUrl":478},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":476},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":480,"githubOwner":481,"githubRepo":482,"locale":18,"slug":483,"type":243},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":485,"extract":492},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":487,"targetMarket":212,"tier":213},100,[488,489,490,204,491,210],"finance","trading","market-analysis","typescript",{"commitSha":276,"license":234},{"parentExtensionId":494,"repoId":495},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[204,210,488,490,489,491],{"evaluatedAt":498,"extractAt":499,"updatedAt":498},1778701108877,1778696691708,{"_creationTime":501,"_id":502,"community":503,"display":504,"identity":510,"providers":514,"relations":521,"tags":523,"workflow":524},1778695753353.633,"k17fxb9fnez7bhk0sy8znxzx8n86m48r",{"reviewCount":8},{"description":505,"installMethods":506,"name":508,"sourceUrl":509},"Drift detection + baseline integrity guard for agent workspace files with automatic alerting support",{"claudeCode":507},"prompt-security/clawsec","soul-guardian","https://github.com/prompt-security/clawsec",{"basePath":511,"githubOwner":512,"githubRepo":513,"locale":18,"slug":508,"type":243},"skills/soul-guardian","prompt-security","clawsec",{"evaluate":515,"extract":520},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":516,"targetMarket":212,"tier":213},[208,517,205,518,519],"integrity","file-guard","workspace",{"commitSha":276},{"repoId":522},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[205,518,517,208,519],{"evaluatedAt":525,"extractAt":526,"updatedAt":525},1778696065248,1778695753353,{"_creationTime":528,"_id":529,"community":530,"display":531,"identity":537,"providers":541,"relations":549,"tags":552,"workflow":553},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":532,"installMethods":533,"name":535,"sourceUrl":536},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":534},"pjt222/agent-almanac","audit-dependency-versions","https://github.com/pjt222/agent-almanac",{"basePath":538,"githubOwner":539,"githubRepo":540,"locale":18,"slug":535,"type":243},"skills/audit-dependency-versions","pjt222","agent-almanac",{"evaluate":542,"extract":548},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":543,"targetMarket":212,"tier":213},[544,205,208,545,546,547],"dependencies","upgrades","versioning","maintenance",{"commitSha":276},{"parentExtensionId":550,"repoId":551},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[205,544,547,208,545,546],{"evaluatedAt":554,"extractAt":555,"updatedAt":554},1778696062378,1778695548458,{"_creationTime":557,"_id":558,"community":559,"display":560,"identity":566,"providers":571,"relations":577,"tags":579,"workflow":580},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":561,"installMethods":562,"name":564,"sourceUrl":565},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":563},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":567,"githubOwner":568,"githubRepo":569,"locale":18,"slug":570,"type":243},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":572,"extract":576},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":573,"targetMarket":212,"tier":213},[203,574,575,205,206],"google-ads","meta-ads",{"commitSha":276,"license":234},{"repoId":578},"kd74wn8s89tp9hrfsmcra492r586nbrv",[205,206,574,575,203],{"evaluatedAt":581,"extractAt":582,"updatedAt":581},1778694967711,1778694720643,{"_creationTime":584,"_id":585,"community":586,"display":587,"identity":593,"providers":598,"relations":606,"tags":608,"workflow":609},1778691193352.5176,"k17fczm34j9645kq7jcp1b4hss86mz0t",{"reviewCount":8},{"description":588,"installMethods":589,"name":591,"sourceUrl":592},"Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"Revisión diff develop\", \"revisión diff develop\", \"diff develop\", \"revisar diff\", \"codex diff\" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.",{"claudeCode":590},"j4rk0r/claude-skills","codex-diff-develop","https://github.com/j4rk0r/claude-skills",{"basePath":594,"githubOwner":595,"githubRepo":596,"locale":597,"slug":591,"type":243},"skills/codex-diff-develop","j4rk0r","claude-skills","es",{"evaluate":599,"extract":605},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":600,"targetMarket":212,"tier":213},[601,602,603,208,205,604],"drupal","code-review","diff","developer-tools",{"commitSha":276},{"repoId":607},"kd79shaph0e07035621cxd7x1n86m944",[205,602,604,603,601,208],{"evaluatedAt":610,"extractAt":611,"updatedAt":610},1778691216358,1778691193352,{"_creationTime":613,"_id":614,"community":615,"display":616,"identity":622,"providers":627,"relations":636,"tags":639,"workflow":640},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":617,"installMethods":618,"name":620,"sourceUrl":621},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":619},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":623,"githubOwner":624,"githubRepo":625,"locale":18,"slug":626,"type":243},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":628,"extract":635},{"promptVersionExtension":196,"promptVersionScoring":197,"score":486,"tags":629,"targetMarket":212,"tier":213},[630,631,632,633,206,210,634],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":276,"license":234},{"parentExtensionId":637,"repoId":638},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[206,210,634,631,630,633,632],{"evaluatedAt":641,"extractAt":642,"updatedAt":641},1778699613343,1778699234184]