[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jeffallan-sql-pro-zh-CN":3,"guides-for-jeffallan-sql-pro":1757,"similar-k17fszmb1m6twa4x5kgcwk4pn186m5gr-zh-CN":1758},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":229,"parentExtension":253,"providers":313,"relations":317,"repo":318,"tags":1755,"workflow":1756},1778691344230.139,"k17fszmb1m6twa4x5kgcwk4pn186m5gr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Use when a user asks why their query is slow, needs help writing complex joins or aggregations, mentions database performance issues, or wants to design or migrate a schema. Invoke for complex queries, window functions, CTEs, indexing strategies, query plan analysis, covering index creation, recursive queries, EXPLAIN/ANALYZE interpretation, before/after query benchmarking, or migrating queries between database dialects (PostgreSQL, MySQL, SQL Server, Oracle).",{"claudeCode":12},"jeffallan/claude-skills","SQL Pro","https://github.com/jeffallan/claude-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":245},1778692707272.0325,"kn75wkfbvg0dj23qgmcg3zwv6s86nqk3","en",{"checks":20,"evaluatedAt":189,"extensionSummary":190,"features":191,"nonGoals":199,"practices":203,"prerequisites":207,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,80,83,86,89,92,95,98,102,105,109,113,117,120,124,127,131,134,137,140,144,147,150,153,156,159,162,166,170,174,177,180,183,186],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the user problem of SQL optimization, schema design, and performance troubleshooting, along with specific scenarios for use.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default LLM behavior by providing expert-level SQL analysis, optimization strategies, and database design guidance tailored to specific dialects.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of SQL query optimization and database design, providing analysis, design, optimization, verification, and documentation steps.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on SQL query optimization, database schema design, and performance troubleshooting, without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities for SQL optimization, schema design, and performance troubleshooting, including specific use cases and database dialects.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the artifact (SQL queries, schemas) and the user intent (optimize, design, troubleshoot), providing specific triggers and boundaries.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of SQL optimization and database design, with relevant trigger phrases.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is concise and effectively delegates detailed guidance to separate reference files, adhering to progressive disclosure.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md outlines the core workflow and effectively links to detailed guidance in `references/` files for specific topics like query patterns and optimization.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill is not an exploration-heavy skill that would benefit from `context: fork`.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","Sufficient examples are provided for CTE patterns, window functions, EXPLAIN/ANALYZE interpretation, and optimization scenarios, plausibly demonstrating the claimed outputs.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill addresses edge cases and limitations, documenting failure modes like NULL handling, performance bottlenecks, and dialect-specific differences with recovery steps.",{"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 skill's instructions emphasize analysis and optimization, and the 'MUST DO'/'MUST NOT DO' sections implicitly guide against unexpected state by promoting best practices.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill operates standalone and does not implicitly rely on other skills. It provides clear scope for SQL-related tasks.",{"category":77,"check":78,"severity":56,"summary":79},"Security","Secret Management","The skill does not handle secrets as it focuses on SQL analysis and optimization.",{"category":77,"check":81,"severity":24,"summary":82},"Injection","The skill's focus on generating SQL and analyzing execution plans does not involve loading untrusted third-party data that could lead to injection vulnerabilities.",{"category":77,"check":84,"severity":24,"summary":85},"Transitive Supply-Chain Grenades","The skill operates on bundled reference materials and user-provided SQL, without fetching remote content at runtime.",{"category":77,"check":87,"severity":24,"summary":88},"Sandbox Isolation","The skill primarily analyzes and generates SQL, with no operations that would modify files outside its intended scope.",{"category":77,"check":90,"severity":24,"summary":91},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the skill's logic.",{"category":77,"check":93,"severity":24,"summary":94},"Data Exfiltration","The skill's function is to analyze and optimize SQL, with no outbound calls to submit confidential data.",{"category":77,"check":96,"severity":24,"summary":97},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks, control characters, or invisible Unicode sequences.",{"category":99,"check":100,"severity":24,"summary":101},"Hooks","Opaque code execution","The skill logic appears to be in plain, readable format without obfuscation techniques like base64 or minified code.",{"category":73,"check":103,"severity":24,"summary":104},"Structural Assumption","The skill does not make structural assumptions about user projects beyond the need for SQL code or database context.",{"category":106,"check":107,"severity":24,"summary":108},"Trust","Issues Attention","Open issues (3) are significantly outnumbered by closed issues (10) in the last 90 days, indicating active maintenance.",{"category":110,"check":111,"severity":24,"summary":112},"Versioning","Release Management","The skill declares a meaningful version (1.1.0) in its frontmatter, and a CHANGELOG.md is present.",{"category":114,"check":115,"severity":56,"summary":116},"Execution","Pinned dependencies","The skill does not appear to use third-party dependencies that would require pinning or lockfiles.",{"category":33,"check":118,"severity":56,"summary":119},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations or outbound data transfers that would require a dry-run feature.",{"category":121,"check":122,"severity":56,"summary":123},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or explicit timeouts.",{"category":77,"check":125,"severity":56,"summary":126},"Unguarded Destructive Operations","The skill is analytical and does not perform destructive operations.",{"category":128,"check":129,"severity":24,"summary":130},"Errors","Actionable error messages","The documentation implies that error handling for SQL queries and execution plans would include symptoms and recovery steps, consistent with expert guidance.",{"category":114,"check":132,"severity":24,"summary":133},"Validation","The skill's instructions guide users on providing valid SQL and context, and its reference materials cover data type constraints and best practices, implying validation.",{"category":65,"check":135,"severity":24,"summary":136},"Error Handling","The skill's structure and reference materials (e.g., EXPLAIN plan interpretation, failure modes) suggest robust error handling for SQL-related issues.",{"category":65,"check":138,"severity":56,"summary":139},"Logging","The skill is analytical and does not perform actions that typically require local audit logging.",{"category":141,"check":142,"severity":56,"summary":143},"Compliance","GDPR","The skill operates on SQL and database schemas, not directly on personal data.",{"category":141,"check":145,"severity":24,"summary":146},"Target market","The skill's scope is global, focusing on SQL which is a universal language, with no regional or jurisdictional limitations.",{"category":73,"check":148,"severity":24,"summary":149},"Runtime stability","The skill's logic relies on standard SQL concepts and general LLM capabilities, with no specific OS or shell assumptions.",{"category":47,"check":151,"severity":24,"summary":152},"README","The README file clearly outlines the project's purpose and provides installation instructions and links to detailed documentation.",{"category":33,"check":154,"severity":56,"summary":155},"Tool surface size","This is a skill, not a tool with multiple commands. The complexity is managed through detailed instructions and references.",{"category":40,"check":157,"severity":56,"summary":158},"Overlapping near-synonym tools","As a skill, it does not expose distinct tools with overlapping functionality; complexity is handled via instructions and references.",{"category":47,"check":160,"severity":24,"summary":161},"Phantom features","All features mentioned in the documentation, such as query optimization and schema design, are supported by the skill's instructions and reference materials.",{"category":163,"check":164,"severity":24,"summary":165},"Install","Installation instruction","The README provides clear installation instructions and references for the extension and its capabilities.",{"category":167,"check":168,"severity":24,"summary":169},"License","License usability","The license is MIT, a permissive open-source license, clearly stated in the SKILL.md frontmatter and LICENSE file.",{"category":171,"check":172,"severity":24,"summary":173},"Maintenance","Commit recency","The last commit was on May 1, 2026, which is within the last 12 months.",{"category":171,"check":175,"severity":56,"summary":176},"Dependency Management","The skill does not appear to use third-party dependencies that require explicit management.",{"category":33,"check":178,"severity":24,"summary":179},"Minimal I/O surface","The skill's inputs are user prompts and SQL code, and its outputs are analysis, optimized queries, and documentation, all within its defined scope.",{"category":33,"check":181,"severity":56,"summary":182},"Scoped tools","This is a skill and does not expose specific tools.",{"category":47,"check":184,"severity":56,"summary":185},"Configuration & parameter reference","The skill does not have configurable parameters or options beyond the user's input prompt.",{"category":33,"check":187,"severity":56,"summary":188},"Tool naming","This is a skill and does not expose user-facing tools with names.",1778692706966,"This skill provides expert-level guidance on optimizing SQL queries, designing database schemas, and troubleshooting performance issues across various SQL dialects. It offers detailed analysis, example patterns, and best practices.",[192,193,194,195,196,197,198],"SQL query optimization","Database schema design","Performance troubleshooting","EXPLAIN plan analysis","Indexing strategies","CTE and window function patterns","Multi-dialect support (PostgreSQL, MySQL, SQL Server, Oracle)",[200,201,202],"Writing application code","Managing database infrastructure","Performing tasks unrelated to SQL or database design",[204,205,206],"Code quality","Database design","Query optimization",[],"3.0.0","4.4.0","To help users write efficient, well-designed SQL queries and databases by providing expert-level analysis and optimization strategies.","No critical or warning findings. High score reflects comprehensive documentation, clear scope, and production-ready capabilities.",98,"Expert skill for SQL query optimization, schema design, and performance troubleshooting.",[215,216,217,218,219],"sql","database","optimization","performance","schema-design","global","verified",[223,224,225,226],"When a user asks why their query is slow","When help is needed writing complex joins or aggregations","When database performance issues are mentioned","When designing or migrating a database schema",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":241,"testCoverage":244},{"hasLockfile":229},true,1778692679747,{"descriptionLength":232,"readmeSize":233},551,6373,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"manifestVersion":237,"openIssues90d":238,"pushedAt":239,"stars":240},10,754,"1.1.0",3,1777650255000,9023,{"hasNpmPackage":242,"license":243,"smitheryVerified":242},false,"MIT",{"hasCi":229,"hasTests":242},{"updatedAt":246},1778692707272,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":251,"type":252},"skills/sql-pro","jeffallan","claude-skills","sql-pro","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":261,"parentExtension":264,"providers":297,"relations":309,"tags":310,"workflow":311},1778691344230.1252,"k177fx0q0bsftkws6j1av221j186ndt6",{"reviewCount":8},{"description":258,"installMethods":259,"name":260,"sourceUrl":14},"Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.",{"claudeCode":260},"fullstack-dev-skills",{"basePath":262,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":263},"","plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"providers":273,"relations":291,"tags":293,"workflow":294},1778691344230.125,"k17dreeyadjdbmpd1fmsh8krc986nhgh",{"reviewCount":8},{"description":269,"installMethods":270,"name":260,"sourceUrl":14},"Comprehensive skill pack for full-stack developers covering frameworks, workflows, and security",{"claudeCode":12},{"basePath":262,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":272},"marketplace",{"evaluate":274,"extract":285},{"promptVersionExtension":275,"promptVersionScoring":209,"score":276,"tags":277,"targetMarket":220,"tier":221},"3.1.0",97,[278,279,280,281,282,283,284],"fullstack","development","frameworks","security","workflows","devops","testing",{"commitSha":286,"marketplace":287,"plugin":289},"HEAD",{"name":260,"pluginCount":288},1,{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd77w37et655xneae33d1p2d2n86ncxp",[279,283,280,278,281,284,282],{"evaluatedAt":295,"extractAt":296,"updatedAt":295},1778691361308,1778691344230,{"evaluate":298,"extract":306},{"promptVersionExtension":208,"promptVersionScoring":209,"score":299,"tags":300,"targetMarket":220,"tier":305},95,[278,301,302,303,304],"developer-tools","programming","ide-integration","code-generation","community",{"commitSha":286,"license":243,"plugin":307},{"mcpCount":8,"provider":290,"skillCount":308},66,{"parentExtensionId":266,"repoId":292},[304,301,278,303,302],{"evaluatedAt":312,"extractAt":296,"updatedAt":312},1778691398384,{"evaluate":314,"extract":316},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":315,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":286,"license":243},{"parentExtensionId":255,"repoId":292},{"_creationTime":319,"_id":292,"identity":320,"providers":321,"workflow":1751},1778690107689.4307,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":322,"discover":1741,"github":1744},{"commitSha":286,"extensions":323},[324,337,530,549,567,585,603,621,639,657,681,701,719,737,755,773,797,815,831,849,868,886,904,923,949,967,982,1002,1020,1038,1056,1086,1102,1120,1138,1156,1174,1198,1216,1234,1251,1268,1285,1302,1322,1338,1356,1374,1394,1411,1427,1444,1461,1480,1497,1515,1530,1545,1560,1578,1594,1610,1637,1657,1673,1692,1708,1723],{"basePath":262,"description":269,"displayName":260,"installMethods":325,"rationale":326,"selectedPaths":327,"source":336,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[328,331,333],{"path":329,"priority":330},".claude-plugin/marketplace.json","mandatory",{"path":332,"priority":330},"README.md",{"path":334,"priority":335},"LICENSE","high","rule",{"basePath":262,"description":258,"displayName":260,"installMethods":338,"license":243,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":18,"type":263},{"claudeCode":260},"plugin manifest at .claude-plugin/plugin.json",[341,343,344,345,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528],{"path":342,"priority":330},".claude-plugin/plugin.json",{"path":332,"priority":330},{"path":334,"priority":335},{"path":346,"priority":347},"skills/angular-architect/SKILL.md","medium",{"path":349,"priority":347},"skills/api-designer/SKILL.md",{"path":351,"priority":347},"skills/architecture-designer/SKILL.md",{"path":353,"priority":347},"skills/atlassian-mcp/SKILL.md",{"path":355,"priority":347},"skills/chaos-engineer/SKILL.md",{"path":357,"priority":347},"skills/cli-developer/SKILL.md",{"path":359,"priority":347},"skills/cloud-architect/SKILL.md",{"path":361,"priority":347},"skills/code-documenter/SKILL.md",{"path":363,"priority":347},"skills/code-reviewer/SKILL.md",{"path":365,"priority":347},"skills/cpp-pro/SKILL.md",{"path":367,"priority":347},"skills/csharp-developer/SKILL.md",{"path":369,"priority":347},"skills/database-optimizer/SKILL.md",{"path":371,"priority":347},"skills/debugging-wizard/SKILL.md",{"path":373,"priority":347},"skills/devops-engineer/SKILL.md",{"path":375,"priority":347},"skills/django-expert/SKILL.md",{"path":377,"priority":347},"skills/dotnet-core-expert/SKILL.md",{"path":379,"priority":347},"skills/embedded-systems/SKILL.md",{"path":381,"priority":347},"skills/fastapi-expert/SKILL.md",{"path":383,"priority":347},"skills/feature-forge/SKILL.md",{"path":385,"priority":347},"skills/fine-tuning-expert/SKILL.md",{"path":387,"priority":347},"skills/flutter-expert/SKILL.md",{"path":389,"priority":347},"skills/fullstack-guardian/SKILL.md",{"path":391,"priority":347},"skills/game-developer/SKILL.md",{"path":393,"priority":347},"skills/golang-pro/SKILL.md",{"path":395,"priority":347},"skills/graphql-architect/SKILL.md",{"path":397,"priority":347},"skills/java-architect/SKILL.md",{"path":399,"priority":347},"skills/javascript-pro/SKILL.md",{"path":401,"priority":347},"skills/kotlin-specialist/SKILL.md",{"path":403,"priority":347},"skills/kubernetes-specialist/SKILL.md",{"path":405,"priority":347},"skills/laravel-specialist/SKILL.md",{"path":407,"priority":347},"skills/legacy-modernizer/SKILL.md",{"path":409,"priority":347},"skills/mcp-developer/SKILL.md",{"path":411,"priority":347},"skills/microservices-architect/SKILL.md",{"path":413,"priority":347},"skills/ml-pipeline/SKILL.md",{"path":415,"priority":347},"skills/monitoring-expert/SKILL.md",{"path":417,"priority":347},"skills/nestjs-expert/SKILL.md",{"path":419,"priority":347},"skills/nextjs-developer/SKILL.md",{"path":421,"priority":347},"skills/pandas-pro/SKILL.md",{"path":423,"priority":347},"skills/php-pro/SKILL.md",{"path":425,"priority":347},"skills/playwright-expert/SKILL.md",{"path":427,"priority":347},"skills/postgres-pro/SKILL.md",{"path":429,"priority":347},"skills/prompt-engineer/SKILL.md",{"path":431,"priority":347},"skills/python-pro/SKILL.md",{"path":433,"priority":347},"skills/rag-architect/SKILL.md",{"path":435,"priority":347},"skills/rails-expert/SKILL.md",{"path":437,"priority":347},"skills/react-expert/SKILL.md",{"path":439,"priority":347},"skills/react-native-expert/SKILL.md",{"path":441,"priority":347},"skills/rust-engineer/SKILL.md",{"path":443,"priority":347},"skills/salesforce-developer/SKILL.md",{"path":445,"priority":347},"skills/secure-code-guardian/SKILL.md",{"path":447,"priority":347},"skills/security-reviewer/SKILL.md",{"path":449,"priority":347},"skills/shopify-expert/SKILL.md",{"path":451,"priority":347},"skills/spark-engineer/SKILL.md",{"path":453,"priority":347},"skills/spec-miner/SKILL.md",{"path":455,"priority":347},"skills/spring-boot-engineer/SKILL.md",{"path":457,"priority":347},"skills/sql-pro/SKILL.md",{"path":459,"priority":347},"skills/sre-engineer/SKILL.md",{"path":461,"priority":347},"skills/swift-expert/SKILL.md",{"path":463,"priority":347},"skills/terraform-engineer/SKILL.md",{"path":465,"priority":347},"skills/test-master/SKILL.md",{"path":467,"priority":347},"skills/the-fool/SKILL.md",{"path":469,"priority":347},"skills/typescript-pro/SKILL.md",{"path":471,"priority":347},"skills/vue-expert/SKILL.md",{"path":473,"priority":347},"skills/vue-expert-js/SKILL.md",{"path":475,"priority":347},"skills/websocket-engineer/SKILL.md",{"path":477,"priority":347},"skills/wordpress-pro/SKILL.md",{"path":479,"priority":335},"commands/common-ground/COMMAND.md",{"path":481,"priority":335},"commands/common-ground/common-ground.yaml",{"path":483,"priority":335},"commands/common-ground/references/assumption-classification.md",{"path":485,"priority":335},"commands/common-ground/references/file-management.md",{"path":487,"priority":335},"commands/common-ground/references/reasoning-graph.md",{"path":489,"priority":335},"commands/intake/capture-behavior.yaml",{"path":491,"priority":335},"commands/intake/create-system-description.yaml",{"path":493,"priority":335},"commands/intake/document-codebase.yaml",{"path":495,"priority":335},"commands/project/discovery/approve-synthesis.md",{"path":497,"priority":335},"commands/project/discovery/approve.yaml",{"path":499,"priority":335},"commands/project/discovery/create-epic-discovery.md",{"path":501,"priority":335},"commands/project/discovery/create.yaml",{"path":503,"priority":335},"commands/project/discovery/synthesize-discovery.md",{"path":505,"priority":335},"commands/project/discovery/synthesize.yaml",{"path":507,"priority":335},"commands/project/execution/complete-ticket.md",{"path":509,"priority":335},"commands/project/execution/complete-ticket.yaml",{"path":511,"priority":335},"commands/project/execution/execute-ticket.md",{"path":513,"priority":335},"commands/project/execution/execute-ticket.yaml",{"path":515,"priority":335},"commands/project/planning/create-epic-plan.md",{"path":517,"priority":335},"commands/project/planning/create-implementation-plan.md",{"path":519,"priority":335},"commands/project/planning/epic-plan.yaml",{"path":521,"priority":335},"commands/project/planning/impl-plan.yaml",{"path":523,"priority":335},"commands/project/retrospectives/complete-epic.md",{"path":525,"priority":335},"commands/project/retrospectives/complete-epic.yaml",{"path":527,"priority":335},"commands/project/retrospectives/complete-sprint.md",{"path":529,"priority":335},"commands/workflow-manifest.yaml",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":336,"sourceLanguage":18,"type":252},"skills/angular-architect","Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.","angular-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/angular-architect/SKILL.md",[537,539,541,543,545,547],{"path":538,"priority":330},"SKILL.md",{"path":540,"priority":347},"references/components.md",{"path":542,"priority":347},"references/ngrx.md",{"path":544,"priority":347},"references/routing.md",{"path":546,"priority":347},"references/rxjs.md",{"path":548,"priority":347},"references/testing.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":336,"sourceLanguage":18,"type":252},"skills/api-designer","Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.","api-designer",{"claudeCode":12},"SKILL.md frontmatter at skills/api-designer/SKILL.md",[556,557,559,561,563,565],{"path":538,"priority":330},{"path":558,"priority":347},"references/error-handling.md",{"path":560,"priority":347},"references/openapi.md",{"path":562,"priority":347},"references/pagination.md",{"path":564,"priority":347},"references/rest-patterns.md",{"path":566,"priority":347},"references/versioning.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":336,"sourceLanguage":18,"type":252},"skills/architecture-designer","Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design, architecture review, microservices structuring, ADR authoring, scalability planning, and infrastructure pattern selection — distinct from code-level design patterns or database-only design tasks.","architecture-designer",{"claudeCode":12},"SKILL.md frontmatter at skills/architecture-designer/SKILL.md",[574,575,577,579,581,583],{"path":538,"priority":330},{"path":576,"priority":347},"references/adr-template.md",{"path":578,"priority":347},"references/architecture-patterns.md",{"path":580,"priority":347},"references/database-selection.md",{"path":582,"priority":347},"references/nfr-checklist.md",{"path":584,"priority":347},"references/system-design.md",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":336,"sourceLanguage":18,"type":252},"skills/atlassian-mcp","Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.","atlassian-mcp",{"claudeCode":12},"SKILL.md frontmatter at skills/atlassian-mcp/SKILL.md",[592,593,595,597,599,601],{"path":538,"priority":330},{"path":594,"priority":347},"references/authentication-patterns.md",{"path":596,"priority":347},"references/common-workflows.md",{"path":598,"priority":347},"references/confluence-operations.md",{"path":600,"priority":347},"references/jira-queries.md",{"path":602,"priority":347},"references/mcp-server-setup.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":336,"sourceLanguage":18,"type":252},"skills/chaos-engineer","Designs chaos experiments, creates failure injection frameworks, and facilitates game day exercises for distributed systems — producing runbooks, experiment manifests, rollback procedures, and post-mortem templates. Use when designing chaos experiments, implementing failure injection frameworks, or conducting game day exercises. Invoke for chaos experiments, resilience testing, blast radius control, game days, antifragile systems, fault injection, Chaos Monkey, Litmus Chaos.","chaos-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/chaos-engineer/SKILL.md",[610,611,613,615,617,619],{"path":538,"priority":330},{"path":612,"priority":347},"references/chaos-tools.md",{"path":614,"priority":347},"references/experiment-design.md",{"path":616,"priority":347},"references/game-days.md",{"path":618,"priority":347},"references/infrastructure-chaos.md",{"path":620,"priority":347},"references/kubernetes-chaos.md",{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":336,"sourceLanguage":18,"type":252},"skills/cli-developer","Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and subcommands, displaying progress bars and spinners, generating bash/zsh/fish completion scripts, CLI design, shell completions, and cross-platform terminal applications using commander, click, typer, or cobra.","cli-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-developer/SKILL.md",[628,629,631,633,635,637],{"path":538,"priority":330},{"path":630,"priority":347},"references/design-patterns.md",{"path":632,"priority":347},"references/go-cli.md",{"path":634,"priority":347},"references/node-cli.md",{"path":636,"priority":347},"references/python-cli.md",{"path":638,"priority":347},"references/ux-patterns.md",{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":336,"sourceLanguage":18,"type":252},"skills/cloud-architect","Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.","cloud-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-architect/SKILL.md",[646,647,649,651,653,655],{"path":538,"priority":330},{"path":648,"priority":347},"references/aws.md",{"path":650,"priority":347},"references/azure.md",{"path":652,"priority":347},"references/cost.md",{"path":654,"priority":347},"references/gcp.md",{"path":656,"priority":347},"references/multi-cloud.md",{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":336,"sourceLanguage":18,"type":252},"skills/code-documenter","Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides. Use when adding docstrings to functions or classes, creating API documentation, building documentation sites, or writing tutorials and user guides. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, getting started guides.","code-documenter",{"claudeCode":12},"SKILL.md frontmatter at skills/code-documenter/SKILL.md",[664,665,667,669,671,673,675,677,679],{"path":538,"priority":330},{"path":666,"priority":347},"references/api-docs-fastapi-django.md",{"path":668,"priority":347},"references/api-docs-nestjs-express.md",{"path":670,"priority":347},"references/coverage-reports.md",{"path":672,"priority":347},"references/documentation-systems.md",{"path":674,"priority":347},"references/interactive-api-docs.md",{"path":676,"priority":347},"references/python-docstrings.md",{"path":678,"priority":347},"references/typescript-jsdoc.md",{"path":680,"priority":347},"references/user-guides-tutorials.md",{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":336,"sourceLanguage":18,"type":252},"skills/code-reviewer","Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.","code-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/code-reviewer/SKILL.md",[688,689,691,693,695,697,699],{"path":538,"priority":330},{"path":690,"priority":347},"references/common-issues.md",{"path":692,"priority":347},"references/feedback-examples.md",{"path":694,"priority":347},"references/receiving-feedback.md",{"path":696,"priority":347},"references/report-template.md",{"path":698,"priority":347},"references/review-checklist.md",{"path":700,"priority":347},"references/spec-compliance-review.md",{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":336,"sourceLanguage":18,"type":252},"skills/cpp-pro","Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.","cpp-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/cpp-pro/SKILL.md",[708,709,711,713,715,717],{"path":538,"priority":330},{"path":710,"priority":347},"references/build-tooling.md",{"path":712,"priority":347},"references/concurrency.md",{"path":714,"priority":347},"references/memory-performance.md",{"path":716,"priority":347},"references/modern-cpp.md",{"path":718,"priority":347},"references/templates.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":336,"sourceLanguage":18,"type":252},"skills/csharp-developer","Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor components with state management. Invoke for C#, .NET, ASP.NET Core, Blazor, Entity Framework, EF Core, Minimal API, MAUI, SignalR.","csharp-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-developer/SKILL.md",[726,727,729,731,733,735],{"path":538,"priority":330},{"path":728,"priority":347},"references/aspnet-core.md",{"path":730,"priority":347},"references/blazor.md",{"path":732,"priority":347},"references/entity-framework.md",{"path":734,"priority":347},"references/modern-csharp.md",{"path":736,"priority":347},"references/performance.md",{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":336,"sourceLanguage":18,"type":252},"skills/database-optimizer","Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.","database-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/database-optimizer/SKILL.md",[744,745,747,749,751,753],{"path":538,"priority":330},{"path":746,"priority":347},"references/index-strategies.md",{"path":748,"priority":347},"references/monitoring-analysis.md",{"path":750,"priority":347},"references/mysql-tuning.md",{"path":752,"priority":347},"references/postgresql-tuning.md",{"path":754,"priority":347},"references/query-optimization.md",{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":336,"sourceLanguage":18,"type":252},"skills/debugging-wizard","Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting crashes, or performing log analysis, error investigation, or root cause analysis.","debugging-wizard",{"claudeCode":12},"SKILL.md frontmatter at skills/debugging-wizard/SKILL.md",[762,763,765,767,769,771],{"path":538,"priority":330},{"path":764,"priority":347},"references/common-patterns.md",{"path":766,"priority":347},"references/debugging-tools.md",{"path":768,"priority":347},"references/quick-fixes.md",{"path":770,"priority":347},"references/strategies.md",{"path":772,"priority":347},"references/systematic-debugging.md",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":336,"sourceLanguage":18,"type":252},"skills/devops-engineer","Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, deploying to Kubernetes clusters, configuring cloud platforms, automating releases, or responding to production incidents. Invoke for pipelines, Docker, Kubernetes, GitOps, Terraform, GitHub Actions, on-call, or platform engineering.","devops-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/devops-engineer/SKILL.md",[780,781,783,785,787,789,791,793,795],{"path":538,"priority":330},{"path":782,"priority":347},"references/deployment-strategies.md",{"path":784,"priority":347},"references/docker-patterns.md",{"path":786,"priority":347},"references/github-actions.md",{"path":788,"priority":347},"references/incident-response.md",{"path":790,"priority":347},"references/kubernetes.md",{"path":792,"priority":347},"references/platform-engineering.md",{"path":794,"priority":347},"references/release-automation.md",{"path":796,"priority":347},"references/terraform-iac.md",{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":336,"sourceLanguage":18,"type":252},"skills/django-expert","Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web.","django-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/django-expert/SKILL.md",[804,805,807,809,811,813],{"path":538,"priority":330},{"path":806,"priority":347},"references/authentication.md",{"path":808,"priority":347},"references/drf-serializers.md",{"path":810,"priority":347},"references/models-orm.md",{"path":812,"priority":347},"references/testing-django.md",{"path":814,"priority":347},"references/viewsets-views.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":336,"sourceLanguage":18,"type":252},"skills/dotnet-core-expert","Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.","dotnet-core-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-core-expert/SKILL.md",[822,823,824,826,828,829],{"path":538,"priority":330},{"path":806,"priority":347},{"path":825,"priority":347},"references/clean-architecture.md",{"path":827,"priority":347},"references/cloud-native.md",{"path":732,"priority":347},{"path":830,"priority":347},"references/minimal-apis.md",{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":336,"sourceLanguage":18,"type":252},"skills/embedded-systems","Use when developing firmware for microcontrollers, implementing RTOS applications, or optimizing power consumption. Invoke for STM32, ESP32, FreeRTOS, bare-metal, power optimization, real-time systems, configure peripherals, write interrupt handlers, implement DMA transfers, debug timing issues.","embedded-systems",{"claudeCode":12},"SKILL.md frontmatter at skills/embedded-systems/SKILL.md",[838,839,841,843,845,847],{"path":538,"priority":330},{"path":840,"priority":347},"references/communication-protocols.md",{"path":842,"priority":347},"references/memory-optimization.md",{"path":844,"priority":347},"references/microcontroller-programming.md",{"path":846,"priority":347},"references/power-optimization.md",{"path":848,"priority":347},"references/rtos-patterns.md",{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":336,"sourceLanguage":18,"type":252},"skills/fastapi-expert","Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentation. Trigger terms: FastAPI, Pydantic, async Python, Python API, REST API Python, SQLAlchemy async, JWT authentication, OpenAPI, Swagger Python.","fastapi-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/fastapi-expert/SKILL.md",[856,857,859,860,862,864,866],{"path":538,"priority":330},{"path":858,"priority":347},"references/async-sqlalchemy.md",{"path":806,"priority":347},{"path":861,"priority":347},"references/endpoints-routing.md",{"path":863,"priority":347},"references/migration-from-django.md",{"path":865,"priority":347},"references/pydantic-v2.md",{"path":867,"priority":347},"references/testing-async.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":336,"sourceLanguage":18,"type":252},"skills/feature-forge","Conducts structured requirements workshops to produce feature specifications, user stories, EARS-format functional requirements, acceptance criteria, and implementation checklists. Use when defining new features, gathering requirements, or writing specifications. Invoke for feature definition, requirements gathering, user stories, EARS format specs, PRDs, acceptance criteria, or requirement matrices.","feature-forge",{"claudeCode":12},"SKILL.md frontmatter at skills/feature-forge/SKILL.md",[875,876,878,880,882,884],{"path":538,"priority":330},{"path":877,"priority":347},"references/acceptance-criteria.md",{"path":879,"priority":347},"references/ears-syntax.md",{"path":881,"priority":347},"references/interview-questions.md",{"path":883,"priority":347},"references/pre-discovery-subagents.md",{"path":885,"priority":347},"references/specification-template.md",{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":336,"sourceLanguage":18,"type":252},"skills/fine-tuning-expert","Use when fine-tuning LLMs, training custom models, or adapting foundation models for specific tasks. Invoke for configuring LoRA/QLoRA adapters, preparing JSONL training datasets, setting hyperparameters for fine-tuning runs, adapter training, transfer learning, finetuning with Hugging Face PEFT, OpenAI fine-tuning, instruction tuning, RLHF, DPO, or quantizing and deploying fine-tuned models. Trigger terms include: LoRA, QLoRA, PEFT, finetuning, fine-tuning, adapter tuning, LLM training, model training, custom model.","fine-tuning-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/fine-tuning-expert/SKILL.md",[893,894,896,898,900,902],{"path":538,"priority":330},{"path":895,"priority":347},"references/dataset-preparation.md",{"path":897,"priority":347},"references/deployment-optimization.md",{"path":899,"priority":347},"references/evaluation-metrics.md",{"path":901,"priority":347},"references/hyperparameter-tuning.md",{"path":903,"priority":347},"references/lora-peft.md",{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":336,"sourceLanguage":18,"type":252},"skills/flutter-expert","Use when building cross-platform applications with Flutter 3+ and Dart. Invoke for widget development, Riverpod/Bloc state management, GoRouter navigation, platform-specific implementations, performance optimization.","flutter-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/flutter-expert/SKILL.md",[911,912,914,916,917,919,921],{"path":538,"priority":330},{"path":913,"priority":347},"references/bloc-state.md",{"path":915,"priority":347},"references/gorouter-navigation.md",{"path":736,"priority":347},{"path":918,"priority":347},"references/project-structure.md",{"path":920,"priority":347},"references/riverpod-state.md",{"path":922,"priority":347},"references/widget-patterns.md",{"basePath":924,"description":925,"displayName":926,"installMethods":927,"rationale":928,"selectedPaths":929,"source":336,"sourceLanguage":18,"type":252},"skills/fullstack-guardian","Builds security-focused full-stack web applications by implementing integrated frontend and backend components with layered security at every level. Covers the complete stack from database to UI, enforcing auth, input validation, output encoding, and parameterized queries across all layers. Use when implementing features across frontend and backend, building REST APIs with corresponding UI, connecting frontend components to backend endpoints, creating end-to-end data flows from database to UI, or implementing CRUD operations with UI forms. Distinct from frontend-only, backend-only, or API-only skills in that it simultaneously addresses all three perspectives—Frontend, Backend, and Security—within a single implementation workflow. Invoke for full-stack feature work, web app development, authenticated API routes with views, microservices, real-time features, monorepo architecture, or technology selection decisions.","fullstack-guardian",{"claudeCode":12},"SKILL.md frontmatter at skills/fullstack-guardian/SKILL.md",[930,931,933,935,937,938,940,942,943,945,947],{"path":538,"priority":330},{"path":932,"priority":347},"references/api-design-standards.md",{"path":934,"priority":347},"references/architecture-decisions.md",{"path":936,"priority":347},"references/backend-patterns.md",{"path":764,"priority":347},{"path":939,"priority":347},"references/deliverables-checklist.md",{"path":941,"priority":347},"references/design-template.md",{"path":558,"priority":347},{"path":944,"priority":347},"references/frontend-patterns.md",{"path":946,"priority":347},"references/integration-patterns.md",{"path":948,"priority":347},"references/security-checklist.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":336,"sourceLanguage":18,"type":252},"skills/game-developer","Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design patterns such as object pooling and state machines. Trigger keywords: Unity, Unreal Engine, game development, ECS architecture, game physics, multiplayer networking, game optimization, shader programming, game AI.","game-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/game-developer/SKILL.md",[956,957,959,961,963,965],{"path":538,"priority":330},{"path":958,"priority":347},"references/ecs-patterns.md",{"path":960,"priority":347},"references/multiplayer-networking.md",{"path":962,"priority":347},"references/performance-optimization.md",{"path":964,"priority":347},"references/unity-patterns.md",{"path":966,"priority":347},"references/unreal-cpp.md",{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":336,"sourceLanguage":18,"type":252},"skills/golang-pro","Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing.","golang-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/golang-pro/SKILL.md",[974,975,976,978,980,981],{"path":538,"priority":330},{"path":712,"priority":347},{"path":977,"priority":347},"references/generics.md",{"path":979,"priority":347},"references/interfaces.md",{"path":918,"priority":347},{"path":548,"priority":347},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":336,"sourceLanguage":18,"type":252},"skills/graphql-architect","Use when designing GraphQL schemas, implementing Apollo Federation, or building real-time subscriptions. Invoke for schema design, resolvers with DataLoader, query optimization, federation directives.","graphql-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/graphql-architect/SKILL.md",[989,990,992,994,996,998,1000],{"path":538,"priority":330},{"path":991,"priority":347},"references/federation.md",{"path":993,"priority":347},"references/migration-from-rest.md",{"path":995,"priority":347},"references/resolvers.md",{"path":997,"priority":347},"references/schema-design.md",{"path":999,"priority":347},"references/security.md",{"path":1001,"priority":347},"references/subscriptions.md",{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":336,"sourceLanguage":18,"type":252},"skills/java-architect","Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing challenges in cloud-native Spring applications.","java-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/java-architect/SKILL.md",[1009,1010,1012,1014,1016,1018],{"path":538,"priority":330},{"path":1011,"priority":347},"references/jpa-optimization.md",{"path":1013,"priority":347},"references/reactive-webflux.md",{"path":1015,"priority":347},"references/spring-boot-setup.md",{"path":1017,"priority":347},"references/spring-security.md",{"path":1019,"priority":347},"references/testing-patterns.md",{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":336,"sourceLanguage":18,"type":252},"skills/javascript-pro","Writes, debugs, and refactors JavaScript code using modern ES2023+ features, async/await patterns, ESM module systems, and Node.js APIs. Use when building vanilla JavaScript applications, implementing Promise-based async flows, optimising browser or Node.js performance, working with Web Workers or Fetch API, or reviewing .js/.mjs/.cjs files for correctness and best practices.","javascript-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/javascript-pro/SKILL.md",[1027,1028,1030,1032,1034,1036],{"path":538,"priority":330},{"path":1029,"priority":347},"references/async-patterns.md",{"path":1031,"priority":347},"references/browser-apis.md",{"path":1033,"priority":347},"references/modern-syntax.md",{"path":1035,"priority":347},"references/modules.md",{"path":1037,"priority":347},"references/node-essentials.md",{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":336,"sourceLanguage":18,"type":252},"skills/kotlin-specialist","Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design. Use when building Kotlin applications requiring coroutines, multiplatform development, or Android with Compose. Invoke for Flow API, KMP projects, Ktor servers, DSL design, sealed classes, suspend function, Android Kotlin, Kotlin Multiplatform.","kotlin-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/kotlin-specialist/SKILL.md",[1045,1046,1048,1050,1052,1054],{"path":538,"priority":330},{"path":1047,"priority":347},"references/android-compose.md",{"path":1049,"priority":347},"references/coroutines-flow.md",{"path":1051,"priority":347},"references/dsl-idioms.md",{"path":1053,"priority":347},"references/ktor-server.md",{"path":1055,"priority":347},"references/multiplatform-kmp.md",{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":336,"sourceLanguage":18,"type":252},"skills/kubernetes-specialist","Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.","kubernetes-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/kubernetes-specialist/SKILL.md",[1063,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084],{"path":538,"priority":330},{"path":1065,"priority":347},"references/configuration.md",{"path":1067,"priority":347},"references/cost-optimization.md",{"path":1069,"priority":347},"references/custom-operators.md",{"path":1071,"priority":347},"references/gitops.md",{"path":1073,"priority":347},"references/helm-charts.md",{"path":1075,"priority":347},"references/multi-cluster.md",{"path":1077,"priority":347},"references/networking.md",{"path":1079,"priority":347},"references/service-mesh.md",{"path":1081,"priority":347},"references/storage.md",{"path":1083,"priority":347},"references/troubleshooting.md",{"path":1085,"priority":347},"references/workloads.md",{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":336,"sourceLanguage":18,"type":252},"skills/laravel-specialist","Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers, implementing Sanctum auth flows, building Livewire components, optimising Eloquent queries, or writing Pest/PHPUnit tests for Laravel features.","laravel-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/laravel-specialist/SKILL.md",[1093,1094,1096,1098,1100,1101],{"path":538,"priority":330},{"path":1095,"priority":347},"references/eloquent.md",{"path":1097,"priority":347},"references/livewire.md",{"path":1099,"priority":347},"references/queues.md",{"path":544,"priority":347},{"path":548,"priority":347},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":336,"sourceLanguage":18,"type":252},"skills/legacy-modernizer","Designs incremental migration strategies, identifies service boundaries, produces dependency maps and migration roadmaps, and generates API facade designs for aging codebases. Use when modernizing legacy systems, implementing strangler fig pattern or branch by abstraction, decomposing monoliths, upgrading frameworks or languages, or reducing technical debt without disrupting business operations.","legacy-modernizer",{"claudeCode":12},"SKILL.md frontmatter at skills/legacy-modernizer/SKILL.md",[1109,1110,1112,1114,1116,1118],{"path":538,"priority":330},{"path":1111,"priority":347},"references/legacy-testing.md",{"path":1113,"priority":347},"references/migration-strategies.md",{"path":1115,"priority":347},"references/refactoring-patterns.md",{"path":1117,"priority":347},"references/strangler-fig-pattern.md",{"path":1119,"priority":347},"references/system-assessment.md",{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":336,"sourceLanguage":18,"type":252},"skills/mcp-developer","Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs.","mcp-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-developer/SKILL.md",[1127,1128,1130,1132,1134,1136],{"path":538,"priority":330},{"path":1129,"priority":347},"references/protocol.md",{"path":1131,"priority":347},"references/python-sdk.md",{"path":1133,"priority":347},"references/resources.md",{"path":1135,"priority":347},"references/tools.md",{"path":1137,"priority":347},"references/typescript-sdk.md",{"basePath":1139,"description":1140,"displayName":1141,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":336,"sourceLanguage":18,"type":252},"skills/microservices-architect","Designs distributed system architectures, decomposes monoliths into bounded-context services, recommends communication patterns, and produces service boundary diagrams and resilience strategies. Use when designing distributed systems, decomposing monoliths, or implementing microservices patterns — including service boundaries, DDD, saga patterns, event sourcing, CQRS, service mesh, or distributed tracing.","microservices-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/microservices-architect/SKILL.md",[1145,1146,1148,1150,1152,1154],{"path":538,"priority":330},{"path":1147,"priority":347},"references/communication.md",{"path":1149,"priority":347},"references/data.md",{"path":1151,"priority":347},"references/decomposition.md",{"path":1153,"priority":347},"references/observability.md",{"path":1155,"priority":347},"references/patterns.md",{"basePath":1157,"description":1158,"displayName":1159,"installMethods":1160,"rationale":1161,"selectedPaths":1162,"source":336,"sourceLanguage":18,"type":252},"skills/ml-pipeline","Designs and implements production-grade ML pipeline infrastructure: configures experiment tracking with MLflow or Weights & Biases, creates Kubeflow or Airflow DAGs for training orchestration, builds feature store schemas with Feast, deploys model registries, and automates retraining and validation workflows. Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, managing experiment tracking systems, setting up DVC for data versioning, tuning hyperparameters, or configuring MLOps tooling like Kubeflow, Airflow, MLflow, or Prefect.","ml-pipeline",{"claudeCode":12},"SKILL.md frontmatter at skills/ml-pipeline/SKILL.md",[1163,1164,1166,1168,1170,1172],{"path":538,"priority":330},{"path":1165,"priority":347},"references/experiment-tracking.md",{"path":1167,"priority":347},"references/feature-engineering.md",{"path":1169,"priority":347},"references/model-validation.md",{"path":1171,"priority":347},"references/pipeline-orchestration.md",{"path":1173,"priority":347},"references/training-pipelines.md",{"basePath":1175,"description":1176,"displayName":1177,"installMethods":1178,"rationale":1179,"selectedPaths":1180,"source":336,"sourceLanguage":18,"type":252},"skills/monitoring-expert","Configures monitoring systems, implements structured logging pipelines, creates Prometheus/Grafana dashboards, defines alerting rules, and instruments distributed tracing. Implements Prometheus/Grafana stacks, conducts load testing, performs application profiling, and plans infrastructure capacity. Use when setting up application monitoring, adding observability to services, debugging production issues with logs/metrics/traces, running load tests with k6 or Artillery, profiling CPU/memory bottlenecks, or forecasting capacity needs.","monitoring-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/monitoring-expert/SKILL.md",[1181,1182,1184,1186,1188,1190,1192,1194,1196],{"path":538,"priority":330},{"path":1183,"priority":347},"references/alerting-rules.md",{"path":1185,"priority":347},"references/application-profiling.md",{"path":1187,"priority":347},"references/capacity-planning.md",{"path":1189,"priority":347},"references/dashboards.md",{"path":1191,"priority":347},"references/opentelemetry.md",{"path":1193,"priority":347},"references/performance-testing.md",{"path":1195,"priority":347},"references/prometheus-metrics.md",{"path":1197,"priority":347},"references/structured-logging.md",{"basePath":1199,"description":1200,"displayName":1201,"installMethods":1202,"rationale":1203,"selectedPaths":1204,"source":336,"sourceLanguage":18,"type":252},"skills/nestjs-expert","Creates and configures NestJS modules, controllers, services, DTOs, guards, and interceptors for enterprise-grade TypeScript backend applications. Use when building NestJS REST APIs or GraphQL services, implementing dependency injection, scaffolding modular architecture, adding JWT/Passport authentication, integrating TypeORM or Prisma, or working with .module.ts, .controller.ts, and .service.ts files. Invoke for guards, interceptors, pipes, validation, Swagger documentation, and unit/E2E testing in NestJS projects.","nestjs-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/nestjs-expert/SKILL.md",[1205,1206,1207,1209,1211,1213,1215],{"path":538,"priority":330},{"path":806,"priority":347},{"path":1208,"priority":347},"references/controllers-routing.md",{"path":1210,"priority":347},"references/dtos-validation.md",{"path":1212,"priority":347},"references/migration-from-express.md",{"path":1214,"priority":347},"references/services-di.md",{"path":1019,"priority":347},{"basePath":1217,"description":1218,"displayName":1219,"installMethods":1220,"rationale":1221,"selectedPaths":1222,"source":336,"sourceLanguage":18,"type":252},"skills/nextjs-developer","Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke to configure route handlers, implement middleware, set up API routes, add streaming SSR, write generateMetadata for SEO, scaffold loading.tsx/error.tsx boundaries, or deploy to Vercel. Triggers on: Next.js, Next.js 14, App Router, RSC, use server, Server Components, Server Actions, React Server Components, generateMetadata, loading.tsx, Next.js deployment, Vercel, Next.js performance.","nextjs-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/nextjs-developer/SKILL.md",[1223,1224,1226,1228,1230,1232],{"path":538,"priority":330},{"path":1225,"priority":347},"references/app-router.md",{"path":1227,"priority":347},"references/data-fetching.md",{"path":1229,"priority":347},"references/deployment.md",{"path":1231,"priority":347},"references/server-actions.md",{"path":1233,"priority":347},"references/server-components.md",{"basePath":1235,"description":1236,"displayName":1237,"installMethods":1238,"rationale":1239,"selectedPaths":1240,"source":336,"sourceLanguage":18,"type":252},"skills/pandas-pro","Performs pandas DataFrame operations for data analysis, manipulation, and transformation. Use when working with pandas DataFrames, data cleaning, aggregation, merging, or time series analysis. Invoke for data manipulation tasks such as joining DataFrames on multiple keys, pivoting tables, resampling time series, handling NaN values with interpolation or forward-fill, groupby aggregations, type conversion, or performance optimization of large datasets.","pandas-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/pandas-pro/SKILL.md",[1241,1242,1244,1246,1248,1250],{"path":538,"priority":330},{"path":1243,"priority":347},"references/aggregation-groupby.md",{"path":1245,"priority":347},"references/data-cleaning.md",{"path":1247,"priority":347},"references/dataframe-operations.md",{"path":1249,"priority":347},"references/merging-joining.md",{"path":962,"priority":347},{"basePath":1252,"description":1253,"displayName":1254,"installMethods":1255,"rationale":1256,"selectedPaths":1257,"source":336,"sourceLanguage":18,"type":252},"skills/php-pro","Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invokes strict typing, PHPStan level 9, async patterns with Swoole, and PSR standards. Creates controllers, configures middleware, generates migrations, writes PHPUnit/Pest tests, defines typed DTOs and value objects, sets up dependency injection, and scaffolds REST/GraphQL APIs. Use when working with Eloquent, Doctrine, Composer, Psalm, ReactPHP, or any PHP API development.","php-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/php-pro/SKILL.md",[1258,1259,1260,1262,1264,1266],{"path":538,"priority":330},{"path":1029,"priority":347},{"path":1261,"priority":347},"references/laravel-patterns.md",{"path":1263,"priority":347},"references/modern-php-features.md",{"path":1265,"priority":347},"references/symfony-patterns.md",{"path":1267,"priority":347},"references/testing-quality.md",{"basePath":1269,"description":1270,"displayName":1271,"installMethods":1272,"rationale":1273,"selectedPaths":1274,"source":336,"sourceLanguage":18,"type":252},"skills/playwright-expert","Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression testing. Trigger terms: Playwright, E2E test, end-to-end, browser testing, automation, UI testing, visual testing, Page Object Model, test flakiness.","playwright-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/playwright-expert/SKILL.md",[1275,1276,1278,1279,1281,1283],{"path":538,"priority":330},{"path":1277,"priority":347},"references/api-mocking.md",{"path":1065,"priority":347},{"path":1280,"priority":347},"references/debugging-flaky.md",{"path":1282,"priority":347},"references/page-object-model.md",{"path":1284,"priority":347},"references/selectors-locators.md",{"basePath":1286,"description":1287,"displayName":1288,"installMethods":1289,"rationale":1290,"selectedPaths":1291,"source":336,"sourceLanguage":18,"type":252},"skills/postgres-pro","Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM tuning, performance monitoring.","postgres-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/postgres-pro/SKILL.md",[1292,1293,1295,1297,1299,1300],{"path":538,"priority":330},{"path":1294,"priority":347},"references/extensions.md",{"path":1296,"priority":347},"references/jsonb.md",{"path":1298,"priority":347},"references/maintenance.md",{"path":736,"priority":347},{"path":1301,"priority":347},"references/replication.md",{"basePath":1303,"description":1304,"displayName":1305,"installMethods":1306,"rationale":1307,"selectedPaths":1308,"source":336,"sourceLanguage":18,"type":252},"skills/prompt-engineer","Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot learning, creating system prompts with personas and guardrails, building JSON/function-calling schemas, or developing prompt evaluation frameworks to measure and improve model performance.","prompt-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/prompt-engineer/SKILL.md",[1309,1310,1312,1314,1316,1318,1320],{"path":538,"priority":330},{"path":1311,"priority":347},"references/context-management.md",{"path":1313,"priority":347},"references/evaluation-frameworks.md",{"path":1315,"priority":347},"references/prompt-optimization.md",{"path":1317,"priority":347},"references/prompt-patterns.md",{"path":1319,"priority":347},"references/structured-outputs.md",{"path":1321,"priority":347},"references/system-prompts.md",{"basePath":1323,"description":1324,"displayName":1325,"installMethods":1326,"rationale":1327,"selectedPaths":1328,"source":336,"sourceLanguage":18,"type":252},"skills/python-pro","Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.","python-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/python-pro/SKILL.md",[1329,1330,1331,1333,1335,1336],{"path":538,"priority":330},{"path":1029,"priority":347},{"path":1332,"priority":347},"references/packaging.md",{"path":1334,"priority":347},"references/standard-library.md",{"path":548,"priority":347},{"path":1337,"priority":347},"references/type-system.md",{"basePath":1339,"description":1340,"displayName":1341,"installMethods":1342,"rationale":1343,"selectedPaths":1344,"source":336,"sourceLanguage":18,"type":252},"skills/rag-architect","Designs and implements production-grade RAG systems by chunking documents, generating embeddings, configuring vector stores, building hybrid search pipelines, applying reranking, and evaluating retrieval quality. Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, context augmentation, similarity search, or embedding-based indexing.","rag-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/rag-architect/SKILL.md",[1345,1346,1348,1350,1352,1354],{"path":538,"priority":330},{"path":1347,"priority":347},"references/chunking-strategies.md",{"path":1349,"priority":347},"references/embedding-models.md",{"path":1351,"priority":347},"references/rag-evaluation.md",{"path":1353,"priority":347},"references/retrieval-optimization.md",{"path":1355,"priority":347},"references/vector-databases.md",{"basePath":1357,"description":1358,"displayName":1359,"installMethods":1360,"rationale":1361,"selectedPaths":1362,"source":336,"sourceLanguage":18,"type":252},"skills/rails-expert","Rails 7+ specialist that optimizes Active Record queries with includes/eager_load, implements Turbo Frames and Turbo Streams for partial page updates, configures Action Cable for WebSocket connections, sets up Sidekiq workers for background job processing, and writes comprehensive RSpec test suites. Use when building Rails 7+ web applications with Hotwire, real-time features, or background job processing. Invoke for Active Record optimization, Turbo Frames/Streams, Action Cable, Sidekiq, RSpec Rails.","rails-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/rails-expert/SKILL.md",[1363,1364,1366,1368,1370,1372],{"path":538,"priority":330},{"path":1365,"priority":347},"references/active-record.md",{"path":1367,"priority":347},"references/api-development.md",{"path":1369,"priority":347},"references/background-jobs.md",{"path":1371,"priority":347},"references/hotwire-turbo.md",{"path":1373,"priority":347},"references/rspec-testing.md",{"basePath":1375,"description":1376,"displayName":1377,"installMethods":1378,"rationale":1379,"selectedPaths":1380,"source":336,"sourceLanguage":18,"type":252},"skills/react-expert","Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries, useActionState forms, performance optimization, or React 19 features.","react-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/react-expert/SKILL.md",[1381,1382,1384,1386,1387,1389,1390,1392],{"path":538,"priority":330},{"path":1383,"priority":347},"references/hooks-patterns.md",{"path":1385,"priority":347},"references/migration-class-to-modern.md",{"path":736,"priority":347},{"path":1388,"priority":347},"references/react-19-features.md",{"path":1233,"priority":347},{"path":1391,"priority":347},"references/state-management.md",{"path":1393,"priority":347},"references/testing-react.md",{"basePath":1395,"description":1396,"displayName":1397,"installMethods":1398,"rationale":1399,"selectedPaths":1400,"source":336,"sourceLanguage":18,"type":252},"skills/react-native-expert","Builds, optimizes, and debugs cross-platform mobile applications with React Native and Expo. Implements navigation hierarchies (tabs, stacks, drawers), configures native modules, optimizes FlatList rendering with memo and useCallback, and handles platform-specific code for iOS and Android. Use when building a React Native or Expo mobile app, setting up navigation, integrating native modules, improving scroll performance, handling SafeArea or keyboard input, or configuring Expo SDK projects.","react-native-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/react-native-expert/SKILL.md",[1401,1402,1404,1406,1408,1409],{"path":538,"priority":330},{"path":1403,"priority":347},"references/expo-router.md",{"path":1405,"priority":347},"references/list-optimization.md",{"path":1407,"priority":347},"references/platform-handling.md",{"path":918,"priority":347},{"path":1410,"priority":347},"references/storage-hooks.md",{"basePath":1412,"description":1413,"displayName":1414,"installMethods":1415,"rationale":1416,"selectedPaths":1417,"source":336,"sourceLanguage":18,"type":252},"skills/rust-engineer","Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. Implements ownership patterns, manages lifetimes, designs trait hierarchies, builds async applications with tokio, and structures error handling with Result/Option. Use when building Rust applications, solving ownership or borrowing issues, designing trait-based APIs, implementing async/await concurrency, creating FFI bindings, or optimizing for performance and memory safety. Invoke for Rust, Cargo, ownership, borrowing, lifetimes, async Rust, tokio, zero-cost abstractions, memory safety, systems programming.","rust-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/rust-engineer/SKILL.md",[1418,1419,1421,1422,1424,1425],{"path":538,"priority":330},{"path":1420,"priority":347},"references/async.md",{"path":558,"priority":347},{"path":1423,"priority":347},"references/ownership.md",{"path":548,"priority":347},{"path":1426,"priority":347},"references/traits.md",{"basePath":1428,"description":1429,"displayName":1430,"installMethods":1431,"rationale":1432,"selectedPaths":1433,"source":336,"sourceLanguage":18,"type":252},"skills/salesforce-developer","Writes and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, implements triggers, batch jobs, platform events, and integrations on the Salesforce platform. Use when developing Salesforce applications, customizing CRM workflows, managing governor limits, bulk processing, or setting up Salesforce DX and CI/CD pipelines.","salesforce-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/salesforce-developer/SKILL.md",[1434,1435,1437,1439,1440,1442],{"path":538,"priority":330},{"path":1436,"priority":347},"references/apex-development.md",{"path":1438,"priority":347},"references/deployment-devops.md",{"path":946,"priority":347},{"path":1441,"priority":347},"references/lightning-web-components.md",{"path":1443,"priority":347},"references/soql-sosl.md",{"basePath":1445,"description":1446,"displayName":1447,"installMethods":1448,"rationale":1449,"selectedPaths":1450,"source":336,"sourceLanguage":18,"type":252},"skills/secure-code-guardian","Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities — including custom security implementations such as hashing passwords with bcrypt/argon2, sanitizing SQL queries with parameterized statements, configuring CORS/CSP headers, validating input with Zod, and setting up JWT tokens. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention, secure session management, and security hardening. For pre-built OAuth/SSO integrations or standalone security audits, consider a more specialized skill.","secure-code-guardian",{"claudeCode":12},"SKILL.md frontmatter at skills/secure-code-guardian/SKILL.md",[1451,1452,1453,1455,1457,1459],{"path":538,"priority":330},{"path":806,"priority":347},{"path":1454,"priority":347},"references/input-validation.md",{"path":1456,"priority":347},"references/owasp-prevention.md",{"path":1458,"priority":347},"references/security-headers.md",{"path":1460,"priority":347},"references/xss-csrf.md",{"basePath":1462,"description":1463,"displayName":1464,"installMethods":1465,"rationale":1466,"selectedPaths":1467,"source":336,"sourceLanguage":18,"type":252},"skills/security-reviewer","Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.","security-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/security-reviewer/SKILL.md",[1468,1469,1471,1473,1474,1476,1478],{"path":538,"priority":330},{"path":1470,"priority":347},"references/infrastructure-security.md",{"path":1472,"priority":347},"references/penetration-testing.md",{"path":696,"priority":347},{"path":1475,"priority":347},"references/sast-tools.md",{"path":1477,"priority":347},"references/secret-scanning.md",{"path":1479,"priority":347},"references/vulnerability-patterns.md",{"basePath":1481,"description":1482,"displayName":1483,"installMethods":1484,"rationale":1485,"selectedPaths":1486,"source":336,"sourceLanguage":18,"type":252},"skills/shopify-expert","Builds and debugs Shopify themes (.liquid files, theme.json, sections), develops custom Shopify apps (shopify.app.toml, OAuth, webhooks), and implements Storefront API integrations for headless storefronts. Use when building or customizing Shopify themes, creating Hydrogen or custom React storefronts, developing Shopify apps, implementing checkout UI extensions or Shopify Functions, optimizing performance, or integrating third-party services. Invoke for Liquid templating, Storefront API, app development, checkout customization, Shopify Plus features, App Bridge, Polaris, or Shopify CLI workflows.","shopify-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/shopify-expert/SKILL.md",[1487,1488,1490,1492,1494,1495],{"path":538,"priority":330},{"path":1489,"priority":347},"references/app-development.md",{"path":1491,"priority":347},"references/checkout-customization.md",{"path":1493,"priority":347},"references/liquid-templating.md",{"path":962,"priority":347},{"path":1496,"priority":347},"references/storefront-api.md",{"basePath":1498,"description":1499,"displayName":1500,"installMethods":1501,"rationale":1502,"selectedPaths":1503,"source":336,"sourceLanguage":18,"type":252},"skills/spark-engineer","Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure executor memory, process .parquet files, handle data partitioning, or build structured streaming analytics.","spark-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/spark-engineer/SKILL.md",[1504,1505,1507,1509,1511,1513],{"path":538,"priority":330},{"path":1506,"priority":347},"references/partitioning-caching.md",{"path":1508,"priority":347},"references/performance-tuning.md",{"path":1510,"priority":347},"references/rdd-operations.md",{"path":1512,"priority":347},"references/spark-sql-dataframes.md",{"path":1514,"priority":347},"references/streaming-patterns.md",{"basePath":1516,"description":1517,"displayName":1518,"installMethods":1519,"rationale":1520,"selectedPaths":1521,"source":336,"sourceLanguage":18,"type":252},"skills/spec-miner","Reverse-engineering specialist that extracts specifications from existing codebases. Use when working with legacy or undocumented systems, inherited projects, or old codebases with no documentation. Invoke to map code dependencies, generate API documentation from source, identify undocumented business logic, figure out what code does, or create architecture documentation from implementation. Trigger phrases: reverse engineer, old codebase, no docs, no documentation, figure out how this works, inherited project, legacy analysis, code archaeology, undocumented features.","spec-miner",{"claudeCode":12},"SKILL.md frontmatter at skills/spec-miner/SKILL.md",[1522,1523,1525,1527,1529],{"path":538,"priority":330},{"path":1524,"priority":347},"references/analysis-checklist.md",{"path":1526,"priority":347},"references/analysis-process.md",{"path":1528,"priority":347},"references/ears-format.md",{"path":885,"priority":347},{"basePath":1531,"description":1532,"displayName":1533,"installMethods":1534,"rationale":1535,"selectedPaths":1536,"source":336,"sourceLanguage":18,"type":252},"skills/spring-boot-engineer","Generates Spring Boot 3.x configurations, creates REST controllers, implements Spring Security 6 authentication flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints. Use when building Spring Boot 3.x applications, microservices, or reactive Java applications; invoke for Spring Data JPA, Spring Security 6, WebFlux, Spring Cloud integration, Java REST API design, or Microservices Java architecture.","spring-boot-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/spring-boot-engineer/SKILL.md",[1537,1538,1540,1541,1542,1543],{"path":538,"priority":330},{"path":1539,"priority":347},"references/cloud.md",{"path":1149,"priority":347},{"path":999,"priority":347},{"path":548,"priority":347},{"path":1544,"priority":347},"references/web.md",{"basePath":248,"description":10,"displayName":251,"installMethods":1546,"rationale":1547,"selectedPaths":1548,"source":336,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/sql-pro/SKILL.md",[1549,1550,1552,1554,1556,1558],{"path":538,"priority":330},{"path":1551,"priority":347},"references/database-design.md",{"path":1553,"priority":347},"references/dialect-differences.md",{"path":1555,"priority":347},"references/optimization.md",{"path":1557,"priority":347},"references/query-patterns.md",{"path":1559,"priority":347},"references/window-functions.md",{"basePath":1561,"description":1562,"displayName":1563,"installMethods":1564,"rationale":1565,"selectedPaths":1566,"source":336,"sourceLanguage":18,"type":252},"skills/sre-engineer","Defines service level objectives, creates error budget policies, designs incident response procedures, develops capacity models, and produces monitoring configurations and automation scripts for production systems. Use when defining SLIs/SLOs, managing error budgets, building reliable systems at scale, incident management, chaos engineering, toil reduction, or capacity planning.","sre-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/sre-engineer/SKILL.md",[1567,1568,1570,1572,1574,1576],{"path":538,"priority":330},{"path":1569,"priority":347},"references/automation-toil.md",{"path":1571,"priority":347},"references/error-budget-policy.md",{"path":1573,"priority":347},"references/incident-chaos.md",{"path":1575,"priority":347},"references/monitoring-alerting.md",{"path":1577,"priority":347},"references/slo-sli-management.md",{"basePath":1579,"description":1580,"displayName":1581,"installMethods":1582,"rationale":1583,"selectedPaths":1584,"source":336,"sourceLanguage":18,"type":252},"skills/swift-expert","Builds iOS/macOS/watchOS/tvOS applications, implements SwiftUI views and state management, designs protocol-oriented architectures, handles async/await concurrency, implements actors for thread safety, and debugs Swift-specific issues. Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift, UIKit integration, Combine, or Vapor.","swift-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/swift-expert/SKILL.md",[1585,1586,1588,1589,1591,1593],{"path":538,"priority":330},{"path":1587,"priority":347},"references/async-concurrency.md",{"path":714,"priority":347},{"path":1590,"priority":347},"references/protocol-oriented.md",{"path":1592,"priority":347},"references/swiftui-patterns.md",{"path":1019,"priority":347},{"basePath":1595,"description":1596,"displayName":1597,"installMethods":1598,"rationale":1599,"selectedPaths":1600,"source":336,"sourceLanguage":18,"type":252},"skills/terraform-engineer","Use when implementing infrastructure as code with Terraform across AWS, Azure, or GCP. Invoke for module development (create reusable modules, manage module versioning), state management (migrate backends, import existing resources, resolve state conflicts), provider configuration, multi-environment workflows, and infrastructure testing.","terraform-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/terraform-engineer/SKILL.md",[1601,1602,1604,1606,1608,1609],{"path":538,"priority":330},{"path":1603,"priority":347},"references/best-practices.md",{"path":1605,"priority":347},"references/module-patterns.md",{"path":1607,"priority":347},"references/providers.md",{"path":1391,"priority":347},{"path":548,"priority":347},{"basePath":1611,"description":1612,"displayName":1613,"installMethods":1614,"rationale":1615,"selectedPaths":1616,"source":336,"sourceLanguage":18,"type":252},"skills/test-master","Generates test files, creates mocking strategies, analyzes code coverage, designs test architectures, and produces test plans and defect reports across functional, performance, and security testing disciplines. Use when writing unit tests, integration tests, or E2E tests; creating test strategies or automation frameworks; analyzing coverage gaps; performance testing with k6 or Artillery; security testing with OWASP methods; debugging flaky tests; or working on QA, regression, test automation, quality gates, shift-left testing, or test maintenance.","test-master",{"claudeCode":12},"SKILL.md frontmatter at skills/test-master/SKILL.md",[1617,1618,1620,1622,1624,1625,1627,1629,1631,1633,1635],{"path":538,"priority":330},{"path":1619,"priority":347},"references/automation-frameworks.md",{"path":1621,"priority":347},"references/e2e-testing.md",{"path":1623,"priority":347},"references/integration-testing.md",{"path":1193,"priority":347},{"path":1626,"priority":347},"references/qa-methodology.md",{"path":1628,"priority":347},"references/security-testing.md",{"path":1630,"priority":347},"references/tdd-iron-laws.md",{"path":1632,"priority":347},"references/test-reports.md",{"path":1634,"priority":347},"references/testing-anti-patterns.md",{"path":1636,"priority":347},"references/unit-testing.md",{"basePath":1638,"description":1639,"displayName":1640,"installMethods":1641,"rationale":1642,"selectedPaths":1643,"source":336,"sourceLanguage":18,"type":252},"skills/the-fool","Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.","the-fool",{"claudeCode":12},"SKILL.md frontmatter at skills/the-fool/SKILL.md",[1644,1645,1647,1649,1651,1653,1655],{"path":538,"priority":330},{"path":1646,"priority":347},"references/dialectic-synthesis.md",{"path":1648,"priority":347},"references/evidence-audit.md",{"path":1650,"priority":347},"references/mode-selection-guide.md",{"path":1652,"priority":347},"references/pre-mortem-analysis.md",{"path":1654,"priority":347},"references/red-team-adversarial.md",{"path":1656,"priority":347},"references/socratic-questioning.md",{"basePath":1658,"description":1659,"displayName":1660,"installMethods":1661,"rationale":1662,"selectedPaths":1663,"source":336,"sourceLanguage":18,"type":252},"skills/typescript-pro","Implements advanced TypeScript type systems, creates custom type guards, utility types, and branded types, and configures tRPC for end-to-end type safety. Use when building TypeScript applications requiring advanced generics, conditional or mapped types, discriminated unions, monorepo setup, or full-stack type safety with tRPC.","typescript-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/typescript-pro/SKILL.md",[1664,1665,1667,1668,1669,1671],{"path":538,"priority":330},{"path":1666,"priority":347},"references/advanced-types.md",{"path":1065,"priority":347},{"path":1155,"priority":347},{"path":1670,"priority":347},"references/type-guards.md",{"path":1672,"priority":347},"references/utility-types.md",{"basePath":1674,"description":1675,"displayName":1676,"installMethods":1677,"rationale":1678,"selectedPaths":1679,"source":336,"sourceLanguage":18,"type":252},"skills/vue-expert","Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with Pinia, building hybrid mobile apps with Quasar or Capacitor, configuring service workers, or tuning Vite configuration and TypeScript integration.","vue-expert",{"claudeCode":12},"SKILL.md frontmatter at skills/vue-expert/SKILL.md",[1680,1681,1682,1683,1685,1687,1689,1690],{"path":538,"priority":330},{"path":710,"priority":347},{"path":540,"priority":347},{"path":1684,"priority":347},"references/composition-api.md",{"path":1686,"priority":347},"references/mobile-hybrid.md",{"path":1688,"priority":347},"references/nuxt.md",{"path":1391,"priority":347},{"path":1691,"priority":347},"references/typescript.md",{"basePath":1693,"description":1694,"displayName":1695,"installMethods":1696,"rationale":1697,"selectedPaths":1698,"source":336,"sourceLanguage":18,"type":252},"skills/vue-expert-js","Creates Vue 3 components, builds vanilla JS composables, configures Vite projects, and sets up routing and state management using JavaScript only — no TypeScript. Generates JSDoc-typed code with @typedef, @param, and @returns annotations for full type coverage without a TS compiler. Use when building Vue 3 applications with JavaScript only (no TypeScript), when projects require JSDoc-based type hints, when migrating from Vue 2 Options API to Composition API in JS, or when teams prefer vanilla JavaScript, .mjs modules, or need quick prototypes without TypeScript setup.","vue-expert-js",{"claudeCode":12},"SKILL.md frontmatter at skills/vue-expert-js/SKILL.md",[1699,1700,1702,1704,1706,1707],{"path":538,"priority":330},{"path":1701,"priority":347},"references/component-architecture.md",{"path":1703,"priority":347},"references/composables-patterns.md",{"path":1705,"priority":347},"references/jsdoc-typing.md",{"path":1391,"priority":347},{"path":1019,"priority":347},{"basePath":1709,"description":1710,"displayName":1711,"installMethods":1712,"rationale":1713,"selectedPaths":1714,"source":336,"sourceLanguage":18,"type":252},"skills/websocket-engineer","Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.","websocket-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/websocket-engineer/SKILL.md",[1715,1716,1718,1719,1720,1722],{"path":538,"priority":330},{"path":1717,"priority":347},"references/alternatives.md",{"path":1155,"priority":347},{"path":1129,"priority":347},{"path":1721,"priority":347},"references/scaling.md",{"path":999,"priority":347},{"basePath":1724,"description":1725,"displayName":1726,"installMethods":1727,"rationale":1728,"selectedPaths":1729,"source":336,"sourceLanguage":18,"type":252},"skills/wordpress-pro","Develops custom WordPress themes and plugins, creates and registers Gutenberg blocks and block patterns, configures WooCommerce stores, implements WordPress REST API endpoints, applies security hardening (nonces, sanitization, escaping, capability checks), and optimizes performance through caching and query tuning. Use when building WordPress themes, writing plugins, customizing Gutenberg blocks, extending WooCommerce, working with ACF, using the WordPress REST API, applying hooks and filters, or improving WordPress performance and security.","wordpress-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/wordpress-pro/SKILL.md",[1730,1731,1733,1735,1737,1739],{"path":538,"priority":330},{"path":1732,"priority":347},"references/gutenberg-blocks.md",{"path":1734,"priority":347},"references/hooks-filters.md",{"path":1736,"priority":347},"references/performance-security.md",{"path":1738,"priority":347},"references/plugin-architecture.md",{"path":1740,"priority":347},"references/theme-development.md",{"sources":1742},[1743],"manual",{"closedIssues90d":235,"description":1745,"forks":236,"license":243,"openIssues90d":238,"pushedAt":239,"readmeSize":233,"stars":240,"topics":1746},"66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.",[1747,1748,1749,1750,250],"ai-agents","claude","claude-code","claude-marketplace",{"classifiedAt":1752,"discoverAt":1753,"extractAt":1754,"githubAt":1754,"updatedAt":1752},1778691343896,1778690107689,1778691341856,[216,217,218,219,215],{"evaluatedAt":246,"extractAt":296,"updatedAt":246},[],[1759,1785,1817,1847,1875,1901],{"_creationTime":1760,"_id":1761,"community":1762,"display":1763,"identity":1769,"providers":1773,"relations":1779,"tags":1781,"workflow":1782},1778687399826.0325,"k17269dg7c9710vn40ysst9cbx86nekj",{"reviewCount":8},{"description":1764,"installMethods":1765,"name":1767,"sourceUrl":1768},"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":1766},"github/awesome-copilot","sql-optimization","https://github.com/github/awesome-copilot",{"basePath":1770,"githubOwner":1771,"githubRepo":1772,"locale":18,"slug":1767,"type":252},"skills/sql-optimization","github","awesome-copilot",{"evaluate":1774,"extract":1778},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1776,"targetMarket":220,"tier":221},100,[215,218,217,216,1777],"tuning",{"commitSha":286},{"repoId":1780},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[216,217,218,215,1777],{"evaluatedAt":1783,"extractAt":1784,"updatedAt":1783},1778689968064,1778687399826,{"_creationTime":1786,"_id":1787,"community":1788,"display":1789,"identity":1795,"providers":1801,"relations":1808,"tags":1812,"workflow":1813},1778694375752.5935,"k176q0fcrs34d0qgcw5zcfr7e186mppv",{"reviewCount":8},{"description":1790,"installMethods":1791,"name":1793,"sourceUrl":1794},"为任何支持的驱动程序语言优化 MongoDB 客户端连接配置（池、超时、模式）。在处理/更新/审查实例化或配置 MongoDB 客户端（例如，调用 `connect()` 时）、配置连接池、对连接错误（ECONNREFUSED、超时、池耗尽）进行故障排除、优化与连接相关的性能问题时，请使用此技能。这包括构建具有 MongoDB 的无服务器函数、创建使用 MongoDB 的 API 端点、优化高流量 MongoDB 应用程序、创建长期运行任务和并发性，或调试与连接相关的失败等场景。",{"claudeCode":1792},"mongodb/agent-skills","MongoDB Connection Optimizer","https://github.com/mongodb/agent-skills",{"basePath":1796,"githubOwner":1797,"githubRepo":1798,"locale":1799,"slug":1800,"type":252},"skills/mongodb-connection","mongodb","agent-skills","zh-CN","mongodb-connection",{"evaluate":1802,"extract":1806},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1803,"targetMarket":220,"tier":221},[1797,216,1804,218,217,1805],"connection","configuration",{"commitSha":286,"license":1807},"Apache-2.0",{"parentExtensionId":1809,"repoId":1810,"translatedFrom":1811},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5","k175wmq2n17n23xzphj2zzt3qs86n3xd",[1805,1804,216,1797,217,218],{"evaluatedAt":1814,"extractAt":1815,"updatedAt":1816},1778694243014,1778694149049,1778694375752,{"_creationTime":1818,"_id":1819,"community":1820,"display":1821,"identity":1827,"providers":1832,"relations":1841,"tags":1843,"workflow":1844},1778682862751.9475,"k177bn4hpsv2417q7fvbdtwav586ny65",{"reviewCount":8},{"description":1822,"installMethods":1823,"name":1825,"sourceUrl":1826},"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":1824},"awslabs/mcp","dsql","https://github.com/awslabs/mcp",{"basePath":1828,"githubOwner":1829,"githubRepo":1830,"locale":18,"slug":1831,"type":252},"src/aurora-dsql-mcp-server/skills/dsql-skill","awslabs","mcp","dsql-skill",{"evaluate":1833,"extract":1840},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1834,"targetMarket":220,"tier":221},[216,215,1835,1836,1825,1837,1838,1839,218],"aws","aurora","migration","schema","query",{"commitSha":286},{"repoId":1842},"kd71cq56hfddetnwspw92kb09x86mbzy",[1836,1835,216,1825,1837,218,1839,1838,215],{"evaluatedAt":1845,"extractAt":1846,"updatedAt":1845},1778682978663,1778682862752,{"_creationTime":1848,"_id":1849,"community":1850,"display":1851,"identity":1857,"providers":1861,"relations":1868,"tags":1871,"workflow":1872},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":1852,"installMethods":1853,"name":1855,"sourceUrl":1856},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":1854},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":1858,"githubOwner":1859,"githubRepo":1860,"locale":18,"slug":1855,"type":252},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":1862,"extract":1867},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1863,"targetMarket":220,"tier":221},[216,1864,215,1865,1866,301],"migrations","validation","code-quality",{"commitSha":286},{"parentExtensionId":1869,"repoId":1870},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1866,216,301,1864,215,1865],{"evaluatedAt":1873,"extractAt":1874,"updatedAt":1873},1778701008912,1778696691708,{"_creationTime":1876,"_id":1877,"community":1878,"display":1879,"identity":1885,"providers":1889,"relations":1893,"tags":1896,"workflow":1897},1778683678500.5625,"k17a184zt843sk1j9qt1x7ah4586m0ej",{"reviewCount":8},{"description":1880,"installMethods":1881,"name":1883,"sourceUrl":1884},"DBHub MCP 服务器查询数据库指南。每当您需要通过 DBHub 的 MCP 工具（search_objects、execute_sql）来探索数据库模式、检查表或运行 SQL 查询时，请使用此技能。在任何数据库查询任务、模式探索、数据检索或通过 MCP 执行 SQL 时激活，即使用户只说“检查数据库”或“为我查找一些数据”。此技能可确保您遵循正确的先探索后查询的工作流程，而不是猜测表结构。",{"claudeCode":1882},"bytebase/dbhub","DBHub Database Query Guide","https://github.com/bytebase/dbhub",{"basePath":1886,"githubOwner":1887,"githubRepo":1888,"locale":1799,"slug":1888,"type":252},"skills/dbhub","bytebase","dbhub",{"evaluate":1890,"extract":1892},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1891,"targetMarket":220,"tier":221},[216,215,1839,1838,1830,1887],{"commitSha":286,"license":243},{"repoId":1894,"translatedFrom":1895},"kd75gz890g3h6zj0xf3qtbrdjd86mpw3","k17a9cav35ya4h38sccx3r3d5d86mr2y",[1887,216,1830,1839,1838,215],{"evaluatedAt":1898,"extractAt":1899,"updatedAt":1900},1778683601748,1778683522639,1778683678500,{"_creationTime":1902,"_id":1903,"community":1904,"display":1905,"identity":1909,"providers":1912,"relations":1920,"tags":1921,"workflow":1922},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":1906,"installMethods":1907,"name":1908,"sourceUrl":1856},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":1854},"Performance Analysis",{"basePath":1910,"githubOwner":1859,"githubRepo":1860,"locale":18,"slug":1911,"type":252},".claude/skills/performance-analysis","performance-analysis",{"evaluate":1913,"extract":1919},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1775,"tags":1914,"targetMarket":220,"tier":221},[218,1915,217,1916,1917,1918],"analysis","claude-flow","bottleneck-detection","reporting",{"commitSha":286,"license":243},{"repoId":1870},[1915,1917,1916,217,218,1918],{"evaluatedAt":1923,"extractAt":1874,"updatedAt":1923},1778699217174]