[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jeffallan-websocket-engineer-zh-CN":3,"guides-for-jeffallan-websocket-engineer":1750,"similar-k175r366atmrz4a8hp32r66qps86m6f1-zh-CN":1751},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":224,"parentExtension":247,"providers":306,"relations":310,"repo":311,"tags":1748,"workflow":1749},1778691344230.141,"k175r366atmrz4a8hp32r66qps86m6f1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.",{"claudeCode":12},"jeffallan/claude-skills","websocket-engineer","https://github.com/jeffallan/claude-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":240},1778692886308.1985,"kn7a2n594brjdzy26vwqwr3mpn86mwse","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,121,124,127,130,133,136,139,143,147,151,154,158,162,165,168,171,174,178,181,184,187],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension is for building real-time communication systems with WebSockets or Socket.IO and lists specific use cases like bidirectional messaging and scaling.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides structured guidance, examples, and best practices for designing and implementing WebSocket systems, going beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the full lifecycle from requirements analysis and architecture design to implementation, local validation, scaling, and monitoring, indicating readiness for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on WebSocket and Socket.IO real-time communication systems, maintaining a clear and coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose and capabilities as outlined in the documentation.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension; therefore, scoped tools check is not applicable.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The documentation provides clear examples and explanations for configuration aspects like authentication, rate limiting, and CORS.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension; therefore, tool naming check is not applicable.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This is a skill, not a tool-based extension; therefore, minimal I/O surface check is not applicable.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension explicitly states the MIT license in both the SKILL.md frontmatter and the LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 1, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The repository includes a package.json with dependencies and a lockfile indicating dependency management practices are in place.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The code examples and documentation do not show secrets being echoed to stdout or committed to the repository; environment variables and secure tokens are referenced.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill focuses on API architecture and provides code examples, with no indication of loading untrusted third-party data or executing remote code.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime or execute scripts from external sources; all code examples are bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill provides code examples and documentation for server-side logic and does not indicate operations outside of its defined scope or project folders.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes, background tasks, or retry loops around denied calls are evident in the provided code examples or documentation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is API architecture, and code examples focus on secure implementation practices, not on reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation are free of hidden steering tricks, invisible characters, or malicious formatting.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided code examples are in plain JavaScript and do not use obfuscation, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill provides code examples that are self-contained or use standard Node.js practices, not assuming specific project structures outside the bundle.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 10 were closed, indicating a good closure rate and active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The SKILL.md frontmatter declares a meaningful semver version (1.1.0) and a CHANGELOG.md is present.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The 'Input Validation' section in `references/security.md` demonstrates the use of Joi for validating message schemas.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill focuses on real-time communication patterns, and the provided examples do not include destructive operations like file deletion or infrastructure changes.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","Code examples demonstrate explicit error handling for authentication, invalid tokens, and room access, with meaningful messages.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The `references/security.md` file includes an 'Audit Logging' section showing Winston logger setup for recording events.",{"category":117,"check":118,"severity":119,"summary":120},"Compliance","GDPR","info","While the skill focuses on system architecture, user IDs and potentially other personal data might be processed, and while examples show sanitization for messages, broader GDPR considerations are not explicitly detailed.",{"category":117,"check":122,"severity":24,"summary":123},"Target market","The extension's focus on WebSocket and Socket.IO architecture is globally applicable, with no regional or jurisdictional limitations detected.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard Node.js practices and libraries, and the code examples are generally portable across POSIX-compliant systems.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README.md file exists and provides a good overview of the Claude Skills project, linking to detailed documentation.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a skill, not a tool-based extension; therefore, tool surface size check is not applicable.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This is a skill, not a tool-based extension; therefore, overlapping near-synonym tools check is not applicable.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as authentication, room management, and scaling, have corresponding examples and documentation within the skill.",{"category":140,"check":141,"severity":119,"summary":142},"Install","Installation instruction","The README provides installation instructions for the entire Claude Skills plugin, but specific invocation examples for this particular skill are within its own documentation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The code examples in the references include explicit error handling with meaningful messages for authentication and room access failures.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The `package.json` includes `devDependencies` and a `package-lock.json` is present, indicating pinned dependencies.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The skill focuses on architectural patterns and code examples, not on state-changing operations that would typically require a dry-run feature.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill's documentation and examples address aspects like ping/pong, message queueing, and the need for handling connection errors, which contribute to retry logic and stability.",{"category":159,"check":160,"severity":24,"summary":161},"Safety","Halt on unexpected state","The documentation implicitly supports halting on unexpected states by emphasizing clean connection handling and authentication failures.",{"category":92,"check":163,"severity":24,"summary":164},"Cross-skill coupling","The `SKILL.md` lists related skills but does not indicate implicit coupling; the WebSocket Engineer skill appears to function standalone.",{"category":40,"check":166,"severity":24,"summary":167},"Precise Purpose","The description clearly defines the skill's purpose (building real-time communication systems with WebSockets/Socket.IO) and specific use cases, along with explicit boundaries mentioned in the 'Constraints' section.",{"category":40,"check":169,"severity":24,"summary":170},"Concise Frontmatter","The frontmatter is dense and includes core capabilities, triggers, and related skills within a reasonable character count.",{"category":45,"check":172,"severity":24,"summary":173},"Concise Body","The main SKILL.md is concise, referencing separate files for detailed guidance like protocol, patterns, and security.",{"category":175,"check":176,"severity":24,"summary":177},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to detailed reference files for specific topics like protocol, scaling, patterns, and security.",{"category":175,"check":179,"severity":42,"summary":180},"Forked exploration","This skill is not focused on deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":182,"severity":24,"summary":183},"Usage examples","The skill includes comprehensive code examples for server setup, client-side reconnection, and integration with Redis.",{"category":22,"check":185,"severity":24,"summary":186},"Edge cases","The documentation addresses edge cases such as handling authentication failures, room join/leave logic, disconnection, and rate limiting.",{"category":104,"check":188,"severity":42,"summary":189},"Tool Fallback","This skill does not appear to rely on external MCP servers or tools that would require a fallback mechanism.",1778692885805,"This skill provides comprehensive guidance, code examples, and best practices for designing, implementing, and scaling real-time communication systems using WebSockets and Socket.IO. It covers architecture, protocol details, security, and patterns like rooms, namespaces, and presence tracking.",[193,194,195,196,197],"Guidance on WebSocket and Socket.IO implementation","Code examples for server setup, client, and scaling","Best practices for authentication, authorization, and rate limiting","Strategies for horizontal scaling with Redis and sticky sessions","Detailed explanations of WebSocket protocol and patterns",[199,200,201],"Implementing the actual WebSocket server logic (provides examples, not a runnable server).","Handling client-side UI/UX for real-time features.","Providing generic API development guidance outside of real-time communication specifics.","3.0.0","4.4.0","Use when building real-time communication systems with WebSockets or Socket.IO to ensure robust, scalable, and secure bidirectional messaging, pub/sub, and state management.","The skill is well-documented, provides practical code examples, and covers the full lifecycle of real-time communication system development. It adheres to best practices for security and scalability.",95,"Excellent skill for building robust, scalable real-time communication systems with WebSockets and Socket.IO.",[209,210,211,212,213,214],"websocket","socket-io","real-time","messaging","api-architecture","backend","global","verified",[218,219,220,221],"Building chat applications, live update systems, and collaborative tools.","Implementing pub/sub messaging patterns for distributed systems.","Designing scalable backend services for real-time user interactions.","Ensuring secure and reliable WebSocket connections with authentication and authorization.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":236,"testCoverage":239},{"hasLockfile":224},true,1778692870556,{"descriptionLength":227,"readmeSize":228},182,6373,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"manifestVersion":232,"openIssues90d":233,"pushedAt":234,"stars":235},10,754,"1.1.0",3,1777650255000,9023,{"hasNpmPackage":237,"license":238,"smitheryVerified":237},false,"MIT",{"hasCi":224,"hasTests":237},{"updatedAt":241},1778692886308,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/websocket-engineer","jeffallan","claude-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":258,"providers":291,"relations":302,"tags":303,"workflow":304},1778691344230.1252,"k177fx0q0bsftkws6j1av221j186ndt6",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"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":254},"fullstack-dev-skills",{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":257},"","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":267,"relations":285,"tags":287,"workflow":288},1778691344230.125,"k17dreeyadjdbmpd1fmsh8krc986nhgh",{"reviewCount":8},{"description":263,"installMethods":264,"name":254,"sourceUrl":14},"Comprehensive skill pack for full-stack developers covering frameworks, workflows, and security",{"claudeCode":12},{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":266},"marketplace",{"evaluate":268,"extract":279},{"promptVersionExtension":269,"promptVersionScoring":203,"score":270,"tags":271,"targetMarket":215,"tier":216},"3.1.0",97,[272,273,274,275,276,277,278],"fullstack","development","frameworks","security","workflows","devops","testing",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":254,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd77w37et655xneae33d1p2d2n86ncxp",[273,277,274,272,275,278,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778691361308,1778691344230,{"evaluate":292,"extract":299},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":293,"targetMarket":215,"tier":298},[272,294,295,296,297],"developer-tools","programming","ide-integration","code-generation","community",{"commitSha":280,"license":238,"plugin":300},{"mcpCount":8,"provider":284,"skillCount":301},66,{"parentExtensionId":260,"repoId":286},[297,294,272,296,295],{"evaluatedAt":305,"extractAt":290,"updatedAt":305},1778691398384,{"evaluate":307,"extract":309},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":308,"targetMarket":215,"tier":216},[209,210,211,212,213,214],{"commitSha":280},{"parentExtensionId":249,"repoId":286},{"_creationTime":312,"_id":286,"identity":313,"providers":314,"workflow":1744},1778690107689.4307,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":315,"discover":1734,"github":1737},{"commitSha":280,"extensions":316},[317,330,523,542,560,578,596,614,632,650,674,694,712,730,748,766,790,808,824,842,861,879,897,916,942,960,975,995,1013,1031,1049,1079,1095,1113,1131,1149,1167,1191,1209,1227,1244,1261,1278,1295,1315,1331,1349,1367,1387,1404,1420,1437,1454,1473,1490,1508,1523,1538,1556,1574,1590,1606,1633,1653,1669,1688,1704,1716],{"basePath":256,"description":263,"displayName":254,"installMethods":318,"rationale":319,"selectedPaths":320,"source":329,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[321,324,326],{"path":322,"priority":323},".claude-plugin/marketplace.json","mandatory",{"path":325,"priority":323},"README.md",{"path":327,"priority":328},"LICENSE","high","rule",{"basePath":256,"description":252,"displayName":254,"installMethods":331,"license":238,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":257},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521],{"path":335,"priority":323},".claude-plugin/plugin.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":339,"priority":340},"skills/angular-architect/SKILL.md","medium",{"path":342,"priority":340},"skills/api-designer/SKILL.md",{"path":344,"priority":340},"skills/architecture-designer/SKILL.md",{"path":346,"priority":340},"skills/atlassian-mcp/SKILL.md",{"path":348,"priority":340},"skills/chaos-engineer/SKILL.md",{"path":350,"priority":340},"skills/cli-developer/SKILL.md",{"path":352,"priority":340},"skills/cloud-architect/SKILL.md",{"path":354,"priority":340},"skills/code-documenter/SKILL.md",{"path":356,"priority":340},"skills/code-reviewer/SKILL.md",{"path":358,"priority":340},"skills/cpp-pro/SKILL.md",{"path":360,"priority":340},"skills/csharp-developer/SKILL.md",{"path":362,"priority":340},"skills/database-optimizer/SKILL.md",{"path":364,"priority":340},"skills/debugging-wizard/SKILL.md",{"path":366,"priority":340},"skills/devops-engineer/SKILL.md",{"path":368,"priority":340},"skills/django-expert/SKILL.md",{"path":370,"priority":340},"skills/dotnet-core-expert/SKILL.md",{"path":372,"priority":340},"skills/embedded-systems/SKILL.md",{"path":374,"priority":340},"skills/fastapi-expert/SKILL.md",{"path":376,"priority":340},"skills/feature-forge/SKILL.md",{"path":378,"priority":340},"skills/fine-tuning-expert/SKILL.md",{"path":380,"priority":340},"skills/flutter-expert/SKILL.md",{"path":382,"priority":340},"skills/fullstack-guardian/SKILL.md",{"path":384,"priority":340},"skills/game-developer/SKILL.md",{"path":386,"priority":340},"skills/golang-pro/SKILL.md",{"path":388,"priority":340},"skills/graphql-architect/SKILL.md",{"path":390,"priority":340},"skills/java-architect/SKILL.md",{"path":392,"priority":340},"skills/javascript-pro/SKILL.md",{"path":394,"priority":340},"skills/kotlin-specialist/SKILL.md",{"path":396,"priority":340},"skills/kubernetes-specialist/SKILL.md",{"path":398,"priority":340},"skills/laravel-specialist/SKILL.md",{"path":400,"priority":340},"skills/legacy-modernizer/SKILL.md",{"path":402,"priority":340},"skills/mcp-developer/SKILL.md",{"path":404,"priority":340},"skills/microservices-architect/SKILL.md",{"path":406,"priority":340},"skills/ml-pipeline/SKILL.md",{"path":408,"priority":340},"skills/monitoring-expert/SKILL.md",{"path":410,"priority":340},"skills/nestjs-expert/SKILL.md",{"path":412,"priority":340},"skills/nextjs-developer/SKILL.md",{"path":414,"priority":340},"skills/pandas-pro/SKILL.md",{"path":416,"priority":340},"skills/php-pro/SKILL.md",{"path":418,"priority":340},"skills/playwright-expert/SKILL.md",{"path":420,"priority":340},"skills/postgres-pro/SKILL.md",{"path":422,"priority":340},"skills/prompt-engineer/SKILL.md",{"path":424,"priority":340},"skills/python-pro/SKILL.md",{"path":426,"priority":340},"skills/rag-architect/SKILL.md",{"path":428,"priority":340},"skills/rails-expert/SKILL.md",{"path":430,"priority":340},"skills/react-expert/SKILL.md",{"path":432,"priority":340},"skills/react-native-expert/SKILL.md",{"path":434,"priority":340},"skills/rust-engineer/SKILL.md",{"path":436,"priority":340},"skills/salesforce-developer/SKILL.md",{"path":438,"priority":340},"skills/secure-code-guardian/SKILL.md",{"path":440,"priority":340},"skills/security-reviewer/SKILL.md",{"path":442,"priority":340},"skills/shopify-expert/SKILL.md",{"path":444,"priority":340},"skills/spark-engineer/SKILL.md",{"path":446,"priority":340},"skills/spec-miner/SKILL.md",{"path":448,"priority":340},"skills/spring-boot-engineer/SKILL.md",{"path":450,"priority":340},"skills/sql-pro/SKILL.md",{"path":452,"priority":340},"skills/sre-engineer/SKILL.md",{"path":454,"priority":340},"skills/swift-expert/SKILL.md",{"path":456,"priority":340},"skills/terraform-engineer/SKILL.md",{"path":458,"priority":340},"skills/test-master/SKILL.md",{"path":460,"priority":340},"skills/the-fool/SKILL.md",{"path":462,"priority":340},"skills/typescript-pro/SKILL.md",{"path":464,"priority":340},"skills/vue-expert/SKILL.md",{"path":466,"priority":340},"skills/vue-expert-js/SKILL.md",{"path":468,"priority":340},"skills/websocket-engineer/SKILL.md",{"path":470,"priority":340},"skills/wordpress-pro/SKILL.md",{"path":472,"priority":328},"commands/common-ground/COMMAND.md",{"path":474,"priority":328},"commands/common-ground/common-ground.yaml",{"path":476,"priority":328},"commands/common-ground/references/assumption-classification.md",{"path":478,"priority":328},"commands/common-ground/references/file-management.md",{"path":480,"priority":328},"commands/common-ground/references/reasoning-graph.md",{"path":482,"priority":328},"commands/intake/capture-behavior.yaml",{"path":484,"priority":328},"commands/intake/create-system-description.yaml",{"path":486,"priority":328},"commands/intake/document-codebase.yaml",{"path":488,"priority":328},"commands/project/discovery/approve-synthesis.md",{"path":490,"priority":328},"commands/project/discovery/approve.yaml",{"path":492,"priority":328},"commands/project/discovery/create-epic-discovery.md",{"path":494,"priority":328},"commands/project/discovery/create.yaml",{"path":496,"priority":328},"commands/project/discovery/synthesize-discovery.md",{"path":498,"priority":328},"commands/project/discovery/synthesize.yaml",{"path":500,"priority":328},"commands/project/execution/complete-ticket.md",{"path":502,"priority":328},"commands/project/execution/complete-ticket.yaml",{"path":504,"priority":328},"commands/project/execution/execute-ticket.md",{"path":506,"priority":328},"commands/project/execution/execute-ticket.yaml",{"path":508,"priority":328},"commands/project/planning/create-epic-plan.md",{"path":510,"priority":328},"commands/project/planning/create-implementation-plan.md",{"path":512,"priority":328},"commands/project/planning/epic-plan.yaml",{"path":514,"priority":328},"commands/project/planning/impl-plan.yaml",{"path":516,"priority":328},"commands/project/retrospectives/complete-epic.md",{"path":518,"priority":328},"commands/project/retrospectives/complete-epic.yaml",{"path":520,"priority":328},"commands/project/retrospectives/complete-sprint.md",{"path":522,"priority":328},"commands/workflow-manifest.yaml",{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":329,"sourceLanguage":18,"type":246},"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",[530,532,534,536,538,540],{"path":531,"priority":323},"SKILL.md",{"path":533,"priority":340},"references/components.md",{"path":535,"priority":340},"references/ngrx.md",{"path":537,"priority":340},"references/routing.md",{"path":539,"priority":340},"references/rxjs.md",{"path":541,"priority":340},"references/testing.md",{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":329,"sourceLanguage":18,"type":246},"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",[549,550,552,554,556,558],{"path":531,"priority":323},{"path":551,"priority":340},"references/error-handling.md",{"path":553,"priority":340},"references/openapi.md",{"path":555,"priority":340},"references/pagination.md",{"path":557,"priority":340},"references/rest-patterns.md",{"path":559,"priority":340},"references/versioning.md",{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":329,"sourceLanguage":18,"type":246},"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",[567,568,570,572,574,576],{"path":531,"priority":323},{"path":569,"priority":340},"references/adr-template.md",{"path":571,"priority":340},"references/architecture-patterns.md",{"path":573,"priority":340},"references/database-selection.md",{"path":575,"priority":340},"references/nfr-checklist.md",{"path":577,"priority":340},"references/system-design.md",{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":329,"sourceLanguage":18,"type":246},"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",[585,586,588,590,592,594],{"path":531,"priority":323},{"path":587,"priority":340},"references/authentication-patterns.md",{"path":589,"priority":340},"references/common-workflows.md",{"path":591,"priority":340},"references/confluence-operations.md",{"path":593,"priority":340},"references/jira-queries.md",{"path":595,"priority":340},"references/mcp-server-setup.md",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":329,"sourceLanguage":18,"type":246},"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",[603,604,606,608,610,612],{"path":531,"priority":323},{"path":605,"priority":340},"references/chaos-tools.md",{"path":607,"priority":340},"references/experiment-design.md",{"path":609,"priority":340},"references/game-days.md",{"path":611,"priority":340},"references/infrastructure-chaos.md",{"path":613,"priority":340},"references/kubernetes-chaos.md",{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":329,"sourceLanguage":18,"type":246},"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",[621,622,624,626,628,630],{"path":531,"priority":323},{"path":623,"priority":340},"references/design-patterns.md",{"path":625,"priority":340},"references/go-cli.md",{"path":627,"priority":340},"references/node-cli.md",{"path":629,"priority":340},"references/python-cli.md",{"path":631,"priority":340},"references/ux-patterns.md",{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":329,"sourceLanguage":18,"type":246},"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",[639,640,642,644,646,648],{"path":531,"priority":323},{"path":641,"priority":340},"references/aws.md",{"path":643,"priority":340},"references/azure.md",{"path":645,"priority":340},"references/cost.md",{"path":647,"priority":340},"references/gcp.md",{"path":649,"priority":340},"references/multi-cloud.md",{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":329,"sourceLanguage":18,"type":246},"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",[657,658,660,662,664,666,668,670,672],{"path":531,"priority":323},{"path":659,"priority":340},"references/api-docs-fastapi-django.md",{"path":661,"priority":340},"references/api-docs-nestjs-express.md",{"path":663,"priority":340},"references/coverage-reports.md",{"path":665,"priority":340},"references/documentation-systems.md",{"path":667,"priority":340},"references/interactive-api-docs.md",{"path":669,"priority":340},"references/python-docstrings.md",{"path":671,"priority":340},"references/typescript-jsdoc.md",{"path":673,"priority":340},"references/user-guides-tutorials.md",{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":329,"sourceLanguage":18,"type":246},"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",[681,682,684,686,688,690,692],{"path":531,"priority":323},{"path":683,"priority":340},"references/common-issues.md",{"path":685,"priority":340},"references/feedback-examples.md",{"path":687,"priority":340},"references/receiving-feedback.md",{"path":689,"priority":340},"references/report-template.md",{"path":691,"priority":340},"references/review-checklist.md",{"path":693,"priority":340},"references/spec-compliance-review.md",{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":329,"sourceLanguage":18,"type":246},"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",[701,702,704,706,708,710],{"path":531,"priority":323},{"path":703,"priority":340},"references/build-tooling.md",{"path":705,"priority":340},"references/concurrency.md",{"path":707,"priority":340},"references/memory-performance.md",{"path":709,"priority":340},"references/modern-cpp.md",{"path":711,"priority":340},"references/templates.md",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":329,"sourceLanguage":18,"type":246},"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",[719,720,722,724,726,728],{"path":531,"priority":323},{"path":721,"priority":340},"references/aspnet-core.md",{"path":723,"priority":340},"references/blazor.md",{"path":725,"priority":340},"references/entity-framework.md",{"path":727,"priority":340},"references/modern-csharp.md",{"path":729,"priority":340},"references/performance.md",{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":329,"sourceLanguage":18,"type":246},"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",[737,738,740,742,744,746],{"path":531,"priority":323},{"path":739,"priority":340},"references/index-strategies.md",{"path":741,"priority":340},"references/monitoring-analysis.md",{"path":743,"priority":340},"references/mysql-tuning.md",{"path":745,"priority":340},"references/postgresql-tuning.md",{"path":747,"priority":340},"references/query-optimization.md",{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":329,"sourceLanguage":18,"type":246},"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",[755,756,758,760,762,764],{"path":531,"priority":323},{"path":757,"priority":340},"references/common-patterns.md",{"path":759,"priority":340},"references/debugging-tools.md",{"path":761,"priority":340},"references/quick-fixes.md",{"path":763,"priority":340},"references/strategies.md",{"path":765,"priority":340},"references/systematic-debugging.md",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":329,"sourceLanguage":18,"type":246},"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",[773,774,776,778,780,782,784,786,788],{"path":531,"priority":323},{"path":775,"priority":340},"references/deployment-strategies.md",{"path":777,"priority":340},"references/docker-patterns.md",{"path":779,"priority":340},"references/github-actions.md",{"path":781,"priority":340},"references/incident-response.md",{"path":783,"priority":340},"references/kubernetes.md",{"path":785,"priority":340},"references/platform-engineering.md",{"path":787,"priority":340},"references/release-automation.md",{"path":789,"priority":340},"references/terraform-iac.md",{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":329,"sourceLanguage":18,"type":246},"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",[797,798,800,802,804,806],{"path":531,"priority":323},{"path":799,"priority":340},"references/authentication.md",{"path":801,"priority":340},"references/drf-serializers.md",{"path":803,"priority":340},"references/models-orm.md",{"path":805,"priority":340},"references/testing-django.md",{"path":807,"priority":340},"references/viewsets-views.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":329,"sourceLanguage":18,"type":246},"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",[815,816,817,819,821,822],{"path":531,"priority":323},{"path":799,"priority":340},{"path":818,"priority":340},"references/clean-architecture.md",{"path":820,"priority":340},"references/cloud-native.md",{"path":725,"priority":340},{"path":823,"priority":340},"references/minimal-apis.md",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":329,"sourceLanguage":18,"type":246},"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",[831,832,834,836,838,840],{"path":531,"priority":323},{"path":833,"priority":340},"references/communication-protocols.md",{"path":835,"priority":340},"references/memory-optimization.md",{"path":837,"priority":340},"references/microcontroller-programming.md",{"path":839,"priority":340},"references/power-optimization.md",{"path":841,"priority":340},"references/rtos-patterns.md",{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":329,"sourceLanguage":18,"type":246},"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",[849,850,852,853,855,857,859],{"path":531,"priority":323},{"path":851,"priority":340},"references/async-sqlalchemy.md",{"path":799,"priority":340},{"path":854,"priority":340},"references/endpoints-routing.md",{"path":856,"priority":340},"references/migration-from-django.md",{"path":858,"priority":340},"references/pydantic-v2.md",{"path":860,"priority":340},"references/testing-async.md",{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":329,"sourceLanguage":18,"type":246},"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",[868,869,871,873,875,877],{"path":531,"priority":323},{"path":870,"priority":340},"references/acceptance-criteria.md",{"path":872,"priority":340},"references/ears-syntax.md",{"path":874,"priority":340},"references/interview-questions.md",{"path":876,"priority":340},"references/pre-discovery-subagents.md",{"path":878,"priority":340},"references/specification-template.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":329,"sourceLanguage":18,"type":246},"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",[886,887,889,891,893,895],{"path":531,"priority":323},{"path":888,"priority":340},"references/dataset-preparation.md",{"path":890,"priority":340},"references/deployment-optimization.md",{"path":892,"priority":340},"references/evaluation-metrics.md",{"path":894,"priority":340},"references/hyperparameter-tuning.md",{"path":896,"priority":340},"references/lora-peft.md",{"basePath":898,"description":899,"displayName":900,"installMethods":901,"rationale":902,"selectedPaths":903,"source":329,"sourceLanguage":18,"type":246},"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",[904,905,907,909,910,912,914],{"path":531,"priority":323},{"path":906,"priority":340},"references/bloc-state.md",{"path":908,"priority":340},"references/gorouter-navigation.md",{"path":729,"priority":340},{"path":911,"priority":340},"references/project-structure.md",{"path":913,"priority":340},"references/riverpod-state.md",{"path":915,"priority":340},"references/widget-patterns.md",{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":329,"sourceLanguage":18,"type":246},"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",[923,924,926,928,930,931,933,935,936,938,940],{"path":531,"priority":323},{"path":925,"priority":340},"references/api-design-standards.md",{"path":927,"priority":340},"references/architecture-decisions.md",{"path":929,"priority":340},"references/backend-patterns.md",{"path":757,"priority":340},{"path":932,"priority":340},"references/deliverables-checklist.md",{"path":934,"priority":340},"references/design-template.md",{"path":551,"priority":340},{"path":937,"priority":340},"references/frontend-patterns.md",{"path":939,"priority":340},"references/integration-patterns.md",{"path":941,"priority":340},"references/security-checklist.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":329,"sourceLanguage":18,"type":246},"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",[949,950,952,954,956,958],{"path":531,"priority":323},{"path":951,"priority":340},"references/ecs-patterns.md",{"path":953,"priority":340},"references/multiplayer-networking.md",{"path":955,"priority":340},"references/performance-optimization.md",{"path":957,"priority":340},"references/unity-patterns.md",{"path":959,"priority":340},"references/unreal-cpp.md",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":329,"sourceLanguage":18,"type":246},"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",[967,968,969,971,973,974],{"path":531,"priority":323},{"path":705,"priority":340},{"path":970,"priority":340},"references/generics.md",{"path":972,"priority":340},"references/interfaces.md",{"path":911,"priority":340},{"path":541,"priority":340},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":329,"sourceLanguage":18,"type":246},"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",[982,983,985,987,989,991,993],{"path":531,"priority":323},{"path":984,"priority":340},"references/federation.md",{"path":986,"priority":340},"references/migration-from-rest.md",{"path":988,"priority":340},"references/resolvers.md",{"path":990,"priority":340},"references/schema-design.md",{"path":992,"priority":340},"references/security.md",{"path":994,"priority":340},"references/subscriptions.md",{"basePath":996,"description":997,"displayName":998,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":329,"sourceLanguage":18,"type":246},"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",[1002,1003,1005,1007,1009,1011],{"path":531,"priority":323},{"path":1004,"priority":340},"references/jpa-optimization.md",{"path":1006,"priority":340},"references/reactive-webflux.md",{"path":1008,"priority":340},"references/spring-boot-setup.md",{"path":1010,"priority":340},"references/spring-security.md",{"path":1012,"priority":340},"references/testing-patterns.md",{"basePath":1014,"description":1015,"displayName":1016,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":329,"sourceLanguage":18,"type":246},"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",[1020,1021,1023,1025,1027,1029],{"path":531,"priority":323},{"path":1022,"priority":340},"references/async-patterns.md",{"path":1024,"priority":340},"references/browser-apis.md",{"path":1026,"priority":340},"references/modern-syntax.md",{"path":1028,"priority":340},"references/modules.md",{"path":1030,"priority":340},"references/node-essentials.md",{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":329,"sourceLanguage":18,"type":246},"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",[1038,1039,1041,1043,1045,1047],{"path":531,"priority":323},{"path":1040,"priority":340},"references/android-compose.md",{"path":1042,"priority":340},"references/coroutines-flow.md",{"path":1044,"priority":340},"references/dsl-idioms.md",{"path":1046,"priority":340},"references/ktor-server.md",{"path":1048,"priority":340},"references/multiplatform-kmp.md",{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":329,"sourceLanguage":18,"type":246},"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",[1056,1057,1059,1061,1063,1065,1067,1069,1071,1073,1075,1077],{"path":531,"priority":323},{"path":1058,"priority":340},"references/configuration.md",{"path":1060,"priority":340},"references/cost-optimization.md",{"path":1062,"priority":340},"references/custom-operators.md",{"path":1064,"priority":340},"references/gitops.md",{"path":1066,"priority":340},"references/helm-charts.md",{"path":1068,"priority":340},"references/multi-cluster.md",{"path":1070,"priority":340},"references/networking.md",{"path":1072,"priority":340},"references/service-mesh.md",{"path":1074,"priority":340},"references/storage.md",{"path":1076,"priority":340},"references/troubleshooting.md",{"path":1078,"priority":340},"references/workloads.md",{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":329,"sourceLanguage":18,"type":246},"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",[1086,1087,1089,1091,1093,1094],{"path":531,"priority":323},{"path":1088,"priority":340},"references/eloquent.md",{"path":1090,"priority":340},"references/livewire.md",{"path":1092,"priority":340},"references/queues.md",{"path":537,"priority":340},{"path":541,"priority":340},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":329,"sourceLanguage":18,"type":246},"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",[1102,1103,1105,1107,1109,1111],{"path":531,"priority":323},{"path":1104,"priority":340},"references/legacy-testing.md",{"path":1106,"priority":340},"references/migration-strategies.md",{"path":1108,"priority":340},"references/refactoring-patterns.md",{"path":1110,"priority":340},"references/strangler-fig-pattern.md",{"path":1112,"priority":340},"references/system-assessment.md",{"basePath":1114,"description":1115,"displayName":1116,"installMethods":1117,"rationale":1118,"selectedPaths":1119,"source":329,"sourceLanguage":18,"type":246},"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",[1120,1121,1123,1125,1127,1129],{"path":531,"priority":323},{"path":1122,"priority":340},"references/protocol.md",{"path":1124,"priority":340},"references/python-sdk.md",{"path":1126,"priority":340},"references/resources.md",{"path":1128,"priority":340},"references/tools.md",{"path":1130,"priority":340},"references/typescript-sdk.md",{"basePath":1132,"description":1133,"displayName":1134,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":329,"sourceLanguage":18,"type":246},"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",[1138,1139,1141,1143,1145,1147],{"path":531,"priority":323},{"path":1140,"priority":340},"references/communication.md",{"path":1142,"priority":340},"references/data.md",{"path":1144,"priority":340},"references/decomposition.md",{"path":1146,"priority":340},"references/observability.md",{"path":1148,"priority":340},"references/patterns.md",{"basePath":1150,"description":1151,"displayName":1152,"installMethods":1153,"rationale":1154,"selectedPaths":1155,"source":329,"sourceLanguage":18,"type":246},"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",[1156,1157,1159,1161,1163,1165],{"path":531,"priority":323},{"path":1158,"priority":340},"references/experiment-tracking.md",{"path":1160,"priority":340},"references/feature-engineering.md",{"path":1162,"priority":340},"references/model-validation.md",{"path":1164,"priority":340},"references/pipeline-orchestration.md",{"path":1166,"priority":340},"references/training-pipelines.md",{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":329,"sourceLanguage":18,"type":246},"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",[1174,1175,1177,1179,1181,1183,1185,1187,1189],{"path":531,"priority":323},{"path":1176,"priority":340},"references/alerting-rules.md",{"path":1178,"priority":340},"references/application-profiling.md",{"path":1180,"priority":340},"references/capacity-planning.md",{"path":1182,"priority":340},"references/dashboards.md",{"path":1184,"priority":340},"references/opentelemetry.md",{"path":1186,"priority":340},"references/performance-testing.md",{"path":1188,"priority":340},"references/prometheus-metrics.md",{"path":1190,"priority":340},"references/structured-logging.md",{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":329,"sourceLanguage":18,"type":246},"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",[1198,1199,1200,1202,1204,1206,1208],{"path":531,"priority":323},{"path":799,"priority":340},{"path":1201,"priority":340},"references/controllers-routing.md",{"path":1203,"priority":340},"references/dtos-validation.md",{"path":1205,"priority":340},"references/migration-from-express.md",{"path":1207,"priority":340},"references/services-di.md",{"path":1012,"priority":340},{"basePath":1210,"description":1211,"displayName":1212,"installMethods":1213,"rationale":1214,"selectedPaths":1215,"source":329,"sourceLanguage":18,"type":246},"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",[1216,1217,1219,1221,1223,1225],{"path":531,"priority":323},{"path":1218,"priority":340},"references/app-router.md",{"path":1220,"priority":340},"references/data-fetching.md",{"path":1222,"priority":340},"references/deployment.md",{"path":1224,"priority":340},"references/server-actions.md",{"path":1226,"priority":340},"references/server-components.md",{"basePath":1228,"description":1229,"displayName":1230,"installMethods":1231,"rationale":1232,"selectedPaths":1233,"source":329,"sourceLanguage":18,"type":246},"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",[1234,1235,1237,1239,1241,1243],{"path":531,"priority":323},{"path":1236,"priority":340},"references/aggregation-groupby.md",{"path":1238,"priority":340},"references/data-cleaning.md",{"path":1240,"priority":340},"references/dataframe-operations.md",{"path":1242,"priority":340},"references/merging-joining.md",{"path":955,"priority":340},{"basePath":1245,"description":1246,"displayName":1247,"installMethods":1248,"rationale":1249,"selectedPaths":1250,"source":329,"sourceLanguage":18,"type":246},"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",[1251,1252,1253,1255,1257,1259],{"path":531,"priority":323},{"path":1022,"priority":340},{"path":1254,"priority":340},"references/laravel-patterns.md",{"path":1256,"priority":340},"references/modern-php-features.md",{"path":1258,"priority":340},"references/symfony-patterns.md",{"path":1260,"priority":340},"references/testing-quality.md",{"basePath":1262,"description":1263,"displayName":1264,"installMethods":1265,"rationale":1266,"selectedPaths":1267,"source":329,"sourceLanguage":18,"type":246},"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",[1268,1269,1271,1272,1274,1276],{"path":531,"priority":323},{"path":1270,"priority":340},"references/api-mocking.md",{"path":1058,"priority":340},{"path":1273,"priority":340},"references/debugging-flaky.md",{"path":1275,"priority":340},"references/page-object-model.md",{"path":1277,"priority":340},"references/selectors-locators.md",{"basePath":1279,"description":1280,"displayName":1281,"installMethods":1282,"rationale":1283,"selectedPaths":1284,"source":329,"sourceLanguage":18,"type":246},"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",[1285,1286,1288,1290,1292,1293],{"path":531,"priority":323},{"path":1287,"priority":340},"references/extensions.md",{"path":1289,"priority":340},"references/jsonb.md",{"path":1291,"priority":340},"references/maintenance.md",{"path":729,"priority":340},{"path":1294,"priority":340},"references/replication.md",{"basePath":1296,"description":1297,"displayName":1298,"installMethods":1299,"rationale":1300,"selectedPaths":1301,"source":329,"sourceLanguage":18,"type":246},"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",[1302,1303,1305,1307,1309,1311,1313],{"path":531,"priority":323},{"path":1304,"priority":340},"references/context-management.md",{"path":1306,"priority":340},"references/evaluation-frameworks.md",{"path":1308,"priority":340},"references/prompt-optimization.md",{"path":1310,"priority":340},"references/prompt-patterns.md",{"path":1312,"priority":340},"references/structured-outputs.md",{"path":1314,"priority":340},"references/system-prompts.md",{"basePath":1316,"description":1317,"displayName":1318,"installMethods":1319,"rationale":1320,"selectedPaths":1321,"source":329,"sourceLanguage":18,"type":246},"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",[1322,1323,1324,1326,1328,1329],{"path":531,"priority":323},{"path":1022,"priority":340},{"path":1325,"priority":340},"references/packaging.md",{"path":1327,"priority":340},"references/standard-library.md",{"path":541,"priority":340},{"path":1330,"priority":340},"references/type-system.md",{"basePath":1332,"description":1333,"displayName":1334,"installMethods":1335,"rationale":1336,"selectedPaths":1337,"source":329,"sourceLanguage":18,"type":246},"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",[1338,1339,1341,1343,1345,1347],{"path":531,"priority":323},{"path":1340,"priority":340},"references/chunking-strategies.md",{"path":1342,"priority":340},"references/embedding-models.md",{"path":1344,"priority":340},"references/rag-evaluation.md",{"path":1346,"priority":340},"references/retrieval-optimization.md",{"path":1348,"priority":340},"references/vector-databases.md",{"basePath":1350,"description":1351,"displayName":1352,"installMethods":1353,"rationale":1354,"selectedPaths":1355,"source":329,"sourceLanguage":18,"type":246},"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",[1356,1357,1359,1361,1363,1365],{"path":531,"priority":323},{"path":1358,"priority":340},"references/active-record.md",{"path":1360,"priority":340},"references/api-development.md",{"path":1362,"priority":340},"references/background-jobs.md",{"path":1364,"priority":340},"references/hotwire-turbo.md",{"path":1366,"priority":340},"references/rspec-testing.md",{"basePath":1368,"description":1369,"displayName":1370,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":329,"sourceLanguage":18,"type":246},"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",[1374,1375,1377,1379,1380,1382,1383,1385],{"path":531,"priority":323},{"path":1376,"priority":340},"references/hooks-patterns.md",{"path":1378,"priority":340},"references/migration-class-to-modern.md",{"path":729,"priority":340},{"path":1381,"priority":340},"references/react-19-features.md",{"path":1226,"priority":340},{"path":1384,"priority":340},"references/state-management.md",{"path":1386,"priority":340},"references/testing-react.md",{"basePath":1388,"description":1389,"displayName":1390,"installMethods":1391,"rationale":1392,"selectedPaths":1393,"source":329,"sourceLanguage":18,"type":246},"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",[1394,1395,1397,1399,1401,1402],{"path":531,"priority":323},{"path":1396,"priority":340},"references/expo-router.md",{"path":1398,"priority":340},"references/list-optimization.md",{"path":1400,"priority":340},"references/platform-handling.md",{"path":911,"priority":340},{"path":1403,"priority":340},"references/storage-hooks.md",{"basePath":1405,"description":1406,"displayName":1407,"installMethods":1408,"rationale":1409,"selectedPaths":1410,"source":329,"sourceLanguage":18,"type":246},"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",[1411,1412,1414,1415,1417,1418],{"path":531,"priority":323},{"path":1413,"priority":340},"references/async.md",{"path":551,"priority":340},{"path":1416,"priority":340},"references/ownership.md",{"path":541,"priority":340},{"path":1419,"priority":340},"references/traits.md",{"basePath":1421,"description":1422,"displayName":1423,"installMethods":1424,"rationale":1425,"selectedPaths":1426,"source":329,"sourceLanguage":18,"type":246},"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",[1427,1428,1430,1432,1433,1435],{"path":531,"priority":323},{"path":1429,"priority":340},"references/apex-development.md",{"path":1431,"priority":340},"references/deployment-devops.md",{"path":939,"priority":340},{"path":1434,"priority":340},"references/lightning-web-components.md",{"path":1436,"priority":340},"references/soql-sosl.md",{"basePath":1438,"description":1439,"displayName":1440,"installMethods":1441,"rationale":1442,"selectedPaths":1443,"source":329,"sourceLanguage":18,"type":246},"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",[1444,1445,1446,1448,1450,1452],{"path":531,"priority":323},{"path":799,"priority":340},{"path":1447,"priority":340},"references/input-validation.md",{"path":1449,"priority":340},"references/owasp-prevention.md",{"path":1451,"priority":340},"references/security-headers.md",{"path":1453,"priority":340},"references/xss-csrf.md",{"basePath":1455,"description":1456,"displayName":1457,"installMethods":1458,"rationale":1459,"selectedPaths":1460,"source":329,"sourceLanguage":18,"type":246},"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",[1461,1462,1464,1466,1467,1469,1471],{"path":531,"priority":323},{"path":1463,"priority":340},"references/infrastructure-security.md",{"path":1465,"priority":340},"references/penetration-testing.md",{"path":689,"priority":340},{"path":1468,"priority":340},"references/sast-tools.md",{"path":1470,"priority":340},"references/secret-scanning.md",{"path":1472,"priority":340},"references/vulnerability-patterns.md",{"basePath":1474,"description":1475,"displayName":1476,"installMethods":1477,"rationale":1478,"selectedPaths":1479,"source":329,"sourceLanguage":18,"type":246},"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",[1480,1481,1483,1485,1487,1488],{"path":531,"priority":323},{"path":1482,"priority":340},"references/app-development.md",{"path":1484,"priority":340},"references/checkout-customization.md",{"path":1486,"priority":340},"references/liquid-templating.md",{"path":955,"priority":340},{"path":1489,"priority":340},"references/storefront-api.md",{"basePath":1491,"description":1492,"displayName":1493,"installMethods":1494,"rationale":1495,"selectedPaths":1496,"source":329,"sourceLanguage":18,"type":246},"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",[1497,1498,1500,1502,1504,1506],{"path":531,"priority":323},{"path":1499,"priority":340},"references/partitioning-caching.md",{"path":1501,"priority":340},"references/performance-tuning.md",{"path":1503,"priority":340},"references/rdd-operations.md",{"path":1505,"priority":340},"references/spark-sql-dataframes.md",{"path":1507,"priority":340},"references/streaming-patterns.md",{"basePath":1509,"description":1510,"displayName":1511,"installMethods":1512,"rationale":1513,"selectedPaths":1514,"source":329,"sourceLanguage":18,"type":246},"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",[1515,1516,1518,1520,1522],{"path":531,"priority":323},{"path":1517,"priority":340},"references/analysis-checklist.md",{"path":1519,"priority":340},"references/analysis-process.md",{"path":1521,"priority":340},"references/ears-format.md",{"path":878,"priority":340},{"basePath":1524,"description":1525,"displayName":1526,"installMethods":1527,"rationale":1528,"selectedPaths":1529,"source":329,"sourceLanguage":18,"type":246},"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",[1530,1531,1533,1534,1535,1536],{"path":531,"priority":323},{"path":1532,"priority":340},"references/cloud.md",{"path":1142,"priority":340},{"path":992,"priority":340},{"path":541,"priority":340},{"path":1537,"priority":340},"references/web.md",{"basePath":1539,"description":1540,"displayName":1541,"installMethods":1542,"rationale":1543,"selectedPaths":1544,"source":329,"sourceLanguage":18,"type":246},"skills/sql-pro","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).","sql-pro",{"claudeCode":12},"SKILL.md frontmatter at skills/sql-pro/SKILL.md",[1545,1546,1548,1550,1552,1554],{"path":531,"priority":323},{"path":1547,"priority":340},"references/database-design.md",{"path":1549,"priority":340},"references/dialect-differences.md",{"path":1551,"priority":340},"references/optimization.md",{"path":1553,"priority":340},"references/query-patterns.md",{"path":1555,"priority":340},"references/window-functions.md",{"basePath":1557,"description":1558,"displayName":1559,"installMethods":1560,"rationale":1561,"selectedPaths":1562,"source":329,"sourceLanguage":18,"type":246},"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",[1563,1564,1566,1568,1570,1572],{"path":531,"priority":323},{"path":1565,"priority":340},"references/automation-toil.md",{"path":1567,"priority":340},"references/error-budget-policy.md",{"path":1569,"priority":340},"references/incident-chaos.md",{"path":1571,"priority":340},"references/monitoring-alerting.md",{"path":1573,"priority":340},"references/slo-sli-management.md",{"basePath":1575,"description":1576,"displayName":1577,"installMethods":1578,"rationale":1579,"selectedPaths":1580,"source":329,"sourceLanguage":18,"type":246},"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",[1581,1582,1584,1585,1587,1589],{"path":531,"priority":323},{"path":1583,"priority":340},"references/async-concurrency.md",{"path":707,"priority":340},{"path":1586,"priority":340},"references/protocol-oriented.md",{"path":1588,"priority":340},"references/swiftui-patterns.md",{"path":1012,"priority":340},{"basePath":1591,"description":1592,"displayName":1593,"installMethods":1594,"rationale":1595,"selectedPaths":1596,"source":329,"sourceLanguage":18,"type":246},"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",[1597,1598,1600,1602,1604,1605],{"path":531,"priority":323},{"path":1599,"priority":340},"references/best-practices.md",{"path":1601,"priority":340},"references/module-patterns.md",{"path":1603,"priority":340},"references/providers.md",{"path":1384,"priority":340},{"path":541,"priority":340},{"basePath":1607,"description":1608,"displayName":1609,"installMethods":1610,"rationale":1611,"selectedPaths":1612,"source":329,"sourceLanguage":18,"type":246},"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",[1613,1614,1616,1618,1620,1621,1623,1625,1627,1629,1631],{"path":531,"priority":323},{"path":1615,"priority":340},"references/automation-frameworks.md",{"path":1617,"priority":340},"references/e2e-testing.md",{"path":1619,"priority":340},"references/integration-testing.md",{"path":1186,"priority":340},{"path":1622,"priority":340},"references/qa-methodology.md",{"path":1624,"priority":340},"references/security-testing.md",{"path":1626,"priority":340},"references/tdd-iron-laws.md",{"path":1628,"priority":340},"references/test-reports.md",{"path":1630,"priority":340},"references/testing-anti-patterns.md",{"path":1632,"priority":340},"references/unit-testing.md",{"basePath":1634,"description":1635,"displayName":1636,"installMethods":1637,"rationale":1638,"selectedPaths":1639,"source":329,"sourceLanguage":18,"type":246},"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",[1640,1641,1643,1645,1647,1649,1651],{"path":531,"priority":323},{"path":1642,"priority":340},"references/dialectic-synthesis.md",{"path":1644,"priority":340},"references/evidence-audit.md",{"path":1646,"priority":340},"references/mode-selection-guide.md",{"path":1648,"priority":340},"references/pre-mortem-analysis.md",{"path":1650,"priority":340},"references/red-team-adversarial.md",{"path":1652,"priority":340},"references/socratic-questioning.md",{"basePath":1654,"description":1655,"displayName":1656,"installMethods":1657,"rationale":1658,"selectedPaths":1659,"source":329,"sourceLanguage":18,"type":246},"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",[1660,1661,1663,1664,1665,1667],{"path":531,"priority":323},{"path":1662,"priority":340},"references/advanced-types.md",{"path":1058,"priority":340},{"path":1148,"priority":340},{"path":1666,"priority":340},"references/type-guards.md",{"path":1668,"priority":340},"references/utility-types.md",{"basePath":1670,"description":1671,"displayName":1672,"installMethods":1673,"rationale":1674,"selectedPaths":1675,"source":329,"sourceLanguage":18,"type":246},"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",[1676,1677,1678,1679,1681,1683,1685,1686],{"path":531,"priority":323},{"path":703,"priority":340},{"path":533,"priority":340},{"path":1680,"priority":340},"references/composition-api.md",{"path":1682,"priority":340},"references/mobile-hybrid.md",{"path":1684,"priority":340},"references/nuxt.md",{"path":1384,"priority":340},{"path":1687,"priority":340},"references/typescript.md",{"basePath":1689,"description":1690,"displayName":1691,"installMethods":1692,"rationale":1693,"selectedPaths":1694,"source":329,"sourceLanguage":18,"type":246},"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",[1695,1696,1698,1700,1702,1703],{"path":531,"priority":323},{"path":1697,"priority":340},"references/component-architecture.md",{"path":1699,"priority":340},"references/composables-patterns.md",{"path":1701,"priority":340},"references/jsdoc-typing.md",{"path":1384,"priority":340},{"path":1012,"priority":340},{"basePath":243,"description":10,"displayName":13,"installMethods":1705,"rationale":1706,"selectedPaths":1707,"source":329,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/websocket-engineer/SKILL.md",[1708,1709,1711,1712,1713,1715],{"path":531,"priority":323},{"path":1710,"priority":340},"references/alternatives.md",{"path":1148,"priority":340},{"path":1122,"priority":340},{"path":1714,"priority":340},"references/scaling.md",{"path":992,"priority":340},{"basePath":1717,"description":1718,"displayName":1719,"installMethods":1720,"rationale":1721,"selectedPaths":1722,"source":329,"sourceLanguage":18,"type":246},"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",[1723,1724,1726,1728,1730,1732],{"path":531,"priority":323},{"path":1725,"priority":340},"references/gutenberg-blocks.md",{"path":1727,"priority":340},"references/hooks-filters.md",{"path":1729,"priority":340},"references/performance-security.md",{"path":1731,"priority":340},"references/plugin-architecture.md",{"path":1733,"priority":340},"references/theme-development.md",{"sources":1735},[1736],"manual",{"closedIssues90d":230,"description":1738,"forks":231,"license":238,"openIssues90d":233,"pushedAt":234,"readmeSize":228,"stars":235,"topics":1739},"66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.",[1740,1741,1742,1743,245],"ai-agents","claude","claude-code","claude-marketplace",{"classifiedAt":1745,"discoverAt":1746,"extractAt":1747,"githubAt":1747,"updatedAt":1745},1778691343896,1778690107689,1778691341856,[213,214,212,211,210,209],{"evaluatedAt":241,"extractAt":290,"updatedAt":241},[],[1752,1782,1803,1824,1846,1879],{"_creationTime":1753,"_id":1754,"community":1755,"display":1756,"identity":1762,"providers":1766,"relations":1775,"tags":1778,"workflow":1779},1778693180473.123,"k17fs4030n7dg2fw66w64eft8n86m8js",{"reviewCount":8},{"description":1757,"installMethods":1758,"name":1760,"sourceUrl":1761},"Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: \"voice live\", \"real-time voice\", \"VoiceLiveClient\", \"VoiceLiveSession\", \"voice assistant TypeScript\", \"bidirectional audio\", \"speech-to-speech JavaScript\".\n",{"claudeCode":1759},"microsoft/agent-skills","azure-ai-voicelive-ts","https://github.com/microsoft/agent-skills",{"basePath":1763,"githubOwner":1764,"githubRepo":1765,"locale":18,"slug":1760,"type":246},".github/plugins/azure-sdk-typescript/skills/azure-ai-voicelive-ts","microsoft","agent-skills",{"evaluate":1767,"extract":1774},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1768,"targetMarket":215,"tier":298},[1769,1770,1771,1772,1773,211,209],"azure","voice","ai","typescript","sdk",{"commitSha":280},{"parentExtensionId":1776,"repoId":1777},"k178kb88kvde2xfvrp03jpy6cn86nav5","kd77czgnv00rfjm815pcc5xx5986n5t8",[1771,1769,211,1773,1772,1770,209],{"evaluatedAt":1780,"extractAt":1781,"updatedAt":1780},1778695571935,1778693180473,{"_creationTime":1783,"_id":1784,"community":1785,"display":1786,"identity":1790,"providers":1792,"relations":1798,"tags":1800,"workflow":1801},1778693180473.1155,"k1758w9nn96fm38emx9vx82zcn86ngas",{"reviewCount":8},{"description":1787,"installMethods":1788,"name":1789,"sourceUrl":1761},"Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns.\nTriggers: \"azure-messaging-webpubsubservice\", \"WebPubSubServiceClient\", \"real-time\", \"WebSocket\", \"pub/sub\".\n",{"claudeCode":1759},"azure-messaging-webpubsubservice-py",{"basePath":1791,"githubOwner":1764,"githubRepo":1765,"locale":18,"slug":1789,"type":246},".github/plugins/azure-sdk-python/skills/azure-messaging-webpubsubservice-py",{"evaluate":1793,"extract":1797},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1794,"targetMarket":215,"tier":216},[1769,209,211,212,1795,1796,1773],"pub-sub","python",{"commitSha":280},{"parentExtensionId":1799,"repoId":1777},"k171mfx6atvhq1bkhpky84v4b186n9qd",[1769,212,1795,1796,211,1773,209],{"evaluatedAt":1802,"extractAt":1781,"updatedAt":1802},1778694977554,{"_creationTime":1804,"_id":1805,"community":1806,"display":1807,"identity":1811,"providers":1814,"relations":1819,"tags":1821,"workflow":1822},1778693180473.1055,"k170t453hyhp716z8mbd7rs1rd86mkd9",{"reviewCount":8},{"description":1808,"installMethods":1809,"name":1810,"sourceUrl":1761},"Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket.\nTriggers: \"VoiceLiveClient java\", \"voice assistant java\", \"real-time voice java\", \"audio streaming java\", \"voice activity detection java\".\n",{"claudeCode":1759},"Azure AI VoiceLive SDK for Java",{"basePath":1812,"githubOwner":1764,"githubRepo":1765,"locale":18,"slug":1813,"type":246},".github/plugins/azure-sdk-java/skills/azure-ai-voicelive-java","azure-ai-voicelive-java",{"evaluate":1815,"extract":1818},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1816,"targetMarket":215,"tier":298},[1817,1769,1771,1770,211,209,1773],"java",{"commitSha":280,"license":238},{"parentExtensionId":1820,"repoId":1777},"k17b3j03x9vpb6tchsstd62f6186n1wy",[1771,1769,1817,211,1773,1770,209],{"evaluatedAt":1823,"extractAt":1781,"updatedAt":1823},1778694238031,{"_creationTime":1825,"_id":1826,"community":1827,"display":1828,"identity":1832,"providers":1834,"relations":1841,"tags":1843,"workflow":1844},1778693180473.098,"k178gfa9ezpasj5qxyjs88fzc586nsfe",{"reviewCount":8},{"description":1829,"installMethods":1830,"name":1831,"sourceUrl":1761},"Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: \"voice live\", \"real-time voice\", \"VoiceLiveClient\", \"VoiceLiveSession\", \"voice assistant .NET\", \"bidirectional audio\", \"speech-to-speech\".\n",{"claudeCode":1759},"azure-ai-voicelive-dotnet",{"basePath":1833,"githubOwner":1764,"githubRepo":1765,"locale":18,"slug":1831,"type":246},".github/plugins/azure-sdk-dotnet/skills/azure-ai-voicelive-dotnet",{"evaluate":1835,"extract":1840},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1836,"targetMarket":215,"tier":216},[1837,1838,1769,211,209,1839],"voice-ai","net","speech",{"commitSha":280},{"parentExtensionId":1842,"repoId":1777},"k1795g6t3v2fg9whacs7xkm88186nxr1",[1769,1838,211,1839,1837,209],{"evaluatedAt":1845,"extractAt":1781,"updatedAt":1845},1778693681355,{"_creationTime":1847,"_id":1848,"community":1849,"display":1850,"identity":1856,"providers":1860,"relations":1872,"tags":1875,"workflow":1876},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":1851,"installMethods":1852,"name":1854,"sourceUrl":1855},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":1853},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":1857,"githubOwner":1858,"githubRepo":245,"locale":18,"slug":1859,"type":246},"engineering-team/skills/senior-backend","alirezarezvani","senior-backend",{"evaluate":1861,"extract":1871},{"promptVersionExtension":202,"promptVersionScoring":203,"score":1862,"tags":1863,"targetMarket":215,"tier":216},100,[214,1864,1865,1866,1867,1868,1772,1869,1870,275,278],"api","rest","microservices","database","postgresql","node-js","express",{"commitSha":280,"license":238},{"parentExtensionId":1873,"repoId":1874},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[1864,214,1867,1870,1866,1869,1868,1865,275,278,1772],{"evaluatedAt":1877,"extractAt":1878,"updatedAt":1877},1778683394838,1778675056600,{"_creationTime":1880,"_id":1881,"community":1882,"display":1883,"identity":1889,"providers":1892,"relations":1901,"tags":1904,"workflow":1905},1778698867338.3027,"k171kgm311805z9fa64vzfgkqs86nb64",{"reviewCount":8},{"description":1884,"installMethods":1885,"name":1887,"sourceUrl":1888},"Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":1886},"wondelai/skills","storybrand-messaging","https://github.com/wondelai/skills",{"basePath":1887,"githubOwner":1890,"githubRepo":1891,"locale":18,"slug":1887,"type":246},"wondelai","skills",{"evaluate":1893,"extract":1900},{"promptVersionExtension":202,"promptVersionScoring":203,"score":1862,"tags":1894,"targetMarket":215,"tier":216},[1895,212,1896,1897,1898,1899],"marketing","branding","storytelling","copywriting","sales",{"commitSha":280},{"parentExtensionId":1902,"repoId":1903},"k17bj16z8e1yp2wwfd2hxagjtd86m0fp","kd7aexggvp8qjwjtgjbetg0jch86mg5a",[1896,1898,1895,212,1899,1897],{"evaluatedAt":1906,"extractAt":1907,"updatedAt":1906},1778699553427,1778698867338]