[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bobmatnyc-api-review-de":3,"guides-for-bobmatnyc-api-review":1874,"similar-k1704y6kt3vw8tc2ka03kamxhs86n2zc-de":1875},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":257,"isFallback":254,"parentExtension":263,"providers":264,"relations":269,"repo":271,"tags":1871,"workflow":1872},1778683190010.2793,"k1704y6kt3vw8tc2ka03kamxhs86n2zc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"API security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.",{"claudeCode":12},"bobmatnyc/claude-mpm-skills","API Security Review Skill","https://github.com/bobmatnyc/claude-mpm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":255},1778685799764.2805,"kn75xbe4j58bgespsjqgthg28586n3yp","en",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"practices":209,"prerequisites":215,"promptVersionExtension":216,"promptVersionScoring":217,"purpose":218,"rationale":219,"score":220,"summary":221,"tags":222,"targetMarket":232,"tier":233,"useCases":234},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of API security review before deployment, focusing on specific areas like authentication and input validation.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a comprehensive checklist and code examples for API security best practices, going beyond generic advice and offering specific implementations for various frameworks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of API security review, from authentication and authorization to input validation and logging, with practical code examples suitable for immediate use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is narrowly focused on API security review and does not include unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of providing an API security checklist for endpoint review.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, so the concept of scoped tools does not apply.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","This skill does not appear to have configurable parameters or options that require explicit documentation.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill and does not expose distinct tools with names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As a skill, it does not have a traditional tool parameter schema or response shape in the same way as a tool.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is permissive and widely usable.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-04-15, which is within the last 3 months.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill itself does not appear to have direct third-party dependencies that require explicit management within the skill's context.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill focuses on security best practices and does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill provides examples of preventing SQL injection and correctly handles input validation, demonstrating awareness of injection vulnerabilities.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all code examples are bundled or rely on standard libraries.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill provides examples focused on secure coding practices and does not involve file manipulation outside of intended contexts.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied tool calls within the skill's examples.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill emphasizes output safety and does not include any instructions for reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's code examples are in plain, readable formats and do not involve obfuscation techniques.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The code examples use standard patterns and do not make assumptions about specific project directory structures.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","There were 4 issues opened and 0 closed in the last 90 days, indicating a low level of recent issue engagement.",{"category":101,"check":102,"severity":103,"summary":104},"Versioning","Release Management","warning","There is no clear versioning signal (e.g., SKILL.md frontmatter version, GitHub release tags, or CHANGELOG.md), and installation instructions point to 'main'.",{"category":106,"check":107,"severity":24,"summary":108},"Code Execution","Validation","The skill heavily emphasizes input validation using Zod and Pydantic schemas and demonstrates proper sanitization techniques.",{"category":66,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill focuses on security best practices and does not involve destructive operations.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The skill provides examples of safe error handling, including generic error messages for production and detailed logging.",{"category":106,"check":116,"severity":24,"summary":117},"Logging","The skill demonstrates security event logging and request tracing, promoting auditability.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill emphasizes masking PII and safe error messages, aligning with GDPR principles.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill provides general API security best practices applicable globally.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill's examples use common frameworks and practices that are generally portable across POSIX-compliant systems.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README provides a comprehensive overview of the Claude MPM skills repository, its purpose, structure, and installation.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill, not a collection of tools, so tool surface size is not applicable.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","As a skill, it does not expose multiple tools with near-synonym names.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All features advertised in the README and SKILL.md have corresponding implementations or clear examples.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, step-by-step installation instructions for Claude MPM and its skills, including verification steps.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The skill demonstrates how to provide safe, generic error messages for users and log detailed errors internally, offering a clear path for remediation.",{"category":149,"check":150,"severity":42,"summary":151},"Execution","Pinned dependencies","The skill itself does not bundle scripts with dependencies requiring pinning; examples refer to external framework dependencies.",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","The skill's nature as a checklist and guide does not involve state-changing operations that would require a dry-run preview.",{"category":156,"check":157,"severity":42,"summary":158},"Protocol","Idempotent retry & timeouts","This skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill's focus on security and best practices does not involve emitting telemetry.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose as an API security checklist and when to use it, focusing on specific API elements.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise, providing a summary, use cases, and a quick checklist within reasonable token limits.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is well-structured and stays within reasonable length, using progressive disclosure for deeper material.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md uses progressive disclosure effectively, with clear sections and examples that can be expanded upon.",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","This skill does not involve deep exploration or research that would necessitate a forked context.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The skill includes numerous, end-to-end, ready-to-use code examples for various frameworks, demonstrating claimed behaviors.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The skill addresses edge cases and limitations, particularly in input validation and error handling, with recovery steps.",{"category":106,"check":185,"severity":42,"summary":186},"Tool Fallback","This skill does not rely on external tools with fallbacks.",{"category":92,"check":188,"severity":24,"summary":189},"Stack assumptions","The skill clearly outlines its stack assumptions and preconditions within the examples and documentation.",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","The skill's focus on security implies halting on unexpected states, and its examples demonstrate robust error handling.",{"category":92,"check":195,"severity":24,"summary":196},"Cross-skill coupling","The skill is self-contained and focused on API security, without implicit reliance on other specific skills.",1778685799302,"This skill provides a detailed checklist and code examples for reviewing API endpoints before deployment, covering authentication, authorization, input validation, output safety, and logging across various frameworks like Next.js, Express.js, FastAPI, and Django.",[200,201,202,203,204],"API security checklist for pre-deployment review","Code examples for authentication and authorization","Guidance on input validation and output safety","Best practices for security logging and error handling","Framework-specific implementations (Next.js, Express, FastAPI, Django)",[206,207,208],"Implementing the security controls directly","Replacing dedicated security auditing tools","Providing platform-specific deployment guidance",[210,211,212,213,214],"API Security","Secure Coding","Input Validation","Authorization","Authentication",[],"3.0.0","4.4.0","To ensure API endpoints adhere to security best practices by providing a comprehensive checklist and concrete implementation examples for developers.","Release Management has a warning due to lack of clear versioning. Issues Attention is info, indicating low recent engagement.",94,"A comprehensive and well-documented skill for API security review, providing practical examples across multiple frameworks.",[223,224,225,226,227,228,229,230,231],"api-security","authentication","authorization","input-validation","typescript","python","express","fastapi","django","global","community",[235,236,237,238],"Before merging API changes in a PR","When creating new API endpoints","During security audits of API routes","To ensure secure data handling and access control",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"security":251,"testCoverage":253},{"hasLockfile":241},false,1778685777340,{"descriptionLength":244,"readmeSize":245},177,18236,{"closedIssues90d":8,"forks":247,"hasChangelog":241,"openIssues90d":248,"pushedAt":249,"stars":250},13,4,1776273197000,44,{"hasNpmPackage":241,"license":252,"smitheryVerified":241},"MIT",{"hasCi":254,"hasTests":241},true,{"updatedAt":256},1778685799764,{"basePath":258,"githubOwner":259,"githubRepo":260,"locale":18,"slug":261,"type":262},"toolchains/universal/security/api-review","bobmatnyc","claude-mpm-skills","api-review","skill",null,{"evaluate":265,"extract":267},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":266,"targetMarket":232,"tier":233},[223,224,225,226,227,228,229,230,231],{"commitSha":268,"license":252},"HEAD",{"repoId":270},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",{"_creationTime":272,"_id":270,"identity":273,"providers":274,"workflow":1867},1778683184016.2227,{"githubOwner":259,"githubRepo":260,"sourceUrl":14},{"classify":275,"discover":1861,"github":1864},{"commitSha":268,"extensions":276},[277,288,299,308,316,324,332,340,348,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,504,512,520,528,536,544,552,560,568,576,606,614,622,630,638,646,654,662,670,690,704,732,740,748,757,765,774,786,800,812,822,830,838,846,854,862,870,878,886,894,902,910,918,926,934,942,950,958,966,974,982,990,1012,1020,1028,1036,1044,1064,1072,1080,1088,1096,1104,1112,1132,1140,1148,1156,1164,1182,1197,1205,1213,1221,1229,1237,1245,1253,1261,1273,1281,1289,1297,1305,1313,1321,1329,1337,1345,1353,1361,1369,1377,1383,1391,1399,1407,1415,1432,1440,1454,1462,1470,1482,1490,1502,1512,1520,1528,1536,1544,1559,1572,1588,1604,1619,1633,1641,1649,1657,1673,1687,1697,1715,1728,1738,1752,1766,1784,1792,1800,1808,1816,1833,1841],{"basePath":278,"description":279,"displayName":280,"installMethods":281,"rationale":282,"selectedPaths":283,"source":287,"sourceLanguage":18,"type":262},".claude/skills/toolchains-ai-protocols","MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.","mcp-protocol-builder",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/toolchains-ai-protocols/SKILL.md (coalesced with duplicate skill at toolchains/ai/protocols/mcp)",[284],{"path":285,"priority":286},"SKILL.md","mandatory","rule",{"basePath":289,"description":290,"displayName":291,"installMethods":292,"rationale":293,"selectedPaths":294,"source":287,"sourceLanguage":18,"type":262},"examples/bad-interdependent-skill","ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)","bad-example-skill",{"claudeCode":12},"SKILL.md frontmatter at examples/bad-interdependent-skill/SKILL.md",[295,296],{"path":285,"priority":286},{"path":297,"priority":298},"README.md","high",{"basePath":300,"description":301,"displayName":302,"installMethods":303,"rationale":304,"selectedPaths":305,"source":287,"sourceLanguage":18,"type":262},"examples/good-self-contained-skill","Example of a properly self-contained skill following all best practices","example-framework-skill",{"claudeCode":12},"SKILL.md frontmatter at examples/good-self-contained-skill/SKILL.md",[306,307],{"path":285,"priority":286},{"path":297,"priority":298},{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/frameworks/dspy","DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers","dspy-framework",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/frameworks/dspy/SKILL.md",[315],{"path":285,"priority":286},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/frameworks/langchain","LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications","langchain-framework",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/frameworks/langchain/SKILL.md",[323],{"path":285,"priority":286},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/frameworks/langgraph","LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.","langgraph",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/frameworks/langgraph/SKILL.md",[331],{"path":285,"priority":286},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/ops/local-llm-ops","Local LLM operations with Ollama on Apple Silicon, including setup, model pulls, chat launchers, benchmarks, and diagnostics.","local-llm-ops",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/ops/local-llm-ops/SKILL.md",[339],{"path":285,"priority":286},{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/sdks/anthropic","Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities","anthropic-sdk",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/sdks/anthropic/SKILL.md",[347],{"path":285,"priority":286},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/services/openrouter","OpenRouter unified AI API - Access 200+ LLMs through single interface with intelligent routing, streaming, cost optimization, and model fallbacks","openrouter",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/services/openrouter/SKILL.md",[355,356,357],{"path":285,"priority":286},{"path":297,"priority":298},{"path":358,"priority":359},"QUICK_REFERENCE.md","medium",{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/techniques/session-compression","AI session compression techniques for managing multi-turn conversations efficiently through summarization, embedding-based retrieval, and intelligent context management.","session-compression",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/techniques/session-compression/SKILL.md",[367],{"path":285,"priority":286},{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":287,"sourceLanguage":18,"type":262},"toolchains/ai/techniques/vector-search-workflows","Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.","vector-search-workflows",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ai/techniques/vector-search-workflows/SKILL.md",[375],{"path":285,"priority":286},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":287,"sourceLanguage":18,"type":262},"toolchains/databases/mongodb","MongoDB - NoSQL document database with flexible schema design, aggregation pipelines, indexing strategies, and Spring Data integration","mongodb",{"claudeCode":12},"SKILL.md frontmatter at toolchains/databases/mongodb/SKILL.md",[383],{"path":285,"priority":286},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":287,"sourceLanguage":18,"type":262},"toolchains/elixir/data/ecto-patterns","Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.","ecto-patterns",{"claudeCode":12},"SKILL.md frontmatter at toolchains/elixir/data/ecto-patterns/SKILL.md",[391],{"path":285,"priority":286},{"basePath":393,"description":394,"displayName":395,"installMethods":396,"rationale":397,"selectedPaths":398,"source":287,"sourceLanguage":18,"type":262},"toolchains/elixir/frameworks/phoenix-api-channels","Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM","phoenix-api-channels",{"claudeCode":12},"SKILL.md frontmatter at toolchains/elixir/frameworks/phoenix-api-channels/SKILL.md",[399],{"path":285,"priority":286},{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":287,"sourceLanguage":18,"type":262},"toolchains/elixir/frameworks/phoenix-liveview","Phoenix Framework with LiveView on the BEAM","phoenix-liveview",{"claudeCode":12},"SKILL.md frontmatter at toolchains/elixir/frameworks/phoenix-liveview/SKILL.md",[407],{"path":285,"priority":286},{"basePath":409,"description":410,"displayName":411,"installMethods":412,"rationale":413,"selectedPaths":414,"source":287,"sourceLanguage":18,"type":262},"toolchains/elixir/ops/phoenix-ops","Phoenix operations and deployment: releases, runtime configuration, clustering, libcluster, telemetry/logging, secrets, assets, background jobs, and production hardening on the BEAM.","phoenix-ops",{"claudeCode":12},"SKILL.md frontmatter at toolchains/elixir/ops/phoenix-ops/SKILL.md",[415],{"path":285,"priority":286},{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/cli","Building production-quality CLI tools with Cobra command framework and Viper configuration management","golang-cli-cobra-viper",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/cli/SKILL.md",[423],{"path":285,"priority":286},{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/concurrency","Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls","golang-concurrency-patterns",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/concurrency/SKILL.md",[431],{"path":285,"priority":286},{"basePath":433,"description":434,"displayName":435,"installMethods":436,"rationale":437,"selectedPaths":438,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/data","Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate","golang-database-patterns",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/data/SKILL.md",[439],{"path":285,"priority":286},{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/grpc","Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn","golang-grpc",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/grpc/SKILL.md",[447],{"path":285,"priority":286},{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/observability","Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog","golang-observability-opentelemetry",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/observability/SKILL.md",[455],{"path":285,"priority":286},{"basePath":457,"description":458,"displayName":459,"installMethods":460,"rationale":461,"selectedPaths":462,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/testing","Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration","golang-testing-strategies",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/testing/SKILL.md",[463],{"path":285,"priority":286},{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":287,"sourceLanguage":18,"type":262},"toolchains/golang/web","Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks","golang-http-frameworks",{"claudeCode":12},"SKILL.md frontmatter at toolchains/golang/web/SKILL.md",[471],{"path":285,"priority":286},{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":287,"sourceLanguage":18,"type":262},"toolchains/java/frameworks/spring-boot","Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring","spring-boot",{"claudeCode":12},"SKILL.md frontmatter at toolchains/java/frameworks/spring-boot/SKILL.md",[479],{"path":285,"priority":286},{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/build/vite","Vite lightning-fast build tool with instant HMR, ESM-first architecture, and zero-config setup for modern web development","vite-build-tool",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/build/vite/SKILL.md",[487],{"path":285,"priority":286},{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/express-local-dev","Production-ready Express.js development covering middleware architecture, error handling, security hardening, testing strategies, and deployment patterns","express-production",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/express-local-dev/SKILL.md",[495,496,498,500,502],{"path":285,"priority":286},{"path":497,"priority":359},"references/middleware-patterns.md",{"path":499,"priority":359},"references/production-deployment.md",{"path":501,"priority":359},"references/security-hardening.md",{"path":503,"priority":359},"references/testing-strategies.md",{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/cloudflare","Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns","hono-cloudflare",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/cloudflare/SKILL.md",[511],{"path":285,"priority":286},{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/core","Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment","hono-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/core/SKILL.md",[519],{"path":285,"priority":286},{"basePath":521,"description":522,"displayName":523,"installMethods":524,"rationale":525,"selectedPaths":526,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/jsx","Hono JSX - server-side rendering, streaming, async components, and HTML generation patterns","hono-jsx",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/jsx/SKILL.md",[527],{"path":285,"priority":286},{"basePath":529,"description":530,"displayName":531,"installMethods":532,"rationale":533,"selectedPaths":534,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/middleware","Hono middleware patterns - creation, composition, built-in middleware, and execution order for web applications","hono-middleware",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/middleware/SKILL.md",[535],{"path":285,"priority":286},{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/rpc","Hono RPC - end-to-end type-safe API client generation with hc client and TypeScript inference","hono-rpc",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/rpc/SKILL.md",[543],{"path":285,"priority":286},{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/testing","Hono testing patterns - app.request(), test client, mocking environment, and integration testing strategies","hono-testing",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/testing/SKILL.md",[551],{"path":285,"priority":286},{"basePath":553,"description":554,"displayName":555,"installMethods":556,"rationale":557,"selectedPaths":558,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/hono/validation","Hono request validation with Zod, TypeBox, Valibot - type-safe input validation for JSON, forms, query params, and headers","hono-validation",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/hono/validation/SKILL.md",[559],{"path":285,"priority":286},{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/nextjs","Next.js environment variable management with file precedence, variable types, and deployment configurations. Use when configuring Next.js applications, managing environment-specific settings, or deploying to Vercel/Railway/Heroku.","nextjs-env-variables",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/nextjs/SKILL.md",[567],{"path":285,"priority":286},{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/react","FlexLayout for React - Advanced docking layout manager with drag-and-drop, tabs, splitters, and complex window management","flexlayout-react",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/react/SKILL.md",[575],{"path":285,"priority":286},{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/react/state-machine","Building reusable React state machine skills with XState v5 and the actor model","react-state-machines",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/react/state-machine/SKILL.md",[583,584,586,588,590,592,594,596,598,600,602,604],{"path":285,"priority":286},{"path":585,"priority":359},"references/composition-patterns.md",{"path":587,"priority":359},"references/decision-trees.md",{"path":589,"priority":359},"references/error-handling.md",{"path":591,"priority":359},"references/migration-guide.md",{"path":593,"priority":359},"references/performance.md",{"path":595,"priority":359},"references/persistence-hydration.md",{"path":597,"priority":359},"references/react-integration.md",{"path":599,"priority":359},"references/real-world-patterns.md",{"path":601,"priority":359},"references/skills-architecture.md",{"path":603,"priority":359},"references/testing-patterns.md",{"path":605,"priority":359},"references/xstate-v5-patterns.md",{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/svelte","Svelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript","svelte",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/svelte/SKILL.md",[613],{"path":285,"priority":286},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/svelte5-runes-static","Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering","svelte5-runes-static",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/svelte5-runes-static/SKILL.md",[621],{"path":285,"priority":286},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/sveltekit","SvelteKit - Full-stack Svelte framework with file-based routing, SSR/SSG, form actions, and adapters for deployment","sveltekit",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/sveltekit/SKILL.md",[629],{"path":285,"priority":286},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/frameworks/vue","Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support","vue",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/frameworks/vue/SKILL.md",[637],{"path":285,"priority":286},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/testing/cypress","Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction","cypress",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/testing/cypress/SKILL.md",[645],{"path":285,"priority":286},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/testing/playwright","Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner","playwright-e2e-testing",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/testing/playwright/SKILL.md",[653],{"path":285,"priority":286},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":287,"sourceLanguage":18,"type":262},"toolchains/javascript/tooling/biome","Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)","biome",{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/tooling/biome/SKILL.md",[661],{"path":285,"priority":286},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":287,"sourceLanguage":18,"type":262},"toolchains/nextjs/api/validated-handler","Type-safe API route handler with automatic Zod validation for Next.js App Router...","validated-handler",{"claudeCode":12},"SKILL.md frontmatter at toolchains/nextjs/api/validated-handler/SKILL.md",[669],{"path":285,"priority":286},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":287,"sourceLanguage":18,"type":262},"toolchains/nextjs/core","Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies","nextjs-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/nextjs/core/SKILL.md",[677,678,680,682,684,686,688],{"path":285,"priority":286},{"path":679,"priority":359},"references/authentication.md",{"path":681,"priority":359},"references/caching-and-rendering.md",{"path":683,"priority":359},"references/data-fetching.md",{"path":685,"priority":359},"references/routing.md",{"path":687,"priority":359},"references/server-actions.md",{"path":689,"priority":359},"references/testing.md",{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":287,"sourceLanguage":18,"type":262},"toolchains/nextjs/v16","Next.js 16 migration guide (async request APIs, \"use cache\", Turbopack)","nextjs-v16",{"claudeCode":12},"SKILL.md frontmatter at toolchains/nextjs/v16/SKILL.md",[697,698,700,702],{"path":285,"priority":286},{"path":699,"priority":359},"references/cache-components.md",{"path":701,"priority":359},"references/migration-checklist.md",{"path":703,"priority":359},"references/turbopack.md",{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/espocrm","Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture","espocrm-development",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/espocrm/SKILL.md",[711,712,714,716,718,720,722,724,726,728,730],{"path":285,"priority":286},{"path":713,"priority":359},"references/api-actions.md",{"path":715,"priority":359},"references/architecture.md",{"path":717,"priority":359},"references/common-tasks.md",{"path":719,"priority":359},"references/custom-field-types.md",{"path":721,"priority":359},"references/development-workflow.md",{"path":723,"priority":359},"references/extension-packages.md",{"path":725,"priority":359},"references/frontend-customization.md",{"path":727,"priority":359},"references/hooks-and-services.md",{"path":729,"priority":359},"references/select-builder.md",{"path":731,"priority":359},"references/testing-debugging.md",{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/wordpress/advanced-architecture","Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.","wordpress-advanced-architecture",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/wordpress/advanced-architecture/SKILL.md",[739],{"path":285,"priority":286},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/wordpress/block-editor","Modern WordPress block development and Full Site Editing with theme.json, block themes, and custom blocks for WordPress 6.7+","wordpress-block-editor-fse",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/wordpress/block-editor/SKILL.md",[747],{"path":285,"priority":286},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/wordpress/plugin-fundamentals","Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API","wordpress-plugin-fundamentals",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/wordpress/plugin-fundamentals/SKILL.md",[755,756],{"path":285,"priority":286},{"path":297,"priority":298},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/wordpress/security-validation","Security-first WordPress development with nonces, sanitization, validation, and escaping to prevent XSS, CSRF, and SQL injection vulnerabilities.","wordpress-security-validation",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/wordpress/security-validation/SKILL.md",[764],{"path":285,"priority":286},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":287,"sourceLanguage":18,"type":262},"toolchains/php/frameworks/wordpress/testing-qa","WordPress plugin and theme testing with PHPUnit integration tests, WP_Mock unit tests, PHPCS coding standards, and CI/CD workflows","wordpress-testing-qa",{"claudeCode":12},"SKILL.md frontmatter at toolchains/php/frameworks/wordpress/testing-qa/SKILL.md",[772,773],{"path":285,"priority":286},{"path":297,"priority":298},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/auth/better-auth/better-auth-authentication","Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.","better-auth-authentication",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/auth/better-auth/better-auth-authentication/SKILL.md",[781,782,784],{"path":285,"priority":286},{"path":783,"priority":359},"references/email-password.md",{"path":785,"priority":359},"references/providers.md",{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/auth/better-auth/better-auth-core","Better Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.","better-auth-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/auth/better-auth/better-auth-core/SKILL.md",[793,794,796,798],{"path":285,"priority":286},{"path":795,"priority":359},"references/client-server.md",{"path":797,"priority":359},"references/setup-database.md",{"path":799,"priority":359},"references/typescript.md",{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/auth/better-auth/better-auth-integrations","Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.","better-auth-integrations",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/auth/better-auth/better-auth-integrations/SKILL.md",[807,808,810],{"path":285,"priority":286},{"path":809,"priority":359},"references/frameworks.md",{"path":811,"priority":359},"references/nextjs.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/auth/better-auth/better-auth-plugins","Better Auth plugin system for TypeScript. Use when adding advanced auth features (2FA, magic link, passkey, username, JWT, organizations) via server and client plugins.","better-auth-plugins",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/auth/better-auth/better-auth-plugins/SKILL.md",[819,820],{"path":285,"priority":286},{"path":821,"priority":359},"references/plugins-index.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/backend/supabase","Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.","supabase-backend-platform",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/backend/supabase/SKILL.md",[829],{"path":285,"priority":286},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/database/neon","Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.","neon-serverless-postgres",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/database/neon/SKILL.md",[837],{"path":285,"priority":286},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-agentic-cloud","DigitalOcean Gradient AI agentic cloud and AI platform for building, training, and deploying AI agents on GPU infrastructure with foundation models, knowledge bases, and agent routes. Use when planning or operating AI agents on DigitalOcean.","digitalocean-agentic-cloud",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-agentic-cloud/SKILL.md",[845],{"path":285,"priority":286},{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-compute","DigitalOcean compute services covering Droplets, App Platform, Functions, Kubernetes (DOKS), GPU Droplets, and Bare Metal GPUs. Use when selecting or provisioning compute for applications, containers, or serverless workloads.","digitalocean-compute",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-compute/SKILL.md",[853],{"path":285,"priority":286},{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-containers-images","DigitalOcean containers and images including Container Registry, preconfigured images, and custom images. Use when building, storing, or deploying container images or Droplet images on DigitalOcean.","digitalocean-containers-images",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-containers-images/SKILL.md",[861],{"path":285,"priority":286},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-managed-databases","DigitalOcean Managed Databases for PostgreSQL, MySQL, Redis, MongoDB, Kafka, OpenSearch, and Valkey. Use when provisioning, scaling, or operating managed database clusters on DigitalOcean.","digitalocean-managed-databases",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-managed-databases/SKILL.md",[869],{"path":285,"priority":286},{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-management","DigitalOcean management services for monitoring, uptime checks, and resource organization with Projects. Use when setting up observability, alerts, and operational visibility on DigitalOcean.","digitalocean-management",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-management/SKILL.md",[877],{"path":285,"priority":286},{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-networking","DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.","digitalocean-networking",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-networking/SKILL.md",[885],{"path":285,"priority":286},{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-overview","DigitalOcean platform overview for account setup, projects, tooling (Control Panel, doctl, API, Terraform), and service selection across compute, storage, databases, networking, management, and teams. Use when onboarding or planning DigitalOcean usage.","digitalocean-overview",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-overview/SKILL.md",[893],{"path":285,"priority":286},{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-storage","DigitalOcean storage services including Spaces object storage, Volumes block storage, NFS, Snapshots, and Backups. Use when selecting or managing storage for DigitalOcean workloads.","digitalocean-storage",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-storage/SKILL.md",[901],{"path":285,"priority":286},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/digitalocean-teams","DigitalOcean Teams and Organizations for billing, access control, roles, and membership. Use when managing team structure, permissions, and organization-wide billing on DigitalOcean.","digitalocean-teams",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/digitalocean-teams/SKILL.md",[909],{"path":285,"priority":286},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/netlify","Netlify JAMstack deployment platform with serverless functions, forms, and identity","netlify-deployment-platform",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/netlify/SKILL.md",[917],{"path":285,"priority":286},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-ai","Vercel AI platform guidance covering AI SDK, AI Gateway, Vercel Agent, and MCP. Use when building AI-powered or agentic workloads on Vercel.","vercel-ai",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-ai/SKILL.md",[925],{"path":285,"priority":286},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-deployments-builds","Vercel deployment lifecycle for builds, deployments, previews, release phases, and rollback. Use when configuring build output, deployment workflows, or release controls on Vercel.","vercel-deployments-builds",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-deployments-builds/SKILL.md",[933],{"path":285,"priority":286},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-functions-runtime","Vercel Functions and Edge Runtime, including cron jobs and routing middleware. Use when building APIs, serverless workloads, or scheduled tasks on Vercel.","vercel-functions-runtime",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-functions-runtime/SKILL.md",[941],{"path":285,"priority":286},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-networking-domains","Vercel networking and routing for domains, DNS, redirects, rewrites, headers, CDN, edge cache, and regions. Use when configuring routing or traffic behavior on Vercel.","vercel-networking-domains",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-networking-domains/SKILL.md",[949],{"path":285,"priority":286},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-observability","Vercel observability for Web Analytics, Speed Insights, logs, tracing, alerts, and observability tooling. Use when monitoring performance or debugging production behavior on Vercel.","vercel-observability",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-observability/SKILL.md",[957],{"path":285,"priority":286},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-overview","Vercel platform overview for onboarding, projects, CLI, Git integration, environment variables, project configuration, REST API, and webhooks. Use when planning or operating workloads on Vercel.","vercel-overview",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-overview/SKILL.md",[965],{"path":285,"priority":286},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-security-access","Vercel security and access controls including RBAC, SSO, deployment protection, firewall, bot defense, audit logs, and 2FA. Use when securing Vercel projects or managing access.","vercel-security-access",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-security-access/SKILL.md",[973],{"path":285,"priority":286},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-storage-data","Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.","vercel-storage-data",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-storage-data/SKILL.md",[981],{"path":285,"priority":286},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/deployment/vercel-teams-billing","Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel.","vercel-teams-billing",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/deployment/vercel-teams-billing/SKILL.md",[989],{"path":285,"priority":286},{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":287,"sourceLanguage":18,"type":262},"toolchains/platforms/observability/datadog","Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.","datadog-observability",{"claudeCode":12},"SKILL.md frontmatter at toolchains/platforms/observability/datadog/SKILL.md",[997,998,1000,1002,1004,1006,1008,1010],{"path":285,"priority":286},{"path":999,"priority":359},"references/agent-installation.md",{"path":1001,"priority":359},"references/alerting.md",{"path":1003,"priority":359},"references/apm-instrumentation.md",{"path":1005,"priority":359},"references/cost-optimization.md",{"path":1007,"priority":359},"references/custom-metrics.md",{"path":1009,"priority":359},"references/kubernetes.md",{"path":1011,"priority":359},"references/log-management.md",{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/async/asyncio","Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns","asyncio",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/async/asyncio/SKILL.md",[1019],{"path":285,"priority":286},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/async/celery","Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.","celery",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/async/celery/SKILL.md",[1027],{"path":285,"priority":286},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/data/sqlalchemy","SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic","sqlalchemy-orm",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/data/sqlalchemy/SKILL.md",[1035],{"path":285,"priority":286},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/frameworks/django","Django full-featured Python web framework with batteries included (ORM, admin, auth)","django-framework",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/frameworks/django/SKILL.md",[1043],{"path":285,"priority":286},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/frameworks/fastapi-local-dev","FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)","fastapi-local-dev",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/frameworks/fastapi-local-dev/SKILL.md",[1051,1052,1054,1056,1058,1060,1062],{"path":285,"priority":286},{"path":1053,"priority":359},"references/dev-server.md",{"path":1055,"priority":359},"references/docker.md",{"path":1057,"priority":359},"references/process-management.md",{"path":1059,"priority":359},"references/production-gunicorn.md",{"path":1061,"priority":359},"references/templates.md",{"path":1063,"priority":359},"references/troubleshooting.md",{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/frameworks/flask","Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem","flask",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/frameworks/flask/SKILL.md",[1071],{"path":285,"priority":286},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/testing/pytest","pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask","pytest",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/testing/pytest/SKILL.md",[1079],{"path":285,"priority":286},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/tooling/mypy","mypy - Static type checker for Python with gradual typing, strict mode, Protocol support, and framework integration","mypy",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/tooling/mypy/SKILL.md",[1087],{"path":285,"priority":286},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/tooling/pyright","Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes","pyright-type-checker",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/tooling/pyright/SKILL.md",[1095],{"path":285,"priority":286},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":287,"sourceLanguage":18,"type":262},"toolchains/python/validation/pydantic","Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.","pydantic",{"claudeCode":12},"SKILL.md frontmatter at toolchains/python/validation/pydantic/SKILL.md",[1103],{"path":285,"priority":286},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":287,"sourceLanguage":18,"type":262},"toolchains/rust/cli/clap","Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces","clap",{"claudeCode":12},"SKILL.md frontmatter at toolchains/rust/cli/clap/SKILL.md",[1111],{"path":285,"priority":286},{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":287,"sourceLanguage":18,"type":262},"toolchains/rust/desktop-applications","Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives","rust-desktop-applications",{"claudeCode":12},"SKILL.md frontmatter at toolchains/rust/desktop-applications/SKILL.md",[1119,1120,1122,1124,1126,1128,1130],{"path":285,"priority":286},{"path":1121,"priority":359},"references/architecture-patterns.md",{"path":1123,"priority":359},"references/native-gui-frameworks.md",{"path":1125,"priority":359},"references/platform-integration.md",{"path":1127,"priority":359},"references/state-management.md",{"path":1129,"priority":359},"references/tauri-framework.md",{"path":1131,"priority":359},"references/testing-deployment.md",{"basePath":1133,"description":1134,"displayName":1135,"installMethods":1136,"rationale":1137,"selectedPaths":1138,"source":287,"sourceLanguage":18,"type":262},"toolchains/rust/frameworks/axum","Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing","axum",{"claudeCode":12},"SKILL.md frontmatter at toolchains/rust/frameworks/axum/SKILL.md",[1139],{"path":285,"priority":286},{"basePath":1141,"description":1142,"displayName":1143,"installMethods":1144,"rationale":1145,"selectedPaths":1146,"source":287,"sourceLanguage":18,"type":262},"toolchains/rust/frameworks/tauri","Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling","tauri-event-system",{"claudeCode":12},"SKILL.md frontmatter at toolchains/rust/frameworks/tauri/SKILL.md",[1147],{"path":285,"priority":286},{"basePath":1149,"description":1150,"displayName":1151,"installMethods":1152,"rationale":1153,"selectedPaths":1154,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/api/trpc","tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety","trpc-type-safety",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/api/trpc/SKILL.md",[1155],{"path":285,"priority":286},{"basePath":1157,"description":1158,"displayName":1159,"installMethods":1160,"rationale":1161,"selectedPaths":1162,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/build/turborepo","High-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.","turborepo",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/build/turborepo/SKILL.md",[1163],{"path":285,"priority":286},{"basePath":1165,"description":1166,"displayName":1167,"installMethods":1168,"rationale":1169,"selectedPaths":1170,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/core","Advanced TypeScript patterns and best practices for 2025","typescript-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/core/SKILL.md",[1171,1172,1174,1176,1178,1179,1181],{"path":285,"priority":286},{"path":1173,"priority":359},"references/advanced-patterns-2025.md",{"path":1175,"priority":359},"references/advanced-types.md",{"path":1177,"priority":359},"references/configuration.md",{"path":587,"priority":359},{"path":1180,"priority":359},"references/runtime-validation.md",{"path":1063,"priority":359},{"basePath":1183,"description":1184,"displayName":1185,"installMethods":1186,"rationale":1187,"selectedPaths":1188,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/data/drizzle","Type-safe SQL ORM for TypeScript with zero runtime overhead","drizzle-orm",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/data/drizzle/SKILL.md",[1189,1190,1192,1193,1195],{"path":285,"priority":286},{"path":1191,"priority":359},"references/advanced-schemas.md",{"path":593,"priority":359},{"path":1194,"priority":359},"references/query-patterns.md",{"path":1196,"priority":359},"references/vs-prisma.md",{"basePath":1198,"description":1199,"displayName":1200,"installMethods":1201,"rationale":1202,"selectedPaths":1203,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/data/drizzle-migrations","Migration-first database development workflow using Drizzle ORM for TypeScript/J...","drizzle-migrations",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/data/drizzle-migrations/SKILL.md",[1204],{"path":285,"priority":286},{"basePath":1206,"description":1207,"displayName":1208,"installMethods":1209,"rationale":1210,"selectedPaths":1211,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/data/kysely","Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins","kysely",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/data/kysely/SKILL.md",[1212],{"path":285,"priority":286},{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/data/prisma","Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio","prisma-orm",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/data/prisma/SKILL.md",[1220],{"path":285,"priority":286},{"basePath":1222,"description":1223,"displayName":1224,"installMethods":1225,"rationale":1226,"selectedPaths":1227,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/frameworks/fastify","Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and graceful shutdown","fastify",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/frameworks/fastify/SKILL.md",[1228],{"path":285,"priority":286},{"basePath":1230,"description":1231,"displayName":1232,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/frameworks/nodejs-backend","Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration","nodejs-backend-typescript",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/frameworks/nodejs-backend/SKILL.md",[1236],{"path":285,"priority":286},{"basePath":1238,"description":1239,"displayName":1240,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/state/tanstack-query","TanStack Query (React Query) for asynchronous server-state management with automatic caching, background refetching, optimistic updates, and pagination in React applications.","tanstack-query",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/state/tanstack-query/SKILL.md",[1244],{"path":285,"priority":286},{"basePath":1246,"description":1247,"displayName":1248,"installMethods":1249,"rationale":1250,"selectedPaths":1251,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/state/zustand","Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.","zustand",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/state/zustand/SKILL.md",[1252],{"path":285,"priority":286},{"basePath":1254,"description":1255,"displayName":1256,"installMethods":1257,"rationale":1258,"selectedPaths":1259,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/testing/jest","Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration","jest-typescript",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/testing/jest/SKILL.md",[1260],{"path":285,"priority":286},{"basePath":1262,"description":1263,"displayName":1264,"installMethods":1265,"rationale":1266,"selectedPaths":1267,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/testing/vitest","Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design","vitest",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/testing/vitest/SKILL.md",[1268,1269,1271],{"path":285,"priority":286},{"path":1270,"priority":359},"CODE_EXAMPLES_INDEX.md",{"path":1272,"priority":359},"IMPLEMENTATION_SUMMARY.md",{"basePath":1274,"description":1275,"displayName":1276,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":287,"sourceLanguage":18,"type":262},"toolchains/typescript/validation/zod","TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.","zod",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/validation/zod/SKILL.md",[1280],{"path":285,"priority":286},{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":287,"sourceLanguage":18,"type":262},"toolchains/ui/components/daisyui","Tailwind CSS component library providing semantic class names for 50+ components with built-in themes, dark mode, and customization for rapid UI development.","daisyui",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ui/components/daisyui/SKILL.md",[1288],{"path":285,"priority":286},{"basePath":1290,"description":1291,"displayName":1292,"installMethods":1293,"rationale":1294,"selectedPaths":1295,"source":287,"sourceLanguage":18,"type":262},"toolchains/ui/components/headlessui","Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns","headlessui",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ui/components/headlessui/SKILL.md",[1296],{"path":285,"priority":286},{"basePath":1298,"description":1299,"displayName":1300,"installMethods":1301,"rationale":1302,"selectedPaths":1303,"source":287,"sourceLanguage":18,"type":262},"toolchains/ui/components/shadcn","shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership","shadcn-ui",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ui/components/shadcn/SKILL.md",[1304],{"path":285,"priority":286},{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":287,"sourceLanguage":18,"type":262},"toolchains/ui/styling/tailwind","Tailwind CSS utility-first framework for rapid UI development with responsive design and dark mode","tailwind-css",{"claudeCode":12},"SKILL.md frontmatter at toolchains/ui/styling/tailwind/SKILL.md",[1312],{"path":285,"priority":286},{"basePath":1314,"description":1315,"displayName":1316,"installMethods":1317,"rationale":1318,"selectedPaths":1319,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/data/graphql","GraphQL query language and runtime for APIs enabling clients to request exactly the data they need with strongly-typed schemas and single endpoint architecture.","graphql",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/data/graphql/SKILL.md",[1320],{"path":285,"priority":286},{"basePath":1322,"description":1323,"displayName":1324,"installMethods":1325,"rationale":1326,"selectedPaths":1327,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/dependency/audit","Dependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.","dependency-audit",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/dependency/audit/SKILL.md",[1328],{"path":285,"priority":286},{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/emergency/release","Emergency release workflow for critical bug fixes and security patches. Use when production issues require fast-track deployment.","emergency-release-workflow",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/emergency/release/SKILL.md",[1336],{"path":285,"priority":286},{"basePath":1338,"description":1339,"displayName":1340,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/infrastructure/docker","Docker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and production environments.","docker",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/infrastructure/docker/SKILL.md",[1344],{"path":285,"priority":286},{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/infrastructure/github-actions","GitHub Actions CI/CD workflows for automating build, test, and deployment","github-actions",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/infrastructure/github-actions/SKILL.md",[1352],{"path":285,"priority":286},{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/infrastructure/homebrew-formula-maintenance","Homebrew formula maintenance workflows for Python CLIs and taps, including version bumps, SHA/resource updates, testing, audits, and releases.","homebrew-formula-maintenance",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/infrastructure/homebrew-formula-maintenance/SKILL.md",[1360],{"path":285,"priority":286},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/infrastructure/media-transcoding","FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.","media-transcoding",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/infrastructure/media-transcoding/SKILL.md",[1368],{"path":285,"priority":286},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":287,"sourceLanguage":18,"type":262},"toolchains/universal/pr/quality","PR quality checklist for ensuring comprehensive, well-documented pull requests. Use before submitting PRs to improve review efficiency and code quality.","pr-quality-checklist",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/pr/quality/SKILL.md",[1376],{"path":285,"priority":286},{"basePath":258,"description":10,"displayName":1378,"installMethods":1379,"rationale":1380,"selectedPaths":1381,"source":287,"sourceLanguage":18,"type":262},"api-security-review",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/security/api-review/SKILL.md",[1382],{"path":285,"priority":286},{"basePath":1384,"description":1385,"displayName":1386,"installMethods":1387,"rationale":1388,"selectedPaths":1389,"source":287,"sourceLanguage":18,"type":262},"toolchains/visualbasic/core","Core VB.NET patterns, type safety, modern language features","vb-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/visualbasic/core/SKILL.md",[1390],{"path":285,"priority":286},{"basePath":1392,"description":1393,"displayName":1394,"installMethods":1395,"rationale":1396,"selectedPaths":1397,"source":287,"sourceLanguage":18,"type":262},"toolchains/visualbasic/database/adonet","ADO.NET patterns, Entity Framework, database best practices","vb-database",{"claudeCode":12},"SKILL.md frontmatter at toolchains/visualbasic/database/adonet/SKILL.md",[1398],{"path":285,"priority":286},{"basePath":1400,"description":1401,"displayName":1402,"installMethods":1403,"rationale":1404,"selectedPaths":1405,"source":287,"sourceLanguage":18,"type":262},"toolchains/visualbasic/frameworks/winforms","Windows Forms development patterns, UI threading, data binding","vb-winforms",{"claudeCode":12},"SKILL.md frontmatter at toolchains/visualbasic/frameworks/winforms/SKILL.md",[1406],{"path":285,"priority":286},{"basePath":1408,"description":1409,"displayName":1410,"installMethods":1411,"rationale":1412,"selectedPaths":1413,"source":287,"sourceLanguage":18,"type":262},"toolchains/visualbasic/legacy/vb6-interop","Classic VB6 patterns, COM interop, migration strategies","vb6-legacy",{"claudeCode":12},"SKILL.md frontmatter at toolchains/visualbasic/legacy/vb6-interop/SKILL.md",[1414],{"path":285,"priority":286},{"basePath":1416,"description":1417,"displayName":1418,"installMethods":1419,"rationale":1420,"selectedPaths":1421,"source":287,"sourceLanguage":18,"type":262},"universal/architecture/software-patterns","Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture.","software-patterns",{"claudeCode":12},"SKILL.md frontmatter at universal/architecture/software-patterns/SKILL.md",[1422,1423,1425,1426,1428,1430],{"path":285,"priority":286},{"path":1424,"priority":359},"references/anti-patterns.md",{"path":587,"priority":359},{"path":1427,"priority":359},"references/examples.md",{"path":1429,"priority":359},"references/foundational-patterns.md",{"path":1431,"priority":359},"references/situational-patterns.md",{"basePath":1433,"description":1434,"displayName":1435,"installMethods":1436,"rationale":1437,"selectedPaths":1438,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/brainstorming","Interactive idea refinement using Socratic method to develop fully-formed designs","brainstorming",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/brainstorming/SKILL.md",[1439],{"path":285,"priority":286},{"basePath":1441,"description":1442,"displayName":1443,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/dispatching-parallel-agents","Use multiple Claude agents to investigate and fix independent problems concurrently","dispatching-parallel-agents",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/dispatching-parallel-agents/SKILL.md",[1447,1448,1450,1452,1453],{"path":285,"priority":286},{"path":1449,"priority":359},"references/agent-prompts.md",{"path":1451,"priority":359},"references/coordination-patterns.md",{"path":1427,"priority":359},{"path":1063,"priority":359},{"basePath":1455,"description":1456,"displayName":1457,"installMethods":1458,"rationale":1459,"selectedPaths":1460,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/git-workflow","Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.","git-workflow",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/git-workflow/SKILL.md",[1461],{"path":285,"priority":286},{"basePath":1463,"description":1464,"displayName":1465,"installMethods":1466,"rationale":1467,"selectedPaths":1468,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/git-worktrees","Use git worktrees for parallel development on multiple branches simultaneously","git-worktrees",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/git-worktrees/SKILL.md",[1469],{"path":285,"priority":286},{"basePath":1471,"description":1472,"displayName":1473,"installMethods":1474,"rationale":1475,"selectedPaths":1476,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/requesting-code-review","Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding","requesting-code-review",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/requesting-code-review/SKILL.md",[1477,1478,1480],{"path":285,"priority":286},{"path":1479,"priority":359},"references/code-reviewer-template.md",{"path":1481,"priority":359},"references/review-examples.md",{"basePath":1483,"description":1484,"displayName":1485,"installMethods":1486,"rationale":1487,"selectedPaths":1488,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/stacked-prs","Create and manage stacked (dependent) pull requests for complex features","stacked-prs",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/stacked-prs/SKILL.md",[1489],{"path":285,"priority":286},{"basePath":1491,"description":1492,"displayName":1493,"installMethods":1494,"rationale":1495,"selectedPaths":1496,"source":287,"sourceLanguage":18,"type":262},"universal/collaboration/writing-plans","Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context","writing-plans",{"claudeCode":12},"SKILL.md frontmatter at universal/collaboration/writing-plans/SKILL.md",[1497,1498,1500],{"path":285,"priority":286},{"path":1499,"priority":359},"references/best-practices.md",{"path":1501,"priority":359},"references/plan-structure-templates.md",{"basePath":1503,"description":1504,"displayName":1505,"installMethods":1506,"rationale":1507,"selectedPaths":1508,"source":287,"sourceLanguage":18,"type":262},"universal/data/database-migration","Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.","database-migration",{"claudeCode":12},"SKILL.md frontmatter at universal/data/database-migration/SKILL.md",[1509,1510,1511],{"path":285,"priority":286},{"path":587,"priority":359},{"path":1063,"priority":359},{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":287,"sourceLanguage":18,"type":262},"universal/data/json-data-handling","Working effectively with JSON data structures.","json-data-handling",{"claudeCode":12},"SKILL.md frontmatter at universal/data/json-data-handling/SKILL.md",[1519],{"path":285,"priority":286},{"basePath":1521,"description":1522,"displayName":1523,"installMethods":1524,"rationale":1525,"selectedPaths":1526,"source":287,"sourceLanguage":18,"type":262},"universal/data/reporting-pipelines","Reporting pipelines for CSV/JSON/Markdown exports with timestamped outputs, summaries, and post-processing.","reporting-pipelines",{"claudeCode":12},"SKILL.md frontmatter at universal/data/reporting-pipelines/SKILL.md",[1527],{"path":285,"priority":286},{"basePath":1529,"description":1530,"displayName":1531,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":287,"sourceLanguage":18,"type":262},"universal/data/sec-edgar-pipeline","SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.","sec-edgar-pipeline",{"claudeCode":12},"SKILL.md frontmatter at universal/data/sec-edgar-pipeline/SKILL.md",[1535],{"path":285,"priority":286},{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":287,"sourceLanguage":18,"type":262},"universal/data/xlsx","Working with Excel files programmatically.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at universal/data/xlsx/SKILL.md",[1543],{"path":285,"priority":286},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":287,"sourceLanguage":18,"type":262},"universal/debugging/root-cause-tracing","Systematically trace bugs backward through call stack to find original trigger","root-cause-tracing",{"claudeCode":12},"SKILL.md frontmatter at universal/debugging/root-cause-tracing/SKILL.md",[1551,1552,1554,1555,1557],{"path":285,"priority":286},{"path":1553,"priority":359},"references/advanced-techniques.md",{"path":1427,"priority":359},{"path":1556,"priority":359},"references/integration.md",{"path":1558,"priority":359},"references/tracing-techniques.md",{"basePath":1560,"description":1561,"displayName":1562,"installMethods":1563,"rationale":1564,"selectedPaths":1565,"source":287,"sourceLanguage":18,"type":262},"universal/debugging/systematic-debugging","Systematic debugging methodology emphasizing root cause analysis over quick fixes","systematic-debugging",{"claudeCode":12},"SKILL.md frontmatter at universal/debugging/systematic-debugging/SKILL.md",[1566,1567,1568,1569,1570],{"path":285,"priority":286},{"path":1424,"priority":359},{"path":1427,"priority":359},{"path":1063,"priority":359},{"path":1571,"priority":359},"references/workflow.md",{"basePath":1573,"description":1574,"displayName":1575,"installMethods":1576,"rationale":1577,"selectedPaths":1578,"source":287,"sourceLanguage":18,"type":262},"universal/debugging/verification-before-completion","Run verification commands and confirm output before claiming success","verification-before-completion",{"claudeCode":12},"SKILL.md frontmatter at universal/debugging/verification-before-completion/SKILL.md",[1579,1580,1582,1584,1586],{"path":285,"priority":286},{"path":1581,"priority":359},"references/gate-function.md",{"path":1583,"priority":359},"references/integration-and-workflows.md",{"path":1585,"priority":359},"references/red-flags-and-failures.md",{"path":1587,"priority":359},"references/verification-patterns.md",{"basePath":1589,"description":1590,"displayName":1591,"installMethods":1592,"rationale":1593,"selectedPaths":1594,"source":287,"sourceLanguage":18,"type":262},"universal/infrastructure/env-manager","Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications","env-manager",{"claudeCode":12},"SKILL.md frontmatter at universal/infrastructure/env-manager/SKILL.md",[1595,1596,1597,1599,1601,1602],{"path":285,"priority":286},{"path":809,"priority":359},{"path":1598,"priority":359},"references/security.md",{"path":1600,"priority":359},"references/synchronization.md",{"path":1063,"priority":359},{"path":1603,"priority":359},"references/validation.md",{"basePath":1605,"description":1606,"displayName":1607,"installMethods":1608,"rationale":1609,"selectedPaths":1610,"source":287,"sourceLanguage":18,"type":262},"universal/infrastructure/kubernetes","Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging","kubernetes",{"claudeCode":12},"SKILL.md frontmatter at universal/infrastructure/kubernetes/SKILL.md",[1611,1612,1614,1616,1618],{"path":285,"priority":286},{"path":1613,"priority":359},"references/core-objects.md",{"path":1615,"priority":359},"references/debugging-runbook.md",{"path":1617,"priority":359},"references/rollouts-and-probes.md",{"path":501,"priority":359},{"basePath":1620,"description":1621,"displayName":1622,"installMethods":1623,"rationale":1624,"selectedPaths":1625,"source":287,"sourceLanguage":18,"type":262},"universal/infrastructure/terraform","Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails","terraform",{"claudeCode":12},"SKILL.md frontmatter at universal/infrastructure/terraform/SKILL.md",[1626,1627,1629,1631],{"path":285,"priority":286},{"path":1628,"priority":359},"references/modules-and-composition.md",{"path":1630,"priority":359},"references/state-and-environments.md",{"path":1632,"priority":359},"references/workflows-and-guardrails.md",{"basePath":1634,"description":1635,"displayName":1636,"installMethods":1637,"rationale":1638,"selectedPaths":1639,"source":287,"sourceLanguage":18,"type":262},"universal/main/artifacts-builder","Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui)","artifacts-builder",{"claudeCode":12},"SKILL.md frontmatter at universal/main/artifacts-builder/SKILL.md",[1640],{"path":285,"priority":286},{"basePath":1642,"description":1643,"displayName":1644,"installMethods":1645,"rationale":1646,"selectedPaths":1647,"source":287,"sourceLanguage":18,"type":262},"universal/main/internal-comms","Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders","internal-comms-3p-updates",{"claudeCode":12},"SKILL.md frontmatter at universal/main/internal-comms/SKILL.md",[1648],{"path":285,"priority":286},{"basePath":1650,"description":1651,"displayName":1652,"installMethods":1653,"rationale":1654,"selectedPaths":1655,"source":287,"sourceLanguage":18,"type":262},"universal/main/mcp-builder","MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing","mcp-builder",{"claudeCode":12},"SKILL.md frontmatter at universal/main/mcp-builder/SKILL.md",[1656],{"path":285,"priority":286},{"basePath":1658,"description":1659,"displayName":1660,"installMethods":1661,"rationale":1662,"selectedPaths":1663,"source":287,"sourceLanguage":18,"type":262},"universal/main/skill-creator","Guide for creating effective skills","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at universal/main/skill-creator/SKILL.md",[1664,1665,1666,1668,1669,1671],{"path":285,"priority":286},{"path":1499,"priority":359},{"path":1667,"priority":359},"references/creation-workflow.md",{"path":1427,"priority":359},{"path":1670,"priority":359},"references/progressive-disclosure.md",{"path":1672,"priority":359},"references/skill-structure.md",{"basePath":1674,"description":1675,"displayName":1676,"installMethods":1677,"rationale":1678,"selectedPaths":1679,"source":287,"sourceLanguage":18,"type":262},"universal/observability/opentelemetry","OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting","opentelemetry",{"claudeCode":12},"SKILL.md frontmatter at universal/observability/opentelemetry/SKILL.md",[1680,1681,1683,1685],{"path":285,"priority":286},{"path":1682,"priority":359},"references/collector-and-otlp.md",{"path":1684,"priority":359},"references/concepts.md",{"path":1686,"priority":359},"references/instrumentation-and-troubleshooting.md",{"basePath":1688,"description":1689,"displayName":1690,"installMethods":1691,"rationale":1692,"selectedPaths":1693,"source":287,"sourceLanguage":18,"type":262},"universal/orchestration/mpm-orchestration-demo","Reference implementation demonstrating the Command → Agent → Skill orchestration pattern in Claude MPM, showing both preloaded-skill and dynamic-skill-invocation styles","mpm-orchestration-demo",{"claudeCode":12},"SKILL.md frontmatter at universal/orchestration/mpm-orchestration-demo/SKILL.md",[1694,1695],{"path":285,"priority":286},{"path":1696,"priority":359},"references/orchestration-patterns.md",{"basePath":1698,"description":1699,"displayName":1700,"installMethods":1701,"rationale":1702,"selectedPaths":1703,"source":287,"sourceLanguage":18,"type":262},"universal/security/security-scanning","CI security scanning: secrets, deps, SAST, triage, expiring exceptions","security-scanning",{"claudeCode":12},"SKILL.md frontmatter at universal/security/security-scanning/SKILL.md",[1704,1705,1707,1709,1711,1713],{"path":285,"priority":286},{"path":1706,"priority":359},"references/ci-workflows.md",{"path":1708,"priority":359},"references/common-findings-and-fixes.md",{"path":1710,"priority":359},"references/supply-chain-and-sbom.md",{"path":1712,"priority":359},"references/tooling-matrix.md",{"path":1714,"priority":359},"references/triage-and-remediation.md",{"basePath":1716,"description":1717,"displayName":1718,"installMethods":1719,"rationale":1720,"selectedPaths":1721,"source":287,"sourceLanguage":18,"type":262},"universal/security/threat-modeling","Threat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests","threat-modeling",{"claudeCode":12},"SKILL.md frontmatter at universal/security/threat-modeling/SKILL.md",[1722,1723,1725,1727],{"path":285,"priority":286},{"path":1724,"priority":359},"references/common-threats-and-mitigations.md",{"path":1726,"priority":359},"references/stride-workshop.md",{"path":1061,"priority":359},{"basePath":1729,"description":1730,"displayName":1731,"installMethods":1732,"rationale":1733,"selectedPaths":1734,"source":287,"sourceLanguage":18,"type":262},"universal/testing/condition-based-waiting","Replace arbitrary timeouts with condition polling for reliable async tests","condition-based-waiting",{"claudeCode":12},"SKILL.md frontmatter at universal/testing/condition-based-waiting/SKILL.md",[1735,1736],{"path":285,"priority":286},{"path":1737,"priority":359},"references/patterns-and-implementation.md",{"basePath":1739,"description":1740,"displayName":1741,"installMethods":1742,"rationale":1743,"selectedPaths":1744,"source":287,"sourceLanguage":18,"type":262},"universal/testing/test-driven-development","Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.","test-driven-development",{"claudeCode":12},"SKILL.md frontmatter at universal/testing/test-driven-development/SKILL.md",[1745,1746,1747,1748,1749,1751],{"path":285,"priority":286},{"path":1424,"priority":359},{"path":1427,"priority":359},{"path":1556,"priority":359},{"path":1750,"priority":359},"references/philosophy.md",{"path":1571,"priority":359},{"basePath":1753,"description":1754,"displayName":1755,"installMethods":1756,"rationale":1757,"selectedPaths":1758,"source":287,"sourceLanguage":18,"type":262},"universal/testing/test-quality-inspector","Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation","test-quality-inspector",{"claudeCode":12},"SKILL.md frontmatter at universal/testing/test-quality-inspector/SKILL.md",[1759,1760,1762,1764],{"path":285,"priority":286},{"path":1761,"priority":359},"references/assertion-quality.md",{"path":1763,"priority":359},"references/inspection-checklist.md",{"path":1765,"priority":359},"references/red-flags.md",{"basePath":1767,"description":1768,"displayName":1769,"installMethods":1770,"rationale":1771,"selectedPaths":1772,"source":287,"sourceLanguage":18,"type":262},"universal/testing/testing-anti-patterns","Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.","testing-anti-patterns",{"claudeCode":12},"SKILL.md frontmatter at universal/testing/testing-anti-patterns/SKILL.md",[1773,1774,1776,1778,1780,1782],{"path":285,"priority":286},{"path":1775,"priority":359},"references/completeness-anti-patterns.md",{"path":1777,"priority":359},"references/core-anti-patterns.md",{"path":1779,"priority":359},"references/detection-guide.md",{"path":1781,"priority":359},"references/python-examples.md",{"path":1783,"priority":359},"references/tdd-connection.md",{"basePath":1785,"description":1786,"displayName":1787,"installMethods":1788,"rationale":1789,"selectedPaths":1790,"source":287,"sourceLanguage":18,"type":262},"universal/testing/webapp-testing","Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices","webapp-testing-patterns",{"claudeCode":12},"SKILL.md frontmatter at universal/testing/webapp-testing/SKILL.md",[1791],{"path":285,"priority":286},{"basePath":1793,"description":1794,"displayName":1795,"installMethods":1796,"rationale":1797,"selectedPaths":1798,"source":287,"sourceLanguage":18,"type":262},"universal/verification/bug-fix","Systematic workflow for verifying bug fixes to ensure quality and prevent regres...","bug-fix",{"claudeCode":12},"SKILL.md frontmatter at universal/verification/bug-fix/SKILL.md",[1799],{"path":285,"priority":286},{"basePath":1801,"description":1802,"displayName":1803,"installMethods":1804,"rationale":1805,"selectedPaths":1806,"source":287,"sourceLanguage":18,"type":262},"universal/verification/pre-merge","Comprehensive verification workflow before merging changes to production.","pre-merge",{"claudeCode":12},"SKILL.md frontmatter at universal/verification/pre-merge/SKILL.md",[1807],{"path":285,"priority":286},{"basePath":1809,"description":1810,"displayName":1811,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":287,"sourceLanguage":18,"type":262},"universal/verification/screenshot","Visual verification workflow for UI changes to accelerate code review and catch ...","screenshot",{"claudeCode":12},"SKILL.md frontmatter at universal/verification/screenshot/SKILL.md",[1815],{"path":285,"priority":286},{"basePath":1817,"description":1818,"displayName":1819,"installMethods":1820,"rationale":1821,"selectedPaths":1822,"source":287,"sourceLanguage":18,"type":262},"universal/web/api-design-patterns","Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices","api-design-patterns",{"claudeCode":12},"SKILL.md frontmatter at universal/web/api-design-patterns/SKILL.md",[1823,1824,1825,1827,1829,1831],{"path":285,"priority":286},{"path":679,"priority":359},{"path":1826,"priority":359},"references/graphql-patterns.md",{"path":1828,"priority":359},"references/grpc-patterns.md",{"path":1830,"priority":359},"references/rest-patterns.md",{"path":1832,"priority":359},"references/versioning-strategies.md",{"basePath":1834,"description":1835,"displayName":1836,"installMethods":1837,"rationale":1838,"selectedPaths":1839,"source":287,"sourceLanguage":18,"type":262},"universal/web/api-documentation","Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.","api-documentation",{"claudeCode":12},"SKILL.md frontmatter at universal/web/api-documentation/SKILL.md",[1840],{"path":285,"priority":286},{"basePath":1842,"description":1843,"displayName":1844,"installMethods":1845,"rationale":1846,"selectedPaths":1847,"source":287,"sourceLanguage":18,"type":262},"universal/web/web-performance-optimization","Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques","web-performance-optimization",{"claudeCode":12},"SKILL.md frontmatter at universal/web/web-performance-optimization/SKILL.md",[1848,1849,1851,1853,1855,1857,1859],{"path":285,"priority":286},{"path":1850,"priority":359},"references/core-web-vitals.md",{"path":1852,"priority":359},"references/framework-specific.md",{"path":1854,"priority":359},"references/modern-patterns-2025.md",{"path":1856,"priority":359},"references/monitoring.md",{"path":1858,"priority":359},"references/optimization-techniques.md",{"path":1860,"priority":359},"references/quick-wins.md",{"sources":1862},[1863],"manual",{"closedIssues90d":8,"description":1865,"forks":247,"license":252,"openIssues90d":248,"pushedAt":249,"readmeSize":245,"stars":250,"topics":1866},"Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection",[],{"classifiedAt":1868,"discoverAt":1869,"extractAt":1870,"githubAt":1870,"updatedAt":1868},1778683189236,1778683184016,1778683187105,[223,224,225,231,229,230,226,228,227],{"evaluatedAt":256,"extractAt":1873,"updatedAt":256},1778683190010,[],[1876,1909,1939,1972,2004,2033],{"_creationTime":1877,"_id":1878,"community":1879,"display":1880,"identity":1886,"providers":1891,"relations":1900,"tags":1904,"workflow":1905},1778694990469.487,"k176n6442s9c9fdjac88vvqh0s86n5m0",{"reviewCount":8},{"description":1881,"installMethods":1882,"name":1884,"sourceUrl":1885},"Verwenden Sie dies, wenn die Aufgabe Authentifizierung, Benutzerregistrierungen, Anmeldungen, Passwortwiederherstellung, OAuth-Anbieter, rollenbasierte Zugriffskontrolle oder den Schutz von Routen und Funktionen beinhaltet. Verwenden Sie immer `@netlify/identity`. Verwenden Sie niemals `netlify-identity-widget` oder `gotrue-js` – diese sind veraltet.",{"claudeCode":1883},"netlify/context-and-tools","netlify-identity","https://github.com/netlify/context-and-tools",{"basePath":1887,"githubOwner":1888,"githubRepo":1889,"locale":1890,"slug":1884,"type":262},"skills/netlify-identity","netlify","context-and-tools","de",{"evaluate":1892,"extract":1899},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1893,"tags":1894,"targetMarket":232,"tier":1898},100,[224,1888,1895,1896,227,1897],"identity","javascript","api","verified",{"commitSha":268},{"parentExtensionId":1901,"repoId":1902,"translatedFrom":1903},"k1714spp30a0rvg5y3yjga772n86nmps","kd7b1ncy2zzzfws29grdt8heb986ntzq","k17f1596a2t00btq1hfksssg0s86n6ej",[1897,224,1895,1896,1888,227],{"evaluatedAt":1906,"extractAt":1907,"updatedAt":1908},1778694839805,1778694599571,1778694990469,{"_creationTime":1910,"_id":1911,"community":1912,"display":1913,"identity":1919,"providers":1924,"relations":1932,"tags":1935,"workflow":1936},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":1914,"installMethods":1915,"name":1917,"sourceUrl":1918},"Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support",{"claudeCode":1916},"auth0/agent-skills","Auth0 Express OAuth2 JWT Bearer","https://github.com/auth0/agent-skills",{"basePath":1920,"githubOwner":1921,"githubRepo":1922,"locale":18,"slug":1923,"type":262},"plugins/auth0/skills/express-oauth2-jwt-bearer","auth0","agent-skills","express-oauth2-jwt-bearer",{"evaluate":1925,"extract":1930},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1893,"tags":1926,"targetMarket":232,"tier":1898},[1921,1927,224,229,1928,1929,1897],"jwt","nodejs","security",{"commitSha":268,"license":1931},"Apache-2.0",{"parentExtensionId":1933,"repoId":1934},"k17b52m0t4j5ryyvea95kdqqr186nk9e","kd7d2wx4927yddhxgfpzw6t10x86m349",[1897,1921,224,229,1927,1928,1929],{"evaluatedAt":1937,"extractAt":1938,"updatedAt":1937},1778683411304,1778682677410,{"_creationTime":1940,"_id":1941,"community":1942,"display":1943,"identity":1949,"providers":1954,"relations":1965,"tags":1968,"workflow":1969},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":1944,"installMethods":1945,"name":1947,"sourceUrl":1948},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":1946},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":1950,"githubOwner":1951,"githubRepo":1952,"locale":18,"slug":1953,"type":262},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":1955,"extract":1964},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1893,"tags":1956,"targetMarket":232,"tier":1898},[1957,1897,1958,1959,1960,1961,227,1962,229,1929,1963],"backend","rest","microservices","database","postgresql","node-js","testing",{"commitSha":268,"license":252},{"parentExtensionId":1966,"repoId":1967},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[1897,1957,1960,229,1959,1962,1961,1958,1929,1963,227],{"evaluatedAt":1970,"extractAt":1971,"updatedAt":1970},1778683394838,1778675056600,{"_creationTime":1973,"_id":1974,"community":1975,"display":1976,"identity":1982,"providers":1986,"relations":1995,"tags":1999,"workflow":2000},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":1977,"installMethods":1978,"name":1980,"sourceUrl":1981},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":1979},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":1983,"githubOwner":1984,"githubRepo":1985,"locale":1890,"slug":1980,"type":262},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills",{"evaluate":1987,"extract":1994},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1893,"tags":1988,"targetMarket":232,"tier":1898},[1989,1990,227,228,1991,1992,1993],"aws","cdk","iac","cloudformation","infrastructure",{"commitSha":268},{"parentExtensionId":1996,"repoId":1997,"translatedFrom":1998},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[1989,1990,1992,1991,1993,228,227],{"evaluatedAt":2001,"extractAt":2002,"updatedAt":2003},1778699774404,1778699647844,1778699877608,{"_creationTime":2005,"_id":2006,"community":2007,"display":2008,"identity":2014,"providers":2018,"relations":2027,"tags":2029,"workflow":2030},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":2009,"installMethods":2010,"name":2012,"sourceUrl":2013},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":2011},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":2015,"githubOwner":2016,"githubRepo":2017,"locale":18,"slug":2012,"type":262},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":2019,"extract":2026},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1893,"tags":2020,"targetMarket":232,"tier":1898},[2021,2022,1896,228,227,2023,2024,2025],"code-quality","dependencies","go","rust","refactoring",{"commitSha":268},{"repoId":2028},"kd78ywakatnz4sjfx781sy14vh86mtty",[2021,2022,2023,1896,228,2025,2024,227],{"evaluatedAt":2031,"extractAt":2032,"updatedAt":2031},1778696977114,1778696052276,{"_creationTime":2034,"_id":2035,"community":2036,"display":2037,"identity":2039,"providers":2040,"relations":2048,"tags":2049,"workflow":2050},1778683190010.2637,"k17c26kf7h71ja10wb1jeg616x86np9z",{"reviewCount":8},{"description":802,"installMethods":2038,"name":803,"sourceUrl":14},{"claudeCode":12},{"basePath":801,"githubOwner":259,"githubRepo":260,"locale":18,"slug":803,"type":262},{"evaluate":2041,"extract":2047},{"promptVersionExtension":216,"promptVersionScoring":217,"score":2042,"tags":2043,"targetMarket":232,"tier":1898},99,[227,224,2044,625,2045,229,2046,1929],"nextjs","remix","hono",{"commitSha":268},{"repoId":270},[224,229,2046,2044,2045,1929,625,227],{"evaluatedAt":2051,"extractAt":1873,"updatedAt":2051},1778684382577]