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