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