[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-get-convex-convex-performance-audit-en":3,"guides-for-get-convex-convex-performance-audit":356,"similar-k176tmph03a1dj51daxjq6yaps86nvgf-en":357},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":233,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":352,"workflow":353},1778687269041.686,"k176tmph03a1dj51daxjq6yaps86nvgf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.",{"claudeCode":12},"get-convex/agent-skills","convex-performance-audit","https://github.com/get-convex/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":238},1778687368956.366,"kn78zb58v0asme803mbmj3qp1d86nn60","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states what the skill does (audits Convex performance) and when to use it (slow features, OCC conflicts, etc.), along with explicit non-goals. It names the artifact (Convex performance) and user intent (diagnose and fix problems).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise, self-contained, and clearly communicates the core capability and use cases within the first ~160 characters.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and delegates deeper material to separate reference files, adhering to progressive disclosure principles.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to detailed reference files (`.md`) for specific problem classes, following a progressive disclosure pattern.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is primarily diagnostic and instructional rather than deeply exploratory, so 'context: fork' is not applicable.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The skill provides a checklist for verification but lacks concrete end-to-end usage examples with input/output demonstrations. However, the detailed reference files contain code examples that illustrate the patterns.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The skill documentation explicitly lists failure modes and recovery steps within the 'Guardrails' and 'Verification' sections, and the reference files detail specific scenarios.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill does not rely on external tools or MCP servers; all logic is self-contained within the skill's script.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The skill includes a checklist for verification and implies halting the workflow if issues are found, aligning with reporting on unexpected pre-state.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill operates standalone and clearly defines its scope, cross-linking to the migration helper skill only for specific, advanced scenarios, which is explicit and optional.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description directly addresses the user problem of Convex performance issues and names specific pain points like slow features and OCC conflicts.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers a structured diagnostic approach to Convex performance problems, going beyond generic advice by providing specific rules and signal-based routing.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill provides a clear workflow, detailed reference guides for common performance issues, and guardrails, making it suitable for real-world workflows.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill is focused specifically on auditing and diagnosing Convex performance issues, with clear boundaries defined in its non-goals.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description is concise, accurate, and accurately reflects the skill's capabilities and intended use cases.",{"category":22,"check":77,"severity":39,"summary":78},"Scoped tools","This is a skill, not a tool-based extension, so the concept of scoped tools does not apply directly.",{"category":30,"check":80,"severity":39,"summary":81},"Configuration & parameter reference","The skill does not expose any configurable parameters or options beyond those inherent in the agent's invocation context.",{"category":70,"check":83,"severity":39,"summary":84},"Tool naming","As a skill, it does not expose user-facing tools with names.",{"category":70,"check":86,"severity":39,"summary":87},"Minimal I/O surface","This skill does not expose explicit tools with parameter schemas or response shapes.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The last commit was on April 30, 2026, which is within the last 90 days.",{"category":93,"check":97,"severity":39,"summary":98},"Dependency Management","The skill does not appear to use any third-party dependencies that require specific management.",{"category":100,"check":101,"severity":39,"summary":102},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill processes user input and code within a controlled environment, and its reference files are treated as data, not instructions.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime or execute untrusted code; all content is bundled.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill operates within the project folder and does not modify files outside of its defined scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","There are no indications of detached process spawns or deny-retry loops in the skill's logic.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill does not read or submit confidential data to any third party.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, ANSI escapes, or invisible Unicode characters.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill's scripts are written in plain, readable TypeScript and do not involve obfuscation, base64 payloads, or runtime fetching.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill's instructions are general and do not make assumptions about user-specific project organization outside of the bundle.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","The repository has 0 open and 0 closed issues in the last 90 days, indicating high engagement or a new/stable project.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The `pushedAt` timestamp indicates recent activity, and the installation instructions do not reference `main`, suggesting a versioned release process or stable commits.",{"category":49,"check":137,"severity":39,"summary":138},"Validation","The skill does not expose explicit tools with parameters requiring validation via schema libraries.",{"category":100,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","The skill is primarily diagnostic and analytical, with no destructive operations that would require guarding.",{"category":49,"check":143,"severity":24,"summary":144},"Error Handling","The skill's documentation outlines failure modes and recovery steps, indicating a focus on robust error reporting.",{"category":49,"check":146,"severity":39,"summary":147},"Logging","The skill does not perform destructive actions or outbound calls that would require local audit logging.",{"category":149,"check":150,"severity":39,"summary":151},"Compliance","GDPR","The skill does not operate on personal data.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The skill's functionality is not tied to any specific geographic or legal jurisdiction and is globally applicable.",{"category":57,"check":156,"severity":24,"summary":157},"Runtime stability","The skill is written in TypeScript and does not appear to make assumptions about specific editors, shells, or OS environments.",{"category":30,"check":159,"severity":24,"summary":160},"README","A README file exists and clearly states the purpose of the skill repository and lists available skills.",{"category":70,"check":162,"severity":39,"summary":163},"Tool surface size","This is a skill, not a CLI or MCP server, and does not expose a surface of tools.",{"category":22,"check":165,"severity":39,"summary":166},"Overlapping near-synonym tools","As a skill, it does not expose multiple tools with potentially overlapping names.",{"category":30,"check":168,"severity":24,"summary":169},"Phantom features","All advertised capabilities (performance auditing) are implemented and detailed in the SKILL.md and reference files.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The README provides clear installation instructions for adding the skill set and mentions manual invocation methods.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The skill's documentation provides guidance on failure modes and recovery steps, implying actionable error reporting.",{"category":179,"check":180,"severity":39,"summary":181},"Execution","Pinned dependencies","The skill does not appear to have external dependencies that require pinning.",{"category":70,"check":183,"severity":39,"summary":184},"Dry-run preview","The skill is diagnostic and analytical, not performing state-changing operations, so a dry-run feature is not applicable.",{"category":186,"check":187,"severity":39,"summary":188},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":149,"check":190,"severity":39,"summary":191},"Telemetry opt-in","The skill does not emit any telemetry.",1778687368776,"This skill provides a structured approach to auditing Convex application performance, focusing on reads, subscriptions, write contention, and function limits. It guides users through gathering signals, identifying problem classes, and applying fixes based on detailed reference documents.",[195,196,197,198,199],"Performance auditing for Convex reads","Analysis of subscription costs","Diagnoses write contention and OCC conflicts","Identifies function execution and transaction limits","Provides structured guidance for common performance patterns",[201,202,203,204],"Initial Convex setup or authentication configuration","Pure schema migrations without a performance goal","One-off micro-optimizations without a clear problem signal","Recommending structural changes without measured performance data","3.0.0","4.4.0","To help developers diagnose and resolve performance bottlenecks in Convex applications by providing a systematic audit process and actionable guidance.","The skill is well-documented, focused, and production-ready. A minor improvement could be adding concrete usage examples to the SKILL.md.",97,"A comprehensive and well-structured skill for diagnosing Convex performance issues.",[212,213,214,215,216],"convex","performance","audit","database","debugging","global","verified",[220,221,222,223],"When a Convex feature feels slow or expensive","To address high byte/document reads or OCC conflicts reported by `convex insights`","When dealing with high subscription counts or slow UI updates","To fix function timeouts or large payload issues",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":236,"testCoverage":237},{"hasLockfile":226},true,1778687348371,{"descriptionLength":229,"readmeSize":230},170,4656,{"closedIssues90d":8,"forks":232,"hasChangelog":233,"openIssues90d":8,"pushedAt":234,"stars":235},5,false,1777592297000,27,{"hasNpmPackage":233,"smitheryVerified":233},{"hasCi":226,"hasTests":226},{"updatedAt":239},1778687368956,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/convex-performance-audit","get-convex","agent-skills","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":248,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":250},"HEAD",{"repoId":252},"kd7cqc92jqqs6nh3mj4ag0jcc986mney",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":348},1778687264876.3398,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":342,"github":345},{"commitSha":250,"extensions":258},[259,269,289,302,316,325],{"basePath":260,"description":261,"displayName":212,"installMethods":262,"rationale":263,"selectedPaths":264,"source":268,"sourceLanguage":18,"type":244},"skills/convex","Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.",{"claudeCode":12},"SKILL.md frontmatter at skills/convex/SKILL.md",[265],{"path":266,"priority":267},"SKILL.md","mandatory","rule",{"basePath":270,"description":271,"displayName":272,"installMethods":273,"rationale":274,"selectedPaths":275,"source":268,"sourceLanguage":18,"type":244},"skills/convex-create-component","Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.","convex-create-component",{"claudeCode":12},"SKILL.md frontmatter at skills/convex-create-component/SKILL.md",[276,277,280,283,285,287],{"path":266,"priority":267},{"path":278,"priority":279},"assets/icon.svg","low",{"path":281,"priority":282},"references/advanced-patterns.md","medium",{"path":284,"priority":282},"references/hybrid-components.md",{"path":286,"priority":282},"references/local-components.md",{"path":288,"priority":282},"references/packaged-components.md",{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":268,"sourceLanguage":18,"type":244},"skills/convex-migration-helper","Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.","convex-migration-helper",{"claudeCode":12},"SKILL.md frontmatter at skills/convex-migration-helper/SKILL.md",[296,297,298,300],{"path":266,"priority":267},{"path":278,"priority":279},{"path":299,"priority":282},"references/migration-patterns.md",{"path":301,"priority":282},"references/migrations-component.md",{"basePath":241,"description":10,"displayName":13,"installMethods":303,"rationale":304,"selectedPaths":305,"source":268,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/convex-performance-audit/SKILL.md",[306,307,308,310,312,314],{"path":266,"priority":267},{"path":278,"priority":279},{"path":309,"priority":282},"references/function-budget.md",{"path":311,"priority":282},"references/hot-path-rules.md",{"path":313,"priority":282},"references/occ-conflicts.md",{"path":315,"priority":282},"references/subscription-cost.md",{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":268,"sourceLanguage":18,"type":244},"skills/convex-quickstart","Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.","convex-quickstart",{"claudeCode":12},"SKILL.md frontmatter at skills/convex-quickstart/SKILL.md",[323,324],{"path":266,"priority":267},{"path":278,"priority":279},{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":268,"sourceLanguage":18,"type":244},"skills/convex-setup-auth","Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.","convex-setup-auth",{"claudeCode":12},"SKILL.md frontmatter at skills/convex-setup-auth/SKILL.md",[332,333,334,336,338,340],{"path":266,"priority":267},{"path":278,"priority":279},{"path":335,"priority":282},"references/auth0.md",{"path":337,"priority":282},"references/clerk.md",{"path":339,"priority":282},"references/convex-auth.md",{"path":341,"priority":282},"references/workos-authkit.md",{"sources":343},[344],"manual",{"closedIssues90d":8,"description":346,"forks":232,"openIssues90d":8,"pushedAt":234,"readmeSize":230,"stars":235,"topics":347},"Convex Skills for Agents",[],{"classifiedAt":349,"discoverAt":350,"extractAt":351,"githubAt":351,"updatedAt":349},1778687268870,1778687264876,1778687267124,[214,212,215,216,213],{"evaluatedAt":239,"extractAt":354,"updatedAt":355},1778687269041,1778687488172,[],[358,389,415,445,478,508],{"_creationTime":359,"_id":360,"community":361,"display":362,"identity":368,"providers":372,"relations":381,"tags":384,"workflow":385},1778694149049.3467,"k175wmq2n17n23xzphj2zzt3qs86n3xd",{"reviewCount":8},{"description":363,"installMethods":364,"name":366,"sourceUrl":367},"Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.",{"claudeCode":365},"mongodb/agent-skills","MongoDB Connection Optimizer","https://github.com/mongodb/agent-skills",{"basePath":369,"githubOwner":370,"githubRepo":243,"locale":18,"slug":371,"type":244},"skills/mongodb-connection","mongodb","mongodb-connection",{"evaluate":373,"extract":379},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":375,"targetMarket":217,"tier":218},100,[370,215,376,213,377,378],"connection","optimization","configuration",{"commitSha":250,"license":380},"Apache-2.0",{"parentExtensionId":382,"repoId":383},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[378,376,215,370,377,213],{"evaluatedAt":386,"extractAt":387,"updatedAt":388},1778694243014,1778694149049,1778694461446,{"_creationTime":390,"_id":391,"community":392,"display":393,"identity":399,"providers":403,"relations":409,"tags":411,"workflow":412},1778687399826.0325,"k17269dg7c9710vn40ysst9cbx86nekj",{"reviewCount":8},{"description":394,"installMethods":395,"name":397,"sourceUrl":398},"Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.",{"claudeCode":396},"github/awesome-copilot","sql-optimization","https://github.com/github/awesome-copilot",{"basePath":400,"githubOwner":401,"githubRepo":402,"locale":18,"slug":397,"type":244},"skills/sql-optimization","github","awesome-copilot",{"evaluate":404,"extract":408},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":405,"targetMarket":217,"tier":218},[406,213,377,215,407],"sql","tuning",{"commitSha":250},{"repoId":410},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[215,377,213,406,407],{"evaluatedAt":413,"extractAt":414,"updatedAt":413},1778689968064,1778687399826,{"_creationTime":416,"_id":417,"community":418,"display":419,"identity":425,"providers":430,"relations":439,"tags":441,"workflow":442},1778682862751.9475,"k177bn4hpsv2417q7fvbdtwav586ny65",{"reviewCount":8},{"description":420,"installMethods":421,"name":423,"sourceUrl":424},"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":422},"awslabs/mcp","dsql","https://github.com/awslabs/mcp",{"basePath":426,"githubOwner":427,"githubRepo":428,"locale":18,"slug":429,"type":244},"src/aurora-dsql-mcp-server/skills/dsql-skill","awslabs","mcp","dsql-skill",{"evaluate":431,"extract":438},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":432,"targetMarket":217,"tier":218},[215,406,433,434,423,435,436,437,213],"aws","aurora","migration","schema","query",{"commitSha":250},{"repoId":440},"kd71cq56hfddetnwspw92kb09x86mbzy",[434,433,215,423,435,213,437,436,406],{"evaluatedAt":443,"extractAt":444,"updatedAt":443},1778682978663,1778682862752,{"_creationTime":446,"_id":447,"community":448,"display":449,"identity":455,"providers":460,"relations":470,"tags":473,"workflow":474},1778693539593.1858,"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",{"reviewCount":8},{"description":450,"installMethods":451,"name":453,"sourceUrl":454},"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":452},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":456,"githubOwner":457,"githubRepo":458,"locale":18,"slug":459,"type":244},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","evolution-engine",{"evaluate":461,"extract":468},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":462,"targetMarket":217,"tier":218},[463,464,465,214,466,467],"trading","ai","memory","compliance","llm",{"commitSha":250,"license":469},"MIT",{"parentExtensionId":471,"repoId":472},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy",[464,214,466,467,465,463],{"evaluatedAt":475,"extractAt":476,"updatedAt":477},1778693678813,1778693539593,1778693832942,{"_creationTime":479,"_id":480,"community":481,"display":482,"identity":488,"providers":492,"relations":501,"tags":504,"workflow":505},1778675056600.272,"k17drhnkxx2ec1cdbwc65e683586n4pq",{"reviewCount":8},{"description":483,"installMethods":484,"name":486,"sourceUrl":487},"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":485},"alirezarezvani/claude-skills","gdpr-dsgvo-expert","https://github.com/alirezarezvani/claude-skills",{"basePath":489,"githubOwner":490,"githubRepo":491,"locale":18,"slug":486,"type":244},"ra-qm-team/skills/gdpr-dsgvo-expert","alirezarezvani","claude-skills",{"evaluate":493,"extract":500},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":494,"targetMarket":217,"tier":218},[495,496,466,497,214,498,499],"gdpr","dsgvo","privacy","documentation","python",{"commitSha":250},{"parentExtensionId":502,"repoId":503},"k17c1bwyjkg950q3ft43gvpadh86nyng","kd7ff9s1w43mfyy1n7hf87816186m6px",[214,466,498,496,495,497,499],{"evaluatedAt":506,"extractAt":507,"updatedAt":506},1778686181462,1778675056600,{"_creationTime":509,"_id":510,"community":511,"display":512,"identity":516,"providers":518,"relations":527,"tags":529,"workflow":530},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":513,"installMethods":514,"name":515,"sourceUrl":487},"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":485},"ship-gate",{"basePath":517,"githubOwner":490,"githubRepo":491,"locale":18,"slug":515,"type":244},"engineering/skills/ship-gate",{"evaluate":519,"extract":526},{"promptVersionExtension":205,"promptVersionScoring":206,"score":374,"tags":520,"targetMarket":217,"tier":218},[521,522,523,214,524,525],"security","code-quality","deployment","checklist","devops",{"commitSha":250,"license":469},{"parentExtensionId":528,"repoId":503},"k173223hfbd6c4mx6r1jdx23wn86mbpb",[214,524,522,523,525,521],{"evaluatedAt":531,"extractAt":507,"updatedAt":531},1778679066333]