[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jeffallan-security-reviewer-en":3,"guides-for-jeffallan-security-reviewer":1754,"similar-k1713zyypk0fh30ftchgf4f1b186mq7g-en":1755},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":241,"parentExtension":251,"providers":310,"relations":314,"repo":315,"tags":1752,"workflow":1753},1778691344230.1377,"k1713zyypk0fh30ftchgf4f1b186mq7g",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"jeffallan/claude-skills","security-reviewer","https://github.com/jeffallan/claude-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":244},1778692596500.5002,"kn7766ssm0yexhvqeephygr00186nxn0","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,161,164,167,170,173,177,180,183,186,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of identifying security vulnerabilities and providing remediation, and specifies when to use the skill (e.g., 'conducting security audits').",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specialized workflow for security reviews, including specific tool invocations and manual review steps, which goes beyond generic LLM capabilities for code analysis.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of a security audit, from scoping and scanning to manual review, testing, and reporting, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on security review and vulnerability analysis, aligning with its name and description without extending into unrelated domains like deployment or general code refactoring.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as outlined in the SKILL.md, covering vulnerability identification, reporting, and remediation guidance.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like `semgrep`, `bandit`, `gitleaks`, and `npm audit` rather than a single generalist `shell_exec` tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable parameters or explicit environment variables that require documentation beyond what is present in the workflow and reference guides.",{"category":33,"check":49,"severity":46,"summary":50},"Tool naming","This skill primarily uses external CLI tools invoked via shell commands, rather than exposing distinct, named tools within its own interface.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's commands focus on executing specific security tools and analyzing their output, with inputs being file paths or targets and outputs being reports, aligning with the task's needs.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is MIT, clearly stated in the LICENSE file and README, and is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 1, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The repository includes a lockfile (package-lock.json implied by npm audit usage) and uses standard package managers, indicating a suitable approach to dependency management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill focuses on detecting secrets and does not handle or echo secrets itself. Its reference materials also guide on secure secret management practices.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill executes external tools and commands, but the SKILL.md guides on input validation and sanitization for these tools, treating external data as potentially untrusted.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill primarily executes committed tools and scripts; it does not appear to fetch remote content or execute arbitrary code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes commands within a project context and relies on standard CLIs. There are no indications of attempts to modify files outside the project folder or escape sandbox limitations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were observed in the skill's script or instructions.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to analyze code and infrastructure for vulnerabilities, not to exfiltrate confidential data. Outbound calls are for tool execution, not data submission.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden text tricks, invisible characters, or other obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's execution relies on standard CLI commands and readable scripts; there is no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard project structures for running tools like `npm audit` or `bandit`, but it is designed to operate within a provided context and does not enforce rigid external project layouts.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 10 were closed, indicating a healthy response rate and engagement from maintainers.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a `version: \"1.1.1\"` in its frontmatter, and a CHANGELOG is present, indicating clear release management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill's instructions imply validation of inputs for tools like `semgrep` and `bandit` by providing them as arguments, and the reference files guide on secure input handling.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily analytical and read-only regarding user files; it does not perform destructive operations without clear user intent and tool-specific safeguards.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill executes standard CLI tools, which are expected to provide their own error reporting. The skill's instructions and reference materials guide on interpreting and acting upon these tool outputs.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The skill's output is primarily reports from security tools, which serve as an audit trail. The `claudeCode` environment typically captures command execution logs.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill analyzes code and infrastructure security and does not inherently operate on personal data. Remediation guidance focuses on securing applications, not processing PII.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's scope is security analysis, which is universally applicable. No regional or jurisdictional logic was detected.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on common CLI tools and languages (Bash, Python, Node.js) and does not appear to make OS-specific assumptions beyond standard command availability.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file provides a comprehensive overview of the Claude Skills project, including installation, usage patterns, and documentation links, which indirectly supports the security-reviewer skill.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This skill orchestrates external CLI tools rather than exposing a fixed set of its own tools.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill uses distinct tools for different purposes (SAST, dependency scanning, secrets scanning), avoiding near-synonym overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as SAST scanning, vulnerability reporting, and remediation guidance, are supported by the skill's implementation and referenced materials.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The main README provides clear installation instructions for the Claude Skills plugin and how to install individual skills, including an example invocation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill leverages the error handling of underlying security tools, and its documentation guides users on interpreting and remediating common security findings.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill's dependencies are managed via standard package managers (npm, pip, etc.) and lockfiles, and the associated scripts have appropriate shebangs.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skill's primary functions are analytical, and while direct dry-run flags for all underlying tools might not be exposed, the output reports serve as a preview of findings without performing destructive actions.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill executes external CLI tools; idempotency and timeouts are generally handled by the underlying tools or the Claude Code runtime environment, not explicitly by this skill's orchestration layer.",{"category":158,"check":159,"severity":24,"summary":160},"Safety","Halt on unexpected state","The skill's workflow includes steps to map attack surfaces and verify authorization before testing, ensuring it halts on unexpected or unauthorized states.",{"category":92,"check":162,"severity":24,"summary":163},"Cross-skill coupling","The security-reviewer skill operates as a standalone security analysis tool and does not implicitly rely on other skills being loaded in the same session.",{"category":40,"check":165,"severity":24,"summary":166},"Precise Purpose","The skill clearly states its purpose (identifies vulnerabilities, generates reports, provides remediation) and its usage context (security audits, code reviews, penetration testing) with specific triggers.",{"category":40,"check":168,"severity":24,"summary":169},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and triggers, avoiding excessive keywords.",{"category":44,"check":171,"severity":24,"summary":172},"Concise Body","The SKILL.md file is reasonably concise, outlining the workflow and linking to detailed reference materials for deeper guidance, adhering to progressive disclosure.",{"category":174,"check":175,"severity":24,"summary":176},"Context","Progressive Disclosure","The SKILL.md outlines the main workflow and links to detailed reference files (e.g., `references/sast-tools.md`, `references/penetration-testing.md`) for specific topics.",{"category":174,"check":178,"severity":46,"summary":179},"Forked exploration","The skill's workflow does not involve deep, exploratory code review or research that would necessitate `context: fork`.",{"category":22,"check":181,"severity":24,"summary":182},"Usage examples","The reference files provide command-line examples for various security tools (e.g., `gitleaks`, `semgrep`, `nmap`) demonstrating their usage and expected output.",{"category":22,"check":184,"severity":24,"summary":185},"Edge cases","The skill's documentation and reference materials implicitly handle edge cases by providing context for various tools and vulnerability types, and the 'MUST DO/MUST NOT DO' sections address operational boundaries.",{"category":111,"check":187,"severity":46,"summary":188},"Tool Fallback","The skill relies on externally installed CLI tools and the Claude Code environment's shell execution, not a specific MCP server with a fallback mechanism.",{"category":92,"check":190,"severity":24,"summary":191},"Stack assumptions","The skill assumes a standard POSIX environment and the presence of common security tools (which can be installed via package managers), with clear indications in reference files.",1778692596350,"This skill acts as a security analyst, identifying vulnerabilities using various tools (SAST, dependency scanning, secrets scanning), providing structured reports with severity ratings (CVSS), and offering actionable remediation guidance. It supports penetration testing, DevSecOps practices, and compliance checks.",[195,196,197,198,199],"Identifies security vulnerabilities","Generates structured audit reports","Provides actionable remediation guidance","Supports SAST, dependency audits, and secrets scanning","Rates severity using CVSS",[201,202,203,204],"Skipping manual review of findings","Testing on production systems without authorization","Causing service disruption or data loss","Testing outside defined scope or rules of engagement","3.0.0","4.4.0","To provide users with a specialized capability for conducting thorough security audits and vulnerability assessments, ensuring applications and infrastructure are secure.","The skill is exceptionally well-documented and implemented, covering all aspects of security auditing with clear workflows, references, and adherence to best practices. Its comprehensive nature and adherence to scope are exemplary.",99,"Highly polished skill for comprehensive security auditing and vulnerability analysis.",[212,213,214,215,216,217,218],"security","vulnerability-scanning","sast","penetration-testing","devsecops","code-audit","compliance","global","verified",[222,223,224,225],"Use when conducting security audits","Use when reviewing code for vulnerabilities","Use when analyzing infrastructure security","Use for penetration testing or DevSecOps automation",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":240,"testCoverage":243},{"hasLockfile":228},true,1778692578374,{"descriptionLength":231,"readmeSize":232},487,6373,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},10,754,"1.1.1",3,1777650255000,9023,{"hasNpmPackage":241,"license":242,"smitheryVerified":241},false,"MIT",{"hasCi":228,"hasTests":241},{"updatedAt":245},1778692596500,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"skills/security-reviewer","jeffallan","claude-skills","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":262,"providers":294,"relations":306,"tags":307,"workflow":308},1778691344230.1252,"k177fx0q0bsftkws6j1av221j186ndt6",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"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":258},"fullstack-dev-skills",{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":288,"tags":290,"workflow":291},1778691344230.125,"k17dreeyadjdbmpd1fmsh8krc986nhgh",{"reviewCount":8},{"description":267,"installMethods":268,"name":258,"sourceUrl":14},"Comprehensive skill pack for full-stack developers covering frameworks, workflows, and security",{"claudeCode":12},{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":270},"marketplace",{"evaluate":272,"extract":282},{"promptVersionExtension":273,"promptVersionScoring":206,"score":274,"tags":275,"targetMarket":219,"tier":220},"3.1.0",97,[276,277,278,212,279,280,281],"fullstack","development","frameworks","workflows","devops","testing",{"commitSha":283,"marketplace":284,"plugin":286},"HEAD",{"name":258,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd77w37et655xneae33d1p2d2n86ncxp",[277,280,278,276,212,281,279],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778691361308,1778691344230,{"evaluate":295,"extract":303},{"promptVersionExtension":205,"promptVersionScoring":206,"score":296,"tags":297,"targetMarket":219,"tier":302},95,[276,298,299,300,301],"developer-tools","programming","ide-integration","code-generation","community",{"commitSha":283,"license":242,"plugin":304},{"mcpCount":8,"provider":287,"skillCount":305},66,{"parentExtensionId":264,"repoId":289},[301,298,276,300,299],{"evaluatedAt":309,"extractAt":293,"updatedAt":309},1778691398384,{"evaluate":311,"extract":313},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":312,"targetMarket":219,"tier":220},[212,213,214,215,216,217,218],{"commitSha":283},{"parentExtensionId":253,"repoId":289},{"_creationTime":316,"_id":289,"identity":317,"providers":318,"workflow":1748},1778690107689.4307,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":319,"discover":1738,"github":1741},{"commitSha":283,"extensions":320},[321,334,527,546,564,582,600,618,636,654,678,698,716,734,752,770,794,812,828,846,865,883,901,920,946,964,979,999,1017,1035,1053,1083,1099,1117,1135,1153,1171,1195,1213,1231,1248,1265,1282,1299,1319,1335,1353,1371,1391,1408,1424,1441,1458,1474,1491,1509,1524,1539,1557,1575,1591,1607,1634,1654,1670,1689,1705,1720],{"basePath":260,"description":267,"displayName":258,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":260,"description":256,"displayName":258,"installMethods":335,"license":242,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":18,"type":261},{"claudeCode":258},"plugin manifest at .claude-plugin/plugin.json",[338,340,341,342,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525],{"path":339,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":331,"priority":332},{"path":343,"priority":344},"skills/angular-architect/SKILL.md","medium",{"path":346,"priority":344},"skills/api-designer/SKILL.md",{"path":348,"priority":344},"skills/architecture-designer/SKILL.md",{"path":350,"priority":344},"skills/atlassian-mcp/SKILL.md",{"path":352,"priority":344},"skills/chaos-engineer/SKILL.md",{"path":354,"priority":344},"skills/cli-developer/SKILL.md",{"path":356,"priority":344},"skills/cloud-architect/SKILL.md",{"path":358,"priority":344},"skills/code-documenter/SKILL.md",{"path":360,"priority":344},"skills/code-reviewer/SKILL.md",{"path":362,"priority":344},"skills/cpp-pro/SKILL.md",{"path":364,"priority":344},"skills/csharp-developer/SKILL.md",{"path":366,"priority":344},"skills/database-optimizer/SKILL.md",{"path":368,"priority":344},"skills/debugging-wizard/SKILL.md",{"path":370,"priority":344},"skills/devops-engineer/SKILL.md",{"path":372,"priority":344},"skills/django-expert/SKILL.md",{"path":374,"priority":344},"skills/dotnet-core-expert/SKILL.md",{"path":376,"priority":344},"skills/embedded-systems/SKILL.md",{"path":378,"priority":344},"skills/fastapi-expert/SKILL.md",{"path":380,"priority":344},"skills/feature-forge/SKILL.md",{"path":382,"priority":344},"skills/fine-tuning-expert/SKILL.md",{"path":384,"priority":344},"skills/flutter-expert/SKILL.md",{"path":386,"priority":344},"skills/fullstack-guardian/SKILL.md",{"path":388,"priority":344},"skills/game-developer/SKILL.md",{"path":390,"priority":344},"skills/golang-pro/SKILL.md",{"path":392,"priority":344},"skills/graphql-architect/SKILL.md",{"path":394,"priority":344},"skills/java-architect/SKILL.md",{"path":396,"priority":344},"skills/javascript-pro/SKILL.md",{"path":398,"priority":344},"skills/kotlin-specialist/SKILL.md",{"path":400,"priority":344},"skills/kubernetes-specialist/SKILL.md",{"path":402,"priority":344},"skills/laravel-specialist/SKILL.md",{"path":404,"priority":344},"skills/legacy-modernizer/SKILL.md",{"path":406,"priority":344},"skills/mcp-developer/SKILL.md",{"path":408,"priority":344},"skills/microservices-architect/SKILL.md",{"path":410,"priority":344},"skills/ml-pipeline/SKILL.md",{"path":412,"priority":344},"skills/monitoring-expert/SKILL.md",{"path":414,"priority":344},"skills/nestjs-expert/SKILL.md",{"path":416,"priority":344},"skills/nextjs-developer/SKILL.md",{"path":418,"priority":344},"skills/pandas-pro/SKILL.md",{"path":420,"priority":344},"skills/php-pro/SKILL.md",{"path":422,"priority":344},"skills/playwright-expert/SKILL.md",{"path":424,"priority":344},"skills/postgres-pro/SKILL.md",{"path":426,"priority":344},"skills/prompt-engineer/SKILL.md",{"path":428,"priority":344},"skills/python-pro/SKILL.md",{"path":430,"priority":344},"skills/rag-architect/SKILL.md",{"path":432,"priority":344},"skills/rails-expert/SKILL.md",{"path":434,"priority":344},"skills/react-expert/SKILL.md",{"path":436,"priority":344},"skills/react-native-expert/SKILL.md",{"path":438,"priority":344},"skills/rust-engineer/SKILL.md",{"path":440,"priority":344},"skills/salesforce-developer/SKILL.md",{"path":442,"priority":344},"skills/secure-code-guardian/SKILL.md",{"path":444,"priority":344},"skills/security-reviewer/SKILL.md",{"path":446,"priority":344},"skills/shopify-expert/SKILL.md",{"path":448,"priority":344},"skills/spark-engineer/SKILL.md",{"path":450,"priority":344},"skills/spec-miner/SKILL.md",{"path":452,"priority":344},"skills/spring-boot-engineer/SKILL.md",{"path":454,"priority":344},"skills/sql-pro/SKILL.md",{"path":456,"priority":344},"skills/sre-engineer/SKILL.md",{"path":458,"priority":344},"skills/swift-expert/SKILL.md",{"path":460,"priority":344},"skills/terraform-engineer/SKILL.md",{"path":462,"priority":344},"skills/test-master/SKILL.md",{"path":464,"priority":344},"skills/the-fool/SKILL.md",{"path":466,"priority":344},"skills/typescript-pro/SKILL.md",{"path":468,"priority":344},"skills/vue-expert/SKILL.md",{"path":470,"priority":344},"skills/vue-expert-js/SKILL.md",{"path":472,"priority":344},"skills/websocket-engineer/SKILL.md",{"path":474,"priority":344},"skills/wordpress-pro/SKILL.md",{"path":476,"priority":332},"commands/common-ground/COMMAND.md",{"path":478,"priority":332},"commands/common-ground/common-ground.yaml",{"path":480,"priority":332},"commands/common-ground/references/assumption-classification.md",{"path":482,"priority":332},"commands/common-ground/references/file-management.md",{"path":484,"priority":332},"commands/common-ground/references/reasoning-graph.md",{"path":486,"priority":332},"commands/intake/capture-behavior.yaml",{"path":488,"priority":332},"commands/intake/create-system-description.yaml",{"path":490,"priority":332},"commands/intake/document-codebase.yaml",{"path":492,"priority":332},"commands/project/discovery/approve-synthesis.md",{"path":494,"priority":332},"commands/project/discovery/approve.yaml",{"path":496,"priority":332},"commands/project/discovery/create-epic-discovery.md",{"path":498,"priority":332},"commands/project/discovery/create.yaml",{"path":500,"priority":332},"commands/project/discovery/synthesize-discovery.md",{"path":502,"priority":332},"commands/project/discovery/synthesize.yaml",{"path":504,"priority":332},"commands/project/execution/complete-ticket.md",{"path":506,"priority":332},"commands/project/execution/complete-ticket.yaml",{"path":508,"priority":332},"commands/project/execution/execute-ticket.md",{"path":510,"priority":332},"commands/project/execution/execute-ticket.yaml",{"path":512,"priority":332},"commands/project/planning/create-epic-plan.md",{"path":514,"priority":332},"commands/project/planning/create-implementation-plan.md",{"path":516,"priority":332},"commands/project/planning/epic-plan.yaml",{"path":518,"priority":332},"commands/project/planning/impl-plan.yaml",{"path":520,"priority":332},"commands/project/retrospectives/complete-epic.md",{"path":522,"priority":332},"commands/project/retrospectives/complete-epic.yaml",{"path":524,"priority":332},"commands/project/retrospectives/complete-sprint.md",{"path":526,"priority":332},"commands/workflow-manifest.yaml",{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":333,"sourceLanguage":18,"type":250},"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",[534,536,538,540,542,544],{"path":535,"priority":327},"SKILL.md",{"path":537,"priority":344},"references/components.md",{"path":539,"priority":344},"references/ngrx.md",{"path":541,"priority":344},"references/routing.md",{"path":543,"priority":344},"references/rxjs.md",{"path":545,"priority":344},"references/testing.md",{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":333,"sourceLanguage":18,"type":250},"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",[553,554,556,558,560,562],{"path":535,"priority":327},{"path":555,"priority":344},"references/error-handling.md",{"path":557,"priority":344},"references/openapi.md",{"path":559,"priority":344},"references/pagination.md",{"path":561,"priority":344},"references/rest-patterns.md",{"path":563,"priority":344},"references/versioning.md",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":333,"sourceLanguage":18,"type":250},"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",[571,572,574,576,578,580],{"path":535,"priority":327},{"path":573,"priority":344},"references/adr-template.md",{"path":575,"priority":344},"references/architecture-patterns.md",{"path":577,"priority":344},"references/database-selection.md",{"path":579,"priority":344},"references/nfr-checklist.md",{"path":581,"priority":344},"references/system-design.md",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":333,"sourceLanguage":18,"type":250},"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",[589,590,592,594,596,598],{"path":535,"priority":327},{"path":591,"priority":344},"references/authentication-patterns.md",{"path":593,"priority":344},"references/common-workflows.md",{"path":595,"priority":344},"references/confluence-operations.md",{"path":597,"priority":344},"references/jira-queries.md",{"path":599,"priority":344},"references/mcp-server-setup.md",{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":333,"sourceLanguage":18,"type":250},"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",[607,608,610,612,614,616],{"path":535,"priority":327},{"path":609,"priority":344},"references/chaos-tools.md",{"path":611,"priority":344},"references/experiment-design.md",{"path":613,"priority":344},"references/game-days.md",{"path":615,"priority":344},"references/infrastructure-chaos.md",{"path":617,"priority":344},"references/kubernetes-chaos.md",{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":333,"sourceLanguage":18,"type":250},"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",[625,626,628,630,632,634],{"path":535,"priority":327},{"path":627,"priority":344},"references/design-patterns.md",{"path":629,"priority":344},"references/go-cli.md",{"path":631,"priority":344},"references/node-cli.md",{"path":633,"priority":344},"references/python-cli.md",{"path":635,"priority":344},"references/ux-patterns.md",{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":333,"sourceLanguage":18,"type":250},"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",[643,644,646,648,650,652],{"path":535,"priority":327},{"path":645,"priority":344},"references/aws.md",{"path":647,"priority":344},"references/azure.md",{"path":649,"priority":344},"references/cost.md",{"path":651,"priority":344},"references/gcp.md",{"path":653,"priority":344},"references/multi-cloud.md",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":333,"sourceLanguage":18,"type":250},"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",[661,662,664,666,668,670,672,674,676],{"path":535,"priority":327},{"path":663,"priority":344},"references/api-docs-fastapi-django.md",{"path":665,"priority":344},"references/api-docs-nestjs-express.md",{"path":667,"priority":344},"references/coverage-reports.md",{"path":669,"priority":344},"references/documentation-systems.md",{"path":671,"priority":344},"references/interactive-api-docs.md",{"path":673,"priority":344},"references/python-docstrings.md",{"path":675,"priority":344},"references/typescript-jsdoc.md",{"path":677,"priority":344},"references/user-guides-tutorials.md",{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":333,"sourceLanguage":18,"type":250},"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",[685,686,688,690,692,694,696],{"path":535,"priority":327},{"path":687,"priority":344},"references/common-issues.md",{"path":689,"priority":344},"references/feedback-examples.md",{"path":691,"priority":344},"references/receiving-feedback.md",{"path":693,"priority":344},"references/report-template.md",{"path":695,"priority":344},"references/review-checklist.md",{"path":697,"priority":344},"references/spec-compliance-review.md",{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":333,"sourceLanguage":18,"type":250},"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",[705,706,708,710,712,714],{"path":535,"priority":327},{"path":707,"priority":344},"references/build-tooling.md",{"path":709,"priority":344},"references/concurrency.md",{"path":711,"priority":344},"references/memory-performance.md",{"path":713,"priority":344},"references/modern-cpp.md",{"path":715,"priority":344},"references/templates.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":333,"sourceLanguage":18,"type":250},"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",[723,724,726,728,730,732],{"path":535,"priority":327},{"path":725,"priority":344},"references/aspnet-core.md",{"path":727,"priority":344},"references/blazor.md",{"path":729,"priority":344},"references/entity-framework.md",{"path":731,"priority":344},"references/modern-csharp.md",{"path":733,"priority":344},"references/performance.md",{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":333,"sourceLanguage":18,"type":250},"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",[741,742,744,746,748,750],{"path":535,"priority":327},{"path":743,"priority":344},"references/index-strategies.md",{"path":745,"priority":344},"references/monitoring-analysis.md",{"path":747,"priority":344},"references/mysql-tuning.md",{"path":749,"priority":344},"references/postgresql-tuning.md",{"path":751,"priority":344},"references/query-optimization.md",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":333,"sourceLanguage":18,"type":250},"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",[759,760,762,764,766,768],{"path":535,"priority":327},{"path":761,"priority":344},"references/common-patterns.md",{"path":763,"priority":344},"references/debugging-tools.md",{"path":765,"priority":344},"references/quick-fixes.md",{"path":767,"priority":344},"references/strategies.md",{"path":769,"priority":344},"references/systematic-debugging.md",{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":333,"sourceLanguage":18,"type":250},"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",[777,778,780,782,784,786,788,790,792],{"path":535,"priority":327},{"path":779,"priority":344},"references/deployment-strategies.md",{"path":781,"priority":344},"references/docker-patterns.md",{"path":783,"priority":344},"references/github-actions.md",{"path":785,"priority":344},"references/incident-response.md",{"path":787,"priority":344},"references/kubernetes.md",{"path":789,"priority":344},"references/platform-engineering.md",{"path":791,"priority":344},"references/release-automation.md",{"path":793,"priority":344},"references/terraform-iac.md",{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":333,"sourceLanguage":18,"type":250},"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",[801,802,804,806,808,810],{"path":535,"priority":327},{"path":803,"priority":344},"references/authentication.md",{"path":805,"priority":344},"references/drf-serializers.md",{"path":807,"priority":344},"references/models-orm.md",{"path":809,"priority":344},"references/testing-django.md",{"path":811,"priority":344},"references/viewsets-views.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":333,"sourceLanguage":18,"type":250},"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",[819,820,821,823,825,826],{"path":535,"priority":327},{"path":803,"priority":344},{"path":822,"priority":344},"references/clean-architecture.md",{"path":824,"priority":344},"references/cloud-native.md",{"path":729,"priority":344},{"path":827,"priority":344},"references/minimal-apis.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":333,"sourceLanguage":18,"type":250},"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",[835,836,838,840,842,844],{"path":535,"priority":327},{"path":837,"priority":344},"references/communication-protocols.md",{"path":839,"priority":344},"references/memory-optimization.md",{"path":841,"priority":344},"references/microcontroller-programming.md",{"path":843,"priority":344},"references/power-optimization.md",{"path":845,"priority":344},"references/rtos-patterns.md",{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":333,"sourceLanguage":18,"type":250},"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",[853,854,856,857,859,861,863],{"path":535,"priority":327},{"path":855,"priority":344},"references/async-sqlalchemy.md",{"path":803,"priority":344},{"path":858,"priority":344},"references/endpoints-routing.md",{"path":860,"priority":344},"references/migration-from-django.md",{"path":862,"priority":344},"references/pydantic-v2.md",{"path":864,"priority":344},"references/testing-async.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":333,"sourceLanguage":18,"type":250},"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",[872,873,875,877,879,881],{"path":535,"priority":327},{"path":874,"priority":344},"references/acceptance-criteria.md",{"path":876,"priority":344},"references/ears-syntax.md",{"path":878,"priority":344},"references/interview-questions.md",{"path":880,"priority":344},"references/pre-discovery-subagents.md",{"path":882,"priority":344},"references/specification-template.md",{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":333,"sourceLanguage":18,"type":250},"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",[890,891,893,895,897,899],{"path":535,"priority":327},{"path":892,"priority":344},"references/dataset-preparation.md",{"path":894,"priority":344},"references/deployment-optimization.md",{"path":896,"priority":344},"references/evaluation-metrics.md",{"path":898,"priority":344},"references/hyperparameter-tuning.md",{"path":900,"priority":344},"references/lora-peft.md",{"basePath":902,"description":903,"displayName":904,"installMethods":905,"rationale":906,"selectedPaths":907,"source":333,"sourceLanguage":18,"type":250},"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",[908,909,911,913,914,916,918],{"path":535,"priority":327},{"path":910,"priority":344},"references/bloc-state.md",{"path":912,"priority":344},"references/gorouter-navigation.md",{"path":733,"priority":344},{"path":915,"priority":344},"references/project-structure.md",{"path":917,"priority":344},"references/riverpod-state.md",{"path":919,"priority":344},"references/widget-patterns.md",{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":333,"sourceLanguage":18,"type":250},"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",[927,928,930,932,934,935,937,939,940,942,944],{"path":535,"priority":327},{"path":929,"priority":344},"references/api-design-standards.md",{"path":931,"priority":344},"references/architecture-decisions.md",{"path":933,"priority":344},"references/backend-patterns.md",{"path":761,"priority":344},{"path":936,"priority":344},"references/deliverables-checklist.md",{"path":938,"priority":344},"references/design-template.md",{"path":555,"priority":344},{"path":941,"priority":344},"references/frontend-patterns.md",{"path":943,"priority":344},"references/integration-patterns.md",{"path":945,"priority":344},"references/security-checklist.md",{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":333,"sourceLanguage":18,"type":250},"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",[953,954,956,958,960,962],{"path":535,"priority":327},{"path":955,"priority":344},"references/ecs-patterns.md",{"path":957,"priority":344},"references/multiplayer-networking.md",{"path":959,"priority":344},"references/performance-optimization.md",{"path":961,"priority":344},"references/unity-patterns.md",{"path":963,"priority":344},"references/unreal-cpp.md",{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":333,"sourceLanguage":18,"type":250},"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",[971,972,973,975,977,978],{"path":535,"priority":327},{"path":709,"priority":344},{"path":974,"priority":344},"references/generics.md",{"path":976,"priority":344},"references/interfaces.md",{"path":915,"priority":344},{"path":545,"priority":344},{"basePath":980,"description":981,"displayName":982,"installMethods":983,"rationale":984,"selectedPaths":985,"source":333,"sourceLanguage":18,"type":250},"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",[986,987,989,991,993,995,997],{"path":535,"priority":327},{"path":988,"priority":344},"references/federation.md",{"path":990,"priority":344},"references/migration-from-rest.md",{"path":992,"priority":344},"references/resolvers.md",{"path":994,"priority":344},"references/schema-design.md",{"path":996,"priority":344},"references/security.md",{"path":998,"priority":344},"references/subscriptions.md",{"basePath":1000,"description":1001,"displayName":1002,"installMethods":1003,"rationale":1004,"selectedPaths":1005,"source":333,"sourceLanguage":18,"type":250},"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",[1006,1007,1009,1011,1013,1015],{"path":535,"priority":327},{"path":1008,"priority":344},"references/jpa-optimization.md",{"path":1010,"priority":344},"references/reactive-webflux.md",{"path":1012,"priority":344},"references/spring-boot-setup.md",{"path":1014,"priority":344},"references/spring-security.md",{"path":1016,"priority":344},"references/testing-patterns.md",{"basePath":1018,"description":1019,"displayName":1020,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":333,"sourceLanguage":18,"type":250},"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",[1024,1025,1027,1029,1031,1033],{"path":535,"priority":327},{"path":1026,"priority":344},"references/async-patterns.md",{"path":1028,"priority":344},"references/browser-apis.md",{"path":1030,"priority":344},"references/modern-syntax.md",{"path":1032,"priority":344},"references/modules.md",{"path":1034,"priority":344},"references/node-essentials.md",{"basePath":1036,"description":1037,"displayName":1038,"installMethods":1039,"rationale":1040,"selectedPaths":1041,"source":333,"sourceLanguage":18,"type":250},"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",[1042,1043,1045,1047,1049,1051],{"path":535,"priority":327},{"path":1044,"priority":344},"references/android-compose.md",{"path":1046,"priority":344},"references/coroutines-flow.md",{"path":1048,"priority":344},"references/dsl-idioms.md",{"path":1050,"priority":344},"references/ktor-server.md",{"path":1052,"priority":344},"references/multiplatform-kmp.md",{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":333,"sourceLanguage":18,"type":250},"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",[1060,1061,1063,1065,1067,1069,1071,1073,1075,1077,1079,1081],{"path":535,"priority":327},{"path":1062,"priority":344},"references/configuration.md",{"path":1064,"priority":344},"references/cost-optimization.md",{"path":1066,"priority":344},"references/custom-operators.md",{"path":1068,"priority":344},"references/gitops.md",{"path":1070,"priority":344},"references/helm-charts.md",{"path":1072,"priority":344},"references/multi-cluster.md",{"path":1074,"priority":344},"references/networking.md",{"path":1076,"priority":344},"references/service-mesh.md",{"path":1078,"priority":344},"references/storage.md",{"path":1080,"priority":344},"references/troubleshooting.md",{"path":1082,"priority":344},"references/workloads.md",{"basePath":1084,"description":1085,"displayName":1086,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":333,"sourceLanguage":18,"type":250},"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",[1090,1091,1093,1095,1097,1098],{"path":535,"priority":327},{"path":1092,"priority":344},"references/eloquent.md",{"path":1094,"priority":344},"references/livewire.md",{"path":1096,"priority":344},"references/queues.md",{"path":541,"priority":344},{"path":545,"priority":344},{"basePath":1100,"description":1101,"displayName":1102,"installMethods":1103,"rationale":1104,"selectedPaths":1105,"source":333,"sourceLanguage":18,"type":250},"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",[1106,1107,1109,1111,1113,1115],{"path":535,"priority":327},{"path":1108,"priority":344},"references/legacy-testing.md",{"path":1110,"priority":344},"references/migration-strategies.md",{"path":1112,"priority":344},"references/refactoring-patterns.md",{"path":1114,"priority":344},"references/strangler-fig-pattern.md",{"path":1116,"priority":344},"references/system-assessment.md",{"basePath":1118,"description":1119,"displayName":1120,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":333,"sourceLanguage":18,"type":250},"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",[1124,1125,1127,1129,1131,1133],{"path":535,"priority":327},{"path":1126,"priority":344},"references/protocol.md",{"path":1128,"priority":344},"references/python-sdk.md",{"path":1130,"priority":344},"references/resources.md",{"path":1132,"priority":344},"references/tools.md",{"path":1134,"priority":344},"references/typescript-sdk.md",{"basePath":1136,"description":1137,"displayName":1138,"installMethods":1139,"rationale":1140,"selectedPaths":1141,"source":333,"sourceLanguage":18,"type":250},"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",[1142,1143,1145,1147,1149,1151],{"path":535,"priority":327},{"path":1144,"priority":344},"references/communication.md",{"path":1146,"priority":344},"references/data.md",{"path":1148,"priority":344},"references/decomposition.md",{"path":1150,"priority":344},"references/observability.md",{"path":1152,"priority":344},"references/patterns.md",{"basePath":1154,"description":1155,"displayName":1156,"installMethods":1157,"rationale":1158,"selectedPaths":1159,"source":333,"sourceLanguage":18,"type":250},"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",[1160,1161,1163,1165,1167,1169],{"path":535,"priority":327},{"path":1162,"priority":344},"references/experiment-tracking.md",{"path":1164,"priority":344},"references/feature-engineering.md",{"path":1166,"priority":344},"references/model-validation.md",{"path":1168,"priority":344},"references/pipeline-orchestration.md",{"path":1170,"priority":344},"references/training-pipelines.md",{"basePath":1172,"description":1173,"displayName":1174,"installMethods":1175,"rationale":1176,"selectedPaths":1177,"source":333,"sourceLanguage":18,"type":250},"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",[1178,1179,1181,1183,1185,1187,1189,1191,1193],{"path":535,"priority":327},{"path":1180,"priority":344},"references/alerting-rules.md",{"path":1182,"priority":344},"references/application-profiling.md",{"path":1184,"priority":344},"references/capacity-planning.md",{"path":1186,"priority":344},"references/dashboards.md",{"path":1188,"priority":344},"references/opentelemetry.md",{"path":1190,"priority":344},"references/performance-testing.md",{"path":1192,"priority":344},"references/prometheus-metrics.md",{"path":1194,"priority":344},"references/structured-logging.md",{"basePath":1196,"description":1197,"displayName":1198,"installMethods":1199,"rationale":1200,"selectedPaths":1201,"source":333,"sourceLanguage":18,"type":250},"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",[1202,1203,1204,1206,1208,1210,1212],{"path":535,"priority":327},{"path":803,"priority":344},{"path":1205,"priority":344},"references/controllers-routing.md",{"path":1207,"priority":344},"references/dtos-validation.md",{"path":1209,"priority":344},"references/migration-from-express.md",{"path":1211,"priority":344},"references/services-di.md",{"path":1016,"priority":344},{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":333,"sourceLanguage":18,"type":250},"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",[1220,1221,1223,1225,1227,1229],{"path":535,"priority":327},{"path":1222,"priority":344},"references/app-router.md",{"path":1224,"priority":344},"references/data-fetching.md",{"path":1226,"priority":344},"references/deployment.md",{"path":1228,"priority":344},"references/server-actions.md",{"path":1230,"priority":344},"references/server-components.md",{"basePath":1232,"description":1233,"displayName":1234,"installMethods":1235,"rationale":1236,"selectedPaths":1237,"source":333,"sourceLanguage":18,"type":250},"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",[1238,1239,1241,1243,1245,1247],{"path":535,"priority":327},{"path":1240,"priority":344},"references/aggregation-groupby.md",{"path":1242,"priority":344},"references/data-cleaning.md",{"path":1244,"priority":344},"references/dataframe-operations.md",{"path":1246,"priority":344},"references/merging-joining.md",{"path":959,"priority":344},{"basePath":1249,"description":1250,"displayName":1251,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":333,"sourceLanguage":18,"type":250},"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",[1255,1256,1257,1259,1261,1263],{"path":535,"priority":327},{"path":1026,"priority":344},{"path":1258,"priority":344},"references/laravel-patterns.md",{"path":1260,"priority":344},"references/modern-php-features.md",{"path":1262,"priority":344},"references/symfony-patterns.md",{"path":1264,"priority":344},"references/testing-quality.md",{"basePath":1266,"description":1267,"displayName":1268,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":333,"sourceLanguage":18,"type":250},"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",[1272,1273,1275,1276,1278,1280],{"path":535,"priority":327},{"path":1274,"priority":344},"references/api-mocking.md",{"path":1062,"priority":344},{"path":1277,"priority":344},"references/debugging-flaky.md",{"path":1279,"priority":344},"references/page-object-model.md",{"path":1281,"priority":344},"references/selectors-locators.md",{"basePath":1283,"description":1284,"displayName":1285,"installMethods":1286,"rationale":1287,"selectedPaths":1288,"source":333,"sourceLanguage":18,"type":250},"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",[1289,1290,1292,1294,1296,1297],{"path":535,"priority":327},{"path":1291,"priority":344},"references/extensions.md",{"path":1293,"priority":344},"references/jsonb.md",{"path":1295,"priority":344},"references/maintenance.md",{"path":733,"priority":344},{"path":1298,"priority":344},"references/replication.md",{"basePath":1300,"description":1301,"displayName":1302,"installMethods":1303,"rationale":1304,"selectedPaths":1305,"source":333,"sourceLanguage":18,"type":250},"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",[1306,1307,1309,1311,1313,1315,1317],{"path":535,"priority":327},{"path":1308,"priority":344},"references/context-management.md",{"path":1310,"priority":344},"references/evaluation-frameworks.md",{"path":1312,"priority":344},"references/prompt-optimization.md",{"path":1314,"priority":344},"references/prompt-patterns.md",{"path":1316,"priority":344},"references/structured-outputs.md",{"path":1318,"priority":344},"references/system-prompts.md",{"basePath":1320,"description":1321,"displayName":1322,"installMethods":1323,"rationale":1324,"selectedPaths":1325,"source":333,"sourceLanguage":18,"type":250},"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",[1326,1327,1328,1330,1332,1333],{"path":535,"priority":327},{"path":1026,"priority":344},{"path":1329,"priority":344},"references/packaging.md",{"path":1331,"priority":344},"references/standard-library.md",{"path":545,"priority":344},{"path":1334,"priority":344},"references/type-system.md",{"basePath":1336,"description":1337,"displayName":1338,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":333,"sourceLanguage":18,"type":250},"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",[1342,1343,1345,1347,1349,1351],{"path":535,"priority":327},{"path":1344,"priority":344},"references/chunking-strategies.md",{"path":1346,"priority":344},"references/embedding-models.md",{"path":1348,"priority":344},"references/rag-evaluation.md",{"path":1350,"priority":344},"references/retrieval-optimization.md",{"path":1352,"priority":344},"references/vector-databases.md",{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":333,"sourceLanguage":18,"type":250},"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",[1360,1361,1363,1365,1367,1369],{"path":535,"priority":327},{"path":1362,"priority":344},"references/active-record.md",{"path":1364,"priority":344},"references/api-development.md",{"path":1366,"priority":344},"references/background-jobs.md",{"path":1368,"priority":344},"references/hotwire-turbo.md",{"path":1370,"priority":344},"references/rspec-testing.md",{"basePath":1372,"description":1373,"displayName":1374,"installMethods":1375,"rationale":1376,"selectedPaths":1377,"source":333,"sourceLanguage":18,"type":250},"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",[1378,1379,1381,1383,1384,1386,1387,1389],{"path":535,"priority":327},{"path":1380,"priority":344},"references/hooks-patterns.md",{"path":1382,"priority":344},"references/migration-class-to-modern.md",{"path":733,"priority":344},{"path":1385,"priority":344},"references/react-19-features.md",{"path":1230,"priority":344},{"path":1388,"priority":344},"references/state-management.md",{"path":1390,"priority":344},"references/testing-react.md",{"basePath":1392,"description":1393,"displayName":1394,"installMethods":1395,"rationale":1396,"selectedPaths":1397,"source":333,"sourceLanguage":18,"type":250},"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",[1398,1399,1401,1403,1405,1406],{"path":535,"priority":327},{"path":1400,"priority":344},"references/expo-router.md",{"path":1402,"priority":344},"references/list-optimization.md",{"path":1404,"priority":344},"references/platform-handling.md",{"path":915,"priority":344},{"path":1407,"priority":344},"references/storage-hooks.md",{"basePath":1409,"description":1410,"displayName":1411,"installMethods":1412,"rationale":1413,"selectedPaths":1414,"source":333,"sourceLanguage":18,"type":250},"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",[1415,1416,1418,1419,1421,1422],{"path":535,"priority":327},{"path":1417,"priority":344},"references/async.md",{"path":555,"priority":344},{"path":1420,"priority":344},"references/ownership.md",{"path":545,"priority":344},{"path":1423,"priority":344},"references/traits.md",{"basePath":1425,"description":1426,"displayName":1427,"installMethods":1428,"rationale":1429,"selectedPaths":1430,"source":333,"sourceLanguage":18,"type":250},"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",[1431,1432,1434,1436,1437,1439],{"path":535,"priority":327},{"path":1433,"priority":344},"references/apex-development.md",{"path":1435,"priority":344},"references/deployment-devops.md",{"path":943,"priority":344},{"path":1438,"priority":344},"references/lightning-web-components.md",{"path":1440,"priority":344},"references/soql-sosl.md",{"basePath":1442,"description":1443,"displayName":1444,"installMethods":1445,"rationale":1446,"selectedPaths":1447,"source":333,"sourceLanguage":18,"type":250},"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",[1448,1449,1450,1452,1454,1456],{"path":535,"priority":327},{"path":803,"priority":344},{"path":1451,"priority":344},"references/input-validation.md",{"path":1453,"priority":344},"references/owasp-prevention.md",{"path":1455,"priority":344},"references/security-headers.md",{"path":1457,"priority":344},"references/xss-csrf.md",{"basePath":247,"description":10,"displayName":13,"installMethods":1459,"rationale":1460,"selectedPaths":1461,"source":333,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/security-reviewer/SKILL.md",[1462,1463,1465,1467,1468,1470,1472],{"path":535,"priority":327},{"path":1464,"priority":344},"references/infrastructure-security.md",{"path":1466,"priority":344},"references/penetration-testing.md",{"path":693,"priority":344},{"path":1469,"priority":344},"references/sast-tools.md",{"path":1471,"priority":344},"references/secret-scanning.md",{"path":1473,"priority":344},"references/vulnerability-patterns.md",{"basePath":1475,"description":1476,"displayName":1477,"installMethods":1478,"rationale":1479,"selectedPaths":1480,"source":333,"sourceLanguage":18,"type":250},"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",[1481,1482,1484,1486,1488,1489],{"path":535,"priority":327},{"path":1483,"priority":344},"references/app-development.md",{"path":1485,"priority":344},"references/checkout-customization.md",{"path":1487,"priority":344},"references/liquid-templating.md",{"path":959,"priority":344},{"path":1490,"priority":344},"references/storefront-api.md",{"basePath":1492,"description":1493,"displayName":1494,"installMethods":1495,"rationale":1496,"selectedPaths":1497,"source":333,"sourceLanguage":18,"type":250},"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",[1498,1499,1501,1503,1505,1507],{"path":535,"priority":327},{"path":1500,"priority":344},"references/partitioning-caching.md",{"path":1502,"priority":344},"references/performance-tuning.md",{"path":1504,"priority":344},"references/rdd-operations.md",{"path":1506,"priority":344},"references/spark-sql-dataframes.md",{"path":1508,"priority":344},"references/streaming-patterns.md",{"basePath":1510,"description":1511,"displayName":1512,"installMethods":1513,"rationale":1514,"selectedPaths":1515,"source":333,"sourceLanguage":18,"type":250},"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",[1516,1517,1519,1521,1523],{"path":535,"priority":327},{"path":1518,"priority":344},"references/analysis-checklist.md",{"path":1520,"priority":344},"references/analysis-process.md",{"path":1522,"priority":344},"references/ears-format.md",{"path":882,"priority":344},{"basePath":1525,"description":1526,"displayName":1527,"installMethods":1528,"rationale":1529,"selectedPaths":1530,"source":333,"sourceLanguage":18,"type":250},"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",[1531,1532,1534,1535,1536,1537],{"path":535,"priority":327},{"path":1533,"priority":344},"references/cloud.md",{"path":1146,"priority":344},{"path":996,"priority":344},{"path":545,"priority":344},{"path":1538,"priority":344},"references/web.md",{"basePath":1540,"description":1541,"displayName":1542,"installMethods":1543,"rationale":1544,"selectedPaths":1545,"source":333,"sourceLanguage":18,"type":250},"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",[1546,1547,1549,1551,1553,1555],{"path":535,"priority":327},{"path":1548,"priority":344},"references/database-design.md",{"path":1550,"priority":344},"references/dialect-differences.md",{"path":1552,"priority":344},"references/optimization.md",{"path":1554,"priority":344},"references/query-patterns.md",{"path":1556,"priority":344},"references/window-functions.md",{"basePath":1558,"description":1559,"displayName":1560,"installMethods":1561,"rationale":1562,"selectedPaths":1563,"source":333,"sourceLanguage":18,"type":250},"skills/sre-engineer","Defines service level objectives, creates error budget policies, designs incident response procedures, develops capacity models, and produces monitoring configurations and automation scripts for production systems. Use when defining SLIs/SLOs, managing error budgets, building reliable systems at scale, incident management, chaos engineering, toil reduction, or capacity planning.","sre-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/sre-engineer/SKILL.md",[1564,1565,1567,1569,1571,1573],{"path":535,"priority":327},{"path":1566,"priority":344},"references/automation-toil.md",{"path":1568,"priority":344},"references/error-budget-policy.md",{"path":1570,"priority":344},"references/incident-chaos.md",{"path":1572,"priority":344},"references/monitoring-alerting.md",{"path":1574,"priority":344},"references/slo-sli-management.md",{"basePath":1576,"description":1577,"displayName":1578,"installMethods":1579,"rationale":1580,"selectedPaths":1581,"source":333,"sourceLanguage":18,"type":250},"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",[1582,1583,1585,1586,1588,1590],{"path":535,"priority":327},{"path":1584,"priority":344},"references/async-concurrency.md",{"path":711,"priority":344},{"path":1587,"priority":344},"references/protocol-oriented.md",{"path":1589,"priority":344},"references/swiftui-patterns.md",{"path":1016,"priority":344},{"basePath":1592,"description":1593,"displayName":1594,"installMethods":1595,"rationale":1596,"selectedPaths":1597,"source":333,"sourceLanguage":18,"type":250},"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",[1598,1599,1601,1603,1605,1606],{"path":535,"priority":327},{"path":1600,"priority":344},"references/best-practices.md",{"path":1602,"priority":344},"references/module-patterns.md",{"path":1604,"priority":344},"references/providers.md",{"path":1388,"priority":344},{"path":545,"priority":344},{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":333,"sourceLanguage":18,"type":250},"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",[1614,1615,1617,1619,1621,1622,1624,1626,1628,1630,1632],{"path":535,"priority":327},{"path":1616,"priority":344},"references/automation-frameworks.md",{"path":1618,"priority":344},"references/e2e-testing.md",{"path":1620,"priority":344},"references/integration-testing.md",{"path":1190,"priority":344},{"path":1623,"priority":344},"references/qa-methodology.md",{"path":1625,"priority":344},"references/security-testing.md",{"path":1627,"priority":344},"references/tdd-iron-laws.md",{"path":1629,"priority":344},"references/test-reports.md",{"path":1631,"priority":344},"references/testing-anti-patterns.md",{"path":1633,"priority":344},"references/unit-testing.md",{"basePath":1635,"description":1636,"displayName":1637,"installMethods":1638,"rationale":1639,"selectedPaths":1640,"source":333,"sourceLanguage":18,"type":250},"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",[1641,1642,1644,1646,1648,1650,1652],{"path":535,"priority":327},{"path":1643,"priority":344},"references/dialectic-synthesis.md",{"path":1645,"priority":344},"references/evidence-audit.md",{"path":1647,"priority":344},"references/mode-selection-guide.md",{"path":1649,"priority":344},"references/pre-mortem-analysis.md",{"path":1651,"priority":344},"references/red-team-adversarial.md",{"path":1653,"priority":344},"references/socratic-questioning.md",{"basePath":1655,"description":1656,"displayName":1657,"installMethods":1658,"rationale":1659,"selectedPaths":1660,"source":333,"sourceLanguage":18,"type":250},"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",[1661,1662,1664,1665,1666,1668],{"path":535,"priority":327},{"path":1663,"priority":344},"references/advanced-types.md",{"path":1062,"priority":344},{"path":1152,"priority":344},{"path":1667,"priority":344},"references/type-guards.md",{"path":1669,"priority":344},"references/utility-types.md",{"basePath":1671,"description":1672,"displayName":1673,"installMethods":1674,"rationale":1675,"selectedPaths":1676,"source":333,"sourceLanguage":18,"type":250},"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",[1677,1678,1679,1680,1682,1684,1686,1687],{"path":535,"priority":327},{"path":707,"priority":344},{"path":537,"priority":344},{"path":1681,"priority":344},"references/composition-api.md",{"path":1683,"priority":344},"references/mobile-hybrid.md",{"path":1685,"priority":344},"references/nuxt.md",{"path":1388,"priority":344},{"path":1688,"priority":344},"references/typescript.md",{"basePath":1690,"description":1691,"displayName":1692,"installMethods":1693,"rationale":1694,"selectedPaths":1695,"source":333,"sourceLanguage":18,"type":250},"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",[1696,1697,1699,1701,1703,1704],{"path":535,"priority":327},{"path":1698,"priority":344},"references/component-architecture.md",{"path":1700,"priority":344},"references/composables-patterns.md",{"path":1702,"priority":344},"references/jsdoc-typing.md",{"path":1388,"priority":344},{"path":1016,"priority":344},{"basePath":1706,"description":1707,"displayName":1708,"installMethods":1709,"rationale":1710,"selectedPaths":1711,"source":333,"sourceLanguage":18,"type":250},"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",[1712,1713,1715,1716,1717,1719],{"path":535,"priority":327},{"path":1714,"priority":344},"references/alternatives.md",{"path":1152,"priority":344},{"path":1126,"priority":344},{"path":1718,"priority":344},"references/scaling.md",{"path":996,"priority":344},{"basePath":1721,"description":1722,"displayName":1723,"installMethods":1724,"rationale":1725,"selectedPaths":1726,"source":333,"sourceLanguage":18,"type":250},"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",[1727,1728,1730,1732,1734,1736],{"path":535,"priority":327},{"path":1729,"priority":344},"references/gutenberg-blocks.md",{"path":1731,"priority":344},"references/hooks-filters.md",{"path":1733,"priority":344},"references/performance-security.md",{"path":1735,"priority":344},"references/plugin-architecture.md",{"path":1737,"priority":344},"references/theme-development.md",{"sources":1739},[1740],"manual",{"closedIssues90d":234,"description":1742,"forks":235,"license":242,"openIssues90d":237,"pushedAt":238,"readmeSize":232,"stars":239,"topics":1743},"66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.",[1744,1745,1746,1747,249],"ai-agents","claude","claude-code","claude-marketplace",{"classifiedAt":1749,"discoverAt":1750,"extractAt":1751,"githubAt":1751,"updatedAt":1749},1778691343896,1778690107689,1778691341856,[217,218,216,215,214,212,213],{"evaluatedAt":245,"extractAt":293,"updatedAt":245},[],[1756,1786,1816,1842,1875,1897],{"_creationTime":1757,"_id":1758,"community":1759,"display":1760,"identity":1766,"providers":1770,"relations":1780,"tags":1782,"workflow":1783},1778695753353.6304,"k17eaz2hwvgye5nwmwskxjjhq186nffr",{"reviewCount":8},{"description":1761,"installMethods":1762,"name":1764,"sourceUrl":1765},"Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisory), SAST analysis (Semgrep, Bandit), and agent-specific DAST hook execution testing for OpenClaw hooks.",{"claudeCode":1763},"prompt-security/clawsec","clawsec-scanner","https://github.com/prompt-security/clawsec",{"basePath":1767,"githubOwner":1768,"githubRepo":1769,"locale":18,"slug":1764,"type":250},"skills/clawsec-scanner","prompt-security","clawsec",{"evaluate":1771,"extract":1779},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1772,"tags":1773,"targetMarket":219,"tier":220},100,[212,213,1774,214,1775,1776,1777,1778],"dependency-analysis","dast","agent-platform","npm","pip",{"commitSha":283},{"repoId":1781},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[1776,1775,1774,1777,1778,214,212,213],{"evaluatedAt":1784,"extractAt":1785,"updatedAt":1784},1778695848342,1778695753353,{"_creationTime":1787,"_id":1788,"community":1789,"display":1790,"identity":1796,"providers":1800,"relations":1809,"tags":1811,"workflow":1812},1778693511416.365,"k1758b69g51wttzw4r6epd3jrs86mtk8",{"reviewCount":8},{"description":1791,"installMethods":1792,"name":1794,"sourceUrl":1795},"Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.",{"claudeCode":1793},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":1797,"githubOwner":1798,"githubRepo":1799,"locale":18,"slug":1794,"type":250},".claude/skills/context-mode-ops","mksglu","context-mode",{"evaluate":1801,"extract":1808},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1772,"tags":1802,"targetMarket":219,"tier":220},[1803,1804,1805,301,1806,1807,212,218],"context-window","llm-optimization","session-continuity","developer-tool","productivity",{"commitSha":283},{"repoId":1810},"kd764b2fctbqg4b8j8y6xvmkvs86m29m",[301,218,1803,1806,1804,1807,212,1805],{"evaluatedAt":1813,"extractAt":1814,"updatedAt":1815},1778693567505,1778693511416,1778693817147,{"_creationTime":1817,"_id":1818,"community":1819,"display":1820,"identity":1826,"providers":1829,"relations":1835,"tags":1838,"workflow":1839},1778675056600.2485,"k17abpgacdbpgaesg9cbp0t8q186nsc9",{"reviewCount":8},{"description":1821,"installMethods":1822,"name":1824,"sourceUrl":1825},"Use when the user asks to perform security audits, penetration testing, vulnerability scanning, OWASP Top 10 checks, or offensive security assessments. Covers static analysis, dependency scanning, secret detection, API security testing, and pen test report generation.",{"claudeCode":1823},"alirezarezvani/claude-skills","security-pen-testing","https://github.com/alirezarezvani/claude-skills",{"basePath":1827,"githubOwner":1828,"githubRepo":249,"locale":18,"slug":1824,"type":250},"engineering-team/skills/security-pen-testing","alirezarezvani",{"evaluate":1830,"extract":1834},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1831,"targetMarket":219,"tier":220},[212,215,213,1832,218,1833],"auditing","offensive-security",{"commitSha":283},{"parentExtensionId":1836,"repoId":1837},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[1832,218,1833,215,212,213],{"evaluatedAt":1840,"extractAt":1841,"updatedAt":1840},1778683334571,1778675056600,{"_creationTime":1843,"_id":1844,"community":1845,"display":1846,"identity":1852,"providers":1856,"relations":1868,"tags":1871,"workflow":1872},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":1847,"installMethods":1848,"name":1850,"sourceUrl":1851},"Prepare an organisation for regulatory inspection by assessing readiness against agency-specific focus areas (FDA, EMA, MHRA). Covers warning letter and 483 theme analysis, mock inspection protocols, document bundle preparation, inspection logistics, and response template creation. Use when a regulatory inspection has been announced or is anticipated, when a periodic self-assessment is due, when new systems have been implemented since the last inspection, or after a significant audit finding that may attract regulatory attention.\n",{"claudeCode":1849},"pjt222/agent-almanac","prepare-inspection-readiness","https://github.com/pjt222/agent-almanac",{"basePath":1853,"githubOwner":1854,"githubRepo":1855,"locale":18,"slug":1850,"type":250},"skills/prepare-inspection-readiness","pjt222","agent-almanac",{"evaluate":1857,"extract":1867},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1772,"tags":1858,"targetMarket":219,"tier":220},[218,1859,1860,1861,1862,1863,1864,1865,1866],"gxp","inspection","fda","ema","mhra","readiness","documentation","process-automation",{"commitSha":283},{"parentExtensionId":1869,"repoId":1870},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[218,1865,1862,1861,1859,1860,1863,1866,1864],{"evaluatedAt":1873,"extractAt":1874,"updatedAt":1873},1778700122939,1778695548458,{"_creationTime":1876,"_id":1877,"community":1878,"display":1879,"identity":1883,"providers":1885,"relations":1893,"tags":1894,"workflow":1895},1778695548458.3782,"k17a4rtftm1z500gdcksks32wx86n9p2",{"reviewCount":8},{"description":1880,"installMethods":1881,"name":1882,"sourceUrl":1851},"Design and operate a data integrity monitoring programme based on ALCOA+ principles. Covers detective controls, audit trail review schedules, anomaly detection patterns (off-hours activity, sequential modifications, bulk changes), metrics dashboards, investigation triggers, and escalation matrix definition. Use when establishing a data integrity monitoring programme for GxP systems, preparing for inspections where data integrity is a focus area, after a data integrity incident requiring enhanced monitoring, or when implementing MHRA, WHO, or PIC/S guidance.\n",{"claudeCode":1849},"monitor-data-integrity",{"basePath":1884,"githubOwner":1854,"githubRepo":1855,"locale":18,"slug":1882,"type":250},"skills/monitor-data-integrity",{"evaluate":1886,"extract":1892},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1772,"tags":1887,"targetMarket":219,"tier":220},[218,1859,1888,1889,1890,1891],"data-integrity","alcoa","monitoring","anomaly-detection",{"commitSha":283},{"parentExtensionId":1869,"repoId":1870},[1889,1891,218,1888,1859,1890],{"evaluatedAt":1896,"extractAt":1874,"updatedAt":1896},1778699562914,{"_creationTime":1898,"_id":1899,"community":1900,"display":1901,"identity":1905,"providers":1907,"relations":1914,"tags":1915,"workflow":1916},1778695548458.3718,"k175vfqr247swcyt62e6v08a4x86mtf1",{"reviewCount":8},{"description":1902,"installMethods":1903,"name":1904,"sourceUrl":1851},"Investigate root causes and manage CAPAs (Corrective and Preventive Actions) for compliance deviations. Covers investigation method selection (5-Why, fishbone, fault tree), structured root cause analysis, corrective vs preventive action design, effectiveness verification, and trend analysis. Use when an audit finding requires a CAPA, when a deviation or incident occurs in a validated system, when a regulatory observation needs a formal response, when a data integrity anomaly requires investigation, or when recurring issues suggest a systemic root cause.\n",{"claudeCode":1849},"investigate-capa-root-cause",{"basePath":1906,"githubOwner":1854,"githubRepo":1855,"locale":18,"slug":1904,"type":250},"skills/investigate-capa-root-cause",{"evaluate":1908,"extract":1913},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1772,"tags":1909,"targetMarket":219,"tier":220},[218,1910,1911,1912,1859,1832],"capa","investigation","root-cause-analysis",{"commitSha":283},{"parentExtensionId":1869,"repoId":1870},[1832,1910,218,1859,1911,1912],{"evaluatedAt":1917,"extractAt":1874,"updatedAt":1917},1778699030088]