[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bobmatnyc-cypress-de":3,"guides-for-bobmatnyc-cypress":1860,"similar-k175djt0mwejn86nx9e8fav7b986n78e-de":1861},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":242,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":1857,"workflow":1858},1778683190010.2603,"k175djt0mwejn86nx9e8fav7b986n78e",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction",{"claudeCode":12},"bobmatnyc/claude-mpm-skills","cypress","https://github.com/bobmatnyc/claude-mpm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778684070922.8315,"kn74j62kesffa4fkyhbjn0r25x86mkr7","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,97,100,104,107,110,113,116,119,122,126,129,133,137,140,143,146,149,153,156,159,162,165,168,171,175,179,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose (Cypress E2E and component testing patterns) and names the artifact (web apps), user intent (reliable selectors, stable waits, etc.), and scope (flake reduction, CI parallelization).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly summarizing the core capability within a reasonable token count.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and delegates deeper material to references, adhering to progressive disclosure.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the flow and links to external files for deeper sub-tasks, following progressive disclosure principles.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","The skill focuses on providing patterns and configurations rather than deep exploration or code review, so context: fork is not applicable.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md includes multiple ready-to-use examples for core patterns like selectors, waiting, and network control, demonstrating the claimed output.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The SKILL.md documents common failure modes for flaky tests (e.g., element not found, CI failures) with actionable recovery steps.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","This skill does not appear to rely on external MCP tools or has explicit fallbacks; it primarily uses browser automation patterns.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The documentation outlines preconditions and recovery steps for common issues, implying a halt on unexpected states rather than auto-committing.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and focuses on Cypress patterns without implicitly relying on other skills; cross-skill coordination is not suggested.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description names concrete user problems like flaky UI tests and the need for reliable selectors, stable waits, and network control.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers specific patterns and configurations for Cypress that go beyond default behavior, addressing common web app testing challenges.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The bundle covers key patterns for reliable E2E and component testing, including selectors, waits, network control, and CI considerations.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses exclusively on Cypress testing patterns for web applications, maintaining a clear and single domain.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities for Cypress testing patterns.",{"category":22,"check":77,"severity":39,"summary":78},"Scoped tools","This skill does not expose specific tools or commands; it provides guidance and patterns.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","Key configuration aspects like video and retries are mentioned in `cypress.config.ts`, and installation/usage are clear.",{"category":70,"check":83,"severity":39,"summary":84},"Tool naming","As this skill does not expose user-facing tools, tool naming is not applicable.",{"category":70,"check":86,"severity":39,"summary":87},"Minimal I/O surface","This skill does not expose tools with parameter schemas or response shapes, making this check not applicable.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The license is MIT, a permissive open-source license, clearly stated in the LICENSE file and SKILL.md.",{"category":93,"check":94,"severity":95,"summary":96},"Maintenance","Commit recency","warning","The last commit was over 3 months ago (April 15, 2026), indicating potential maintenance lag.",{"category":93,"check":98,"severity":24,"summary":99},"Dependency Management","Dependencies are managed via npm, and the installation instructions suggest standard package management practices.",{"category":101,"check":102,"severity":39,"summary":103},"Security","Secret Management","The skill does not handle secrets directly; it provides patterns for web app testing which may involve test accounts but not secret keys.",{"category":101,"check":105,"severity":24,"summary":106},"Injection","The skill provides patterns and configurations; it does not load or execute untrusted third-party data as instructions.",{"category":101,"check":108,"severity":24,"summary":109},"Transitive Supply-Chain Grenades","The skill does not fetch remote content or execute arbitrary code at runtime; all configurations and code snippets are bundled.",{"category":101,"check":111,"severity":24,"summary":112},"Sandbox Isolation","The skill provides patterns and configurations for Cypress; it does not involve file system operations outside of the testing project.",{"category":101,"check":114,"severity":24,"summary":115},"Sandbox escape primitives","There are no detached-process spawns or deny-retry loops in the provided code snippets.",{"category":101,"check":117,"severity":24,"summary":118},"Data Exfiltration","The skill focuses on testing patterns and does not instruct the agent to read or submit confidential data.",{"category":101,"check":120,"severity":24,"summary":121},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean, printable ASCII.",{"category":123,"check":124,"severity":24,"summary":125},"Hooks","Opaque code execution","The provided code snippets are plain, readable JavaScript and TypeScript, with no obfuscation or base64 encoding.",{"category":57,"check":127,"severity":24,"summary":128},"Structural Assumption","The skill assumes a standard project structure for Cypress but provides clear installation and usage instructions, and does not assume user-specific paths.",{"category":130,"check":131,"severity":95,"summary":132},"Trust","Issues Attention","There are 4 open issues and 0 closed issues in the last 90 days, indicating slow response to issues (closure rate \u003C 10%).",{"category":134,"check":135,"severity":24,"summary":136},"Versioning","Release Management","A meaningful version (1.0.0) is declared in the SKILL.md frontmatter.",{"category":49,"check":138,"severity":24,"summary":139},"Validation","Input arguments for Cypress commands are generally well-defined through Cypress's API, and configurations are standard.",{"category":101,"check":141,"severity":39,"summary":142},"Unguarded Destructive Operations","The skill provides testing patterns and configurations; it does not perform destructive operations.",{"category":49,"check":144,"severity":24,"summary":145},"Error Handling","The SKILL.md documentation includes troubleshooting sections for common errors like flaky tests with actionable steps.",{"category":49,"check":147,"severity":39,"summary":148},"Logging","This skill does not involve destructive actions or outbound calls that require local audit logging.",{"category":150,"check":151,"severity":39,"summary":152},"Compliance","GDPR","The skill focuses on application testing and does not operate on personal data.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill provides general web testing patterns applicable globally, with no regional restrictions.",{"category":57,"check":157,"severity":24,"summary":158},"Runtime stability","The skill provides JavaScript/TypeScript code which is generally cross-platform, and Cypress itself supports multiple OS.",{"category":30,"check":160,"severity":24,"summary":161},"README","The README provides a comprehensive overview of the Claude MPM skills repository, including context and installation for this skill.",{"category":70,"check":163,"severity":39,"summary":164},"Tool surface size","This skill does not expose user-facing tools, so tool surface size is not applicable.",{"category":22,"check":166,"severity":39,"summary":167},"Overlapping near-synonym tools","As this skill does not expose user-facing tools, overlapping near-synonym tools are not applicable.",{"category":30,"check":169,"severity":24,"summary":170},"Phantom features","All features mentioned in the description and SKILL.md (selectors, waits, network control) have corresponding code examples and patterns.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","The README provides clear installation instructions for both Claude MPM and how to make skills available, along with usage examples.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","The troubleshooting section provides actionable steps for common error symptoms like flaky tests.",{"category":180,"check":181,"severity":24,"summary":182},"Execution","Pinned dependencies","The installation instructions imply standard npm dependency management, which typically involves lockfiles for pinning.",{"category":70,"check":184,"severity":39,"summary":185},"Dry-run preview","This skill provides patterns and configurations for testing, not state-changing operations that would require a dry-run feature.",{"category":187,"check":188,"severity":39,"summary":189},"Protocol","Idempotent retry & timeouts","This skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":150,"check":191,"severity":39,"summary":192},"Telemetry opt-in","The skill provides testing patterns and does not emit telemetry.",1778684070755,"This skill provides comprehensive patterns and configurations for using Cypress to perform end-to-end and component testing on web applications, focusing on reliable selectors, deterministic waits, network control, and CI best practices.",[196,197,198,199,200,201],"Reliable selector strategies (data-testid)","Deterministic waiting patterns (avoiding fixed sleeps)","Network control with cy.intercept","Authentication strategies with cy.session","Component testing patterns","CI best practices for artifacts and parallelization",[203,204,205],"Replacing the Cypress framework itself","Providing specific test cases for arbitrary web apps","Handling backend logic or infrastructure setup","3.0.0","4.4.0","To help developers write more reliable, stable, and maintainable end-to-end and component tests for web applications using Cypress best practices.","The skill is well-documented, practical, and covers its domain comprehensively with good examples and troubleshooting. A minor warning on commit recency and issues attention prevents a perfect score.",89,"Excellent Cypress testing patterns for reliable E2E and component testing with clear documentation and examples.",[213,214,13,215,216,217,218],"javascript","testing","e2e","component-testing","ci","flake-reduction","global","community",[222,223,224,225],"Writing robust end-to-end tests for critical user flows","Debugging and reducing flakiness in existing UI test suites","Implementing component tests for isolated UI element validation","Configuring Cypress for efficient and stable CI runs",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":239,"testCoverage":241},{"hasLockfile":228},false,1778684052202,{"descriptionLength":231,"readmeSize":232},170,18236,{"closedIssues90d":8,"forks":234,"hasChangelog":228,"manifestVersion":235,"openIssues90d":236,"pushedAt":237,"stars":238},13,"1.0.0",4,1776273197000,44,{"hasNpmPackage":228,"license":240,"smitheryVerified":228},"MIT",{"hasCi":242,"hasTests":228},true,{"updatedAt":244},1778684070922,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"toolchains/javascript/testing/cypress","bobmatnyc","claude-mpm-skills","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":253,"targetMarket":219,"tier":220},[213,214,13,215,216,217,218],{"commitSha":255},"HEAD",{"repoId":257},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":1853},1778683184016.2227,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":262,"discover":1847,"github":1850},{"commitSha":255,"extensions":263},[264,275,286,295,303,311,319,327,335,347,355,363,371,379,387,395,403,411,419,427,435,443,451,459,467,475,491,499,507,515,523,531,539,547,555,563,593,601,609,617,625,630,638,646,654,674,688,716,724,732,741,749,758,770,784,796,806,814,822,830,838,846,854,862,870,878,886,894,902,910,918,926,934,942,950,958,966,974,996,1004,1012,1020,1028,1048,1056,1064,1072,1080,1088,1096,1116,1124,1132,1140,1148,1166,1181,1189,1197,1205,1213,1221,1229,1237,1245,1257,1265,1273,1281,1289,1297,1305,1313,1321,1329,1337,1345,1353,1361,1369,1377,1385,1393,1401,1418,1426,1440,1448,1456,1468,1476,1488,1498,1506,1514,1522,1530,1545,1558,1574,1590,1605,1619,1627,1635,1643,1659,1673,1683,1701,1714,1724,1738,1752,1770,1778,1786,1794,1802,1819,1827],{"basePath":265,"description":266,"displayName":267,"installMethods":268,"rationale":269,"selectedPaths":270,"source":274,"sourceLanguage":18,"type":249},".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)",[271],{"path":272,"priority":273},"SKILL.md","mandatory","rule",{"basePath":276,"description":277,"displayName":278,"installMethods":279,"rationale":280,"selectedPaths":281,"source":274,"sourceLanguage":18,"type":249},"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",[282,283],{"path":272,"priority":273},{"path":284,"priority":285},"README.md","high",{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":274,"sourceLanguage":18,"type":249},"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",[293,294],{"path":272,"priority":273},{"path":284,"priority":285},{"basePath":296,"description":297,"displayName":298,"installMethods":299,"rationale":300,"selectedPaths":301,"source":274,"sourceLanguage":18,"type":249},"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",[302],{"path":272,"priority":273},{"basePath":304,"description":305,"displayName":306,"installMethods":307,"rationale":308,"selectedPaths":309,"source":274,"sourceLanguage":18,"type":249},"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",[310],{"path":272,"priority":273},{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":274,"sourceLanguage":18,"type":249},"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",[318],{"path":272,"priority":273},{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":274,"sourceLanguage":18,"type":249},"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",[326],{"path":272,"priority":273},{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":274,"sourceLanguage":18,"type":249},"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",[334],{"path":272,"priority":273},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":274,"sourceLanguage":18,"type":249},"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",[342,343,344],{"path":272,"priority":273},{"path":284,"priority":285},{"path":345,"priority":346},"QUICK_REFERENCE.md","medium",{"basePath":348,"description":349,"displayName":350,"installMethods":351,"rationale":352,"selectedPaths":353,"source":274,"sourceLanguage":18,"type":249},"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",[354],{"path":272,"priority":273},{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":274,"sourceLanguage":18,"type":249},"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",[362],{"path":272,"priority":273},{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":274,"sourceLanguage":18,"type":249},"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",[370],{"path":272,"priority":273},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":274,"sourceLanguage":18,"type":249},"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",[378],{"path":272,"priority":273},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":274,"sourceLanguage":18,"type":249},"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",[386],{"path":272,"priority":273},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":274,"sourceLanguage":18,"type":249},"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",[394],{"path":272,"priority":273},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":274,"sourceLanguage":18,"type":249},"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",[402],{"path":272,"priority":273},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":274,"sourceLanguage":18,"type":249},"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",[410],{"path":272,"priority":273},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":274,"sourceLanguage":18,"type":249},"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",[418],{"path":272,"priority":273},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":274,"sourceLanguage":18,"type":249},"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",[426],{"path":272,"priority":273},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":274,"sourceLanguage":18,"type":249},"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",[434],{"path":272,"priority":273},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":274,"sourceLanguage":18,"type":249},"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",[442],{"path":272,"priority":273},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":274,"sourceLanguage":18,"type":249},"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",[450],{"path":272,"priority":273},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":274,"sourceLanguage":18,"type":249},"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",[458],{"path":272,"priority":273},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":274,"sourceLanguage":18,"type":249},"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",[466],{"path":272,"priority":273},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":274,"sourceLanguage":18,"type":249},"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",[474],{"path":272,"priority":273},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":274,"sourceLanguage":18,"type":249},"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",[482,483,485,487,489],{"path":272,"priority":273},{"path":484,"priority":346},"references/middleware-patterns.md",{"path":486,"priority":346},"references/production-deployment.md",{"path":488,"priority":346},"references/security-hardening.md",{"path":490,"priority":346},"references/testing-strategies.md",{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":274,"sourceLanguage":18,"type":249},"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",[498],{"path":272,"priority":273},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":274,"sourceLanguage":18,"type":249},"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",[506],{"path":272,"priority":273},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":274,"sourceLanguage":18,"type":249},"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",[514],{"path":272,"priority":273},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":274,"sourceLanguage":18,"type":249},"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",[522],{"path":272,"priority":273},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":274,"sourceLanguage":18,"type":249},"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",[530],{"path":272,"priority":273},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":274,"sourceLanguage":18,"type":249},"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",[538],{"path":272,"priority":273},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":274,"sourceLanguage":18,"type":249},"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",[546],{"path":272,"priority":273},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":274,"sourceLanguage":18,"type":249},"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",[554],{"path":272,"priority":273},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":274,"sourceLanguage":18,"type":249},"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",[562],{"path":272,"priority":273},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":274,"sourceLanguage":18,"type":249},"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",[570,571,573,575,577,579,581,583,585,587,589,591],{"path":272,"priority":273},{"path":572,"priority":346},"references/composition-patterns.md",{"path":574,"priority":346},"references/decision-trees.md",{"path":576,"priority":346},"references/error-handling.md",{"path":578,"priority":346},"references/migration-guide.md",{"path":580,"priority":346},"references/performance.md",{"path":582,"priority":346},"references/persistence-hydration.md",{"path":584,"priority":346},"references/react-integration.md",{"path":586,"priority":346},"references/real-world-patterns.md",{"path":588,"priority":346},"references/skills-architecture.md",{"path":590,"priority":346},"references/testing-patterns.md",{"path":592,"priority":346},"references/xstate-v5-patterns.md",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":274,"sourceLanguage":18,"type":249},"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",[600],{"path":272,"priority":273},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":274,"sourceLanguage":18,"type":249},"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",[608],{"path":272,"priority":273},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":274,"sourceLanguage":18,"type":249},"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",[616],{"path":272,"priority":273},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":274,"sourceLanguage":18,"type":249},"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",[624],{"path":272,"priority":273},{"basePath":246,"description":10,"displayName":13,"installMethods":626,"rationale":627,"selectedPaths":628,"source":274,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at toolchains/javascript/testing/cypress/SKILL.md",[629],{"path":272,"priority":273},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":274,"sourceLanguage":18,"type":249},"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",[637],{"path":272,"priority":273},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":274,"sourceLanguage":18,"type":249},"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",[645],{"path":272,"priority":273},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":274,"sourceLanguage":18,"type":249},"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",[653],{"path":272,"priority":273},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":274,"sourceLanguage":18,"type":249},"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",[661,662,664,666,668,670,672],{"path":272,"priority":273},{"path":663,"priority":346},"references/authentication.md",{"path":665,"priority":346},"references/caching-and-rendering.md",{"path":667,"priority":346},"references/data-fetching.md",{"path":669,"priority":346},"references/routing.md",{"path":671,"priority":346},"references/server-actions.md",{"path":673,"priority":346},"references/testing.md",{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":274,"sourceLanguage":18,"type":249},"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",[681,682,684,686],{"path":272,"priority":273},{"path":683,"priority":346},"references/cache-components.md",{"path":685,"priority":346},"references/migration-checklist.md",{"path":687,"priority":346},"references/turbopack.md",{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":274,"sourceLanguage":18,"type":249},"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",[695,696,698,700,702,704,706,708,710,712,714],{"path":272,"priority":273},{"path":697,"priority":346},"references/api-actions.md",{"path":699,"priority":346},"references/architecture.md",{"path":701,"priority":346},"references/common-tasks.md",{"path":703,"priority":346},"references/custom-field-types.md",{"path":705,"priority":346},"references/development-workflow.md",{"path":707,"priority":346},"references/extension-packages.md",{"path":709,"priority":346},"references/frontend-customization.md",{"path":711,"priority":346},"references/hooks-and-services.md",{"path":713,"priority":346},"references/select-builder.md",{"path":715,"priority":346},"references/testing-debugging.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":274,"sourceLanguage":18,"type":249},"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",[723],{"path":272,"priority":273},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":274,"sourceLanguage":18,"type":249},"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",[731],{"path":272,"priority":273},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":274,"sourceLanguage":18,"type":249},"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",[739,740],{"path":272,"priority":273},{"path":284,"priority":285},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":274,"sourceLanguage":18,"type":249},"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",[748],{"path":272,"priority":273},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":274,"sourceLanguage":18,"type":249},"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",[756,757],{"path":272,"priority":273},{"path":284,"priority":285},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":274,"sourceLanguage":18,"type":249},"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",[765,766,768],{"path":272,"priority":273},{"path":767,"priority":346},"references/email-password.md",{"path":769,"priority":346},"references/providers.md",{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":274,"sourceLanguage":18,"type":249},"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",[777,778,780,782],{"path":272,"priority":273},{"path":779,"priority":346},"references/client-server.md",{"path":781,"priority":346},"references/setup-database.md",{"path":783,"priority":346},"references/typescript.md",{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":274,"sourceLanguage":18,"type":249},"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",[791,792,794],{"path":272,"priority":273},{"path":793,"priority":346},"references/frameworks.md",{"path":795,"priority":346},"references/nextjs.md",{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":274,"sourceLanguage":18,"type":249},"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",[803,804],{"path":272,"priority":273},{"path":805,"priority":346},"references/plugins-index.md",{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":274,"sourceLanguage":18,"type":249},"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",[813],{"path":272,"priority":273},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":274,"sourceLanguage":18,"type":249},"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",[821],{"path":272,"priority":273},{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":274,"sourceLanguage":18,"type":249},"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",[829],{"path":272,"priority":273},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":274,"sourceLanguage":18,"type":249},"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",[837],{"path":272,"priority":273},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":274,"sourceLanguage":18,"type":249},"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",[845],{"path":272,"priority":273},{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":274,"sourceLanguage":18,"type":249},"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",[853],{"path":272,"priority":273},{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":274,"sourceLanguage":18,"type":249},"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",[861],{"path":272,"priority":273},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":274,"sourceLanguage":18,"type":249},"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",[869],{"path":272,"priority":273},{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":274,"sourceLanguage":18,"type":249},"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",[877],{"path":272,"priority":273},{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":274,"sourceLanguage":18,"type":249},"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",[885],{"path":272,"priority":273},{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":274,"sourceLanguage":18,"type":249},"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",[893],{"path":272,"priority":273},{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":274,"sourceLanguage":18,"type":249},"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",[901],{"path":272,"priority":273},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":274,"sourceLanguage":18,"type":249},"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",[909],{"path":272,"priority":273},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":274,"sourceLanguage":18,"type":249},"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",[917],{"path":272,"priority":273},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":274,"sourceLanguage":18,"type":249},"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",[925],{"path":272,"priority":273},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":274,"sourceLanguage":18,"type":249},"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",[933],{"path":272,"priority":273},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":274,"sourceLanguage":18,"type":249},"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",[941],{"path":272,"priority":273},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":274,"sourceLanguage":18,"type":249},"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",[949],{"path":272,"priority":273},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":274,"sourceLanguage":18,"type":249},"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",[957],{"path":272,"priority":273},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":274,"sourceLanguage":18,"type":249},"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",[965],{"path":272,"priority":273},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":274,"sourceLanguage":18,"type":249},"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",[973],{"path":272,"priority":273},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":274,"sourceLanguage":18,"type":249},"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",[981,982,984,986,988,990,992,994],{"path":272,"priority":273},{"path":983,"priority":346},"references/agent-installation.md",{"path":985,"priority":346},"references/alerting.md",{"path":987,"priority":346},"references/apm-instrumentation.md",{"path":989,"priority":346},"references/cost-optimization.md",{"path":991,"priority":346},"references/custom-metrics.md",{"path":993,"priority":346},"references/kubernetes.md",{"path":995,"priority":346},"references/log-management.md",{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":274,"sourceLanguage":18,"type":249},"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",[1003],{"path":272,"priority":273},{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":274,"sourceLanguage":18,"type":249},"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",[1011],{"path":272,"priority":273},{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":274,"sourceLanguage":18,"type":249},"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",[1019],{"path":272,"priority":273},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":274,"sourceLanguage":18,"type":249},"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",[1027],{"path":272,"priority":273},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":274,"sourceLanguage":18,"type":249},"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",[1035,1036,1038,1040,1042,1044,1046],{"path":272,"priority":273},{"path":1037,"priority":346},"references/dev-server.md",{"path":1039,"priority":346},"references/docker.md",{"path":1041,"priority":346},"references/process-management.md",{"path":1043,"priority":346},"references/production-gunicorn.md",{"path":1045,"priority":346},"references/templates.md",{"path":1047,"priority":346},"references/troubleshooting.md",{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":274,"sourceLanguage":18,"type":249},"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",[1055],{"path":272,"priority":273},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":274,"sourceLanguage":18,"type":249},"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",[1063],{"path":272,"priority":273},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":274,"sourceLanguage":18,"type":249},"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",[1071],{"path":272,"priority":273},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":274,"sourceLanguage":18,"type":249},"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",[1079],{"path":272,"priority":273},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":274,"sourceLanguage":18,"type":249},"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",[1087],{"path":272,"priority":273},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":274,"sourceLanguage":18,"type":249},"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",[1095],{"path":272,"priority":273},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":274,"sourceLanguage":18,"type":249},"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",[1103,1104,1106,1108,1110,1112,1114],{"path":272,"priority":273},{"path":1105,"priority":346},"references/architecture-patterns.md",{"path":1107,"priority":346},"references/native-gui-frameworks.md",{"path":1109,"priority":346},"references/platform-integration.md",{"path":1111,"priority":346},"references/state-management.md",{"path":1113,"priority":346},"references/tauri-framework.md",{"path":1115,"priority":346},"references/testing-deployment.md",{"basePath":1117,"description":1118,"displayName":1119,"installMethods":1120,"rationale":1121,"selectedPaths":1122,"source":274,"sourceLanguage":18,"type":249},"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",[1123],{"path":272,"priority":273},{"basePath":1125,"description":1126,"displayName":1127,"installMethods":1128,"rationale":1129,"selectedPaths":1130,"source":274,"sourceLanguage":18,"type":249},"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",[1131],{"path":272,"priority":273},{"basePath":1133,"description":1134,"displayName":1135,"installMethods":1136,"rationale":1137,"selectedPaths":1138,"source":274,"sourceLanguage":18,"type":249},"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",[1139],{"path":272,"priority":273},{"basePath":1141,"description":1142,"displayName":1143,"installMethods":1144,"rationale":1145,"selectedPaths":1146,"source":274,"sourceLanguage":18,"type":249},"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",[1147],{"path":272,"priority":273},{"basePath":1149,"description":1150,"displayName":1151,"installMethods":1152,"rationale":1153,"selectedPaths":1154,"source":274,"sourceLanguage":18,"type":249},"toolchains/typescript/core","Advanced TypeScript patterns and best practices for 2025","typescript-core",{"claudeCode":12},"SKILL.md frontmatter at toolchains/typescript/core/SKILL.md",[1155,1156,1158,1160,1162,1163,1165],{"path":272,"priority":273},{"path":1157,"priority":346},"references/advanced-patterns-2025.md",{"path":1159,"priority":346},"references/advanced-types.md",{"path":1161,"priority":346},"references/configuration.md",{"path":574,"priority":346},{"path":1164,"priority":346},"references/runtime-validation.md",{"path":1047,"priority":346},{"basePath":1167,"description":1168,"displayName":1169,"installMethods":1170,"rationale":1171,"selectedPaths":1172,"source":274,"sourceLanguage":18,"type":249},"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",[1173,1174,1176,1177,1179],{"path":272,"priority":273},{"path":1175,"priority":346},"references/advanced-schemas.md",{"path":580,"priority":346},{"path":1178,"priority":346},"references/query-patterns.md",{"path":1180,"priority":346},"references/vs-prisma.md",{"basePath":1182,"description":1183,"displayName":1184,"installMethods":1185,"rationale":1186,"selectedPaths":1187,"source":274,"sourceLanguage":18,"type":249},"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",[1188],{"path":272,"priority":273},{"basePath":1190,"description":1191,"displayName":1192,"installMethods":1193,"rationale":1194,"selectedPaths":1195,"source":274,"sourceLanguage":18,"type":249},"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",[1196],{"path":272,"priority":273},{"basePath":1198,"description":1199,"displayName":1200,"installMethods":1201,"rationale":1202,"selectedPaths":1203,"source":274,"sourceLanguage":18,"type":249},"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",[1204],{"path":272,"priority":273},{"basePath":1206,"description":1207,"displayName":1208,"installMethods":1209,"rationale":1210,"selectedPaths":1211,"source":274,"sourceLanguage":18,"type":249},"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",[1212],{"path":272,"priority":273},{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":274,"sourceLanguage":18,"type":249},"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",[1220],{"path":272,"priority":273},{"basePath":1222,"description":1223,"displayName":1224,"installMethods":1225,"rationale":1226,"selectedPaths":1227,"source":274,"sourceLanguage":18,"type":249},"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",[1228],{"path":272,"priority":273},{"basePath":1230,"description":1231,"displayName":1232,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":274,"sourceLanguage":18,"type":249},"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",[1236],{"path":272,"priority":273},{"basePath":1238,"description":1239,"displayName":1240,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":274,"sourceLanguage":18,"type":249},"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",[1244],{"path":272,"priority":273},{"basePath":1246,"description":1247,"displayName":1248,"installMethods":1249,"rationale":1250,"selectedPaths":1251,"source":274,"sourceLanguage":18,"type":249},"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",[1252,1253,1255],{"path":272,"priority":273},{"path":1254,"priority":346},"CODE_EXAMPLES_INDEX.md",{"path":1256,"priority":346},"IMPLEMENTATION_SUMMARY.md",{"basePath":1258,"description":1259,"displayName":1260,"installMethods":1261,"rationale":1262,"selectedPaths":1263,"source":274,"sourceLanguage":18,"type":249},"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",[1264],{"path":272,"priority":273},{"basePath":1266,"description":1267,"displayName":1268,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":274,"sourceLanguage":18,"type":249},"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",[1272],{"path":272,"priority":273},{"basePath":1274,"description":1275,"displayName":1276,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":274,"sourceLanguage":18,"type":249},"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",[1280],{"path":272,"priority":273},{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":274,"sourceLanguage":18,"type":249},"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",[1288],{"path":272,"priority":273},{"basePath":1290,"description":1291,"displayName":1292,"installMethods":1293,"rationale":1294,"selectedPaths":1295,"source":274,"sourceLanguage":18,"type":249},"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",[1296],{"path":272,"priority":273},{"basePath":1298,"description":1299,"displayName":1300,"installMethods":1301,"rationale":1302,"selectedPaths":1303,"source":274,"sourceLanguage":18,"type":249},"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",[1304],{"path":272,"priority":273},{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":274,"sourceLanguage":18,"type":249},"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",[1312],{"path":272,"priority":273},{"basePath":1314,"description":1315,"displayName":1316,"installMethods":1317,"rationale":1318,"selectedPaths":1319,"source":274,"sourceLanguage":18,"type":249},"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",[1320],{"path":272,"priority":273},{"basePath":1322,"description":1323,"displayName":1324,"installMethods":1325,"rationale":1326,"selectedPaths":1327,"source":274,"sourceLanguage":18,"type":249},"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",[1328],{"path":272,"priority":273},{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":274,"sourceLanguage":18,"type":249},"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",[1336],{"path":272,"priority":273},{"basePath":1338,"description":1339,"displayName":1340,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":274,"sourceLanguage":18,"type":249},"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",[1344],{"path":272,"priority":273},{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":274,"sourceLanguage":18,"type":249},"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",[1352],{"path":272,"priority":273},{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":274,"sourceLanguage":18,"type":249},"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",[1360],{"path":272,"priority":273},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":274,"sourceLanguage":18,"type":249},"toolchains/universal/security/api-review","API security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.","api-security-review",{"claudeCode":12},"SKILL.md frontmatter at toolchains/universal/security/api-review/SKILL.md",[1368],{"path":272,"priority":273},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":274,"sourceLanguage":18,"type":249},"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",[1376],{"path":272,"priority":273},{"basePath":1378,"description":1379,"displayName":1380,"installMethods":1381,"rationale":1382,"selectedPaths":1383,"source":274,"sourceLanguage":18,"type":249},"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",[1384],{"path":272,"priority":273},{"basePath":1386,"description":1387,"displayName":1388,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":274,"sourceLanguage":18,"type":249},"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",[1392],{"path":272,"priority":273},{"basePath":1394,"description":1395,"displayName":1396,"installMethods":1397,"rationale":1398,"selectedPaths":1399,"source":274,"sourceLanguage":18,"type":249},"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",[1400],{"path":272,"priority":273},{"basePath":1402,"description":1403,"displayName":1404,"installMethods":1405,"rationale":1406,"selectedPaths":1407,"source":274,"sourceLanguage":18,"type":249},"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",[1408,1409,1411,1412,1414,1416],{"path":272,"priority":273},{"path":1410,"priority":346},"references/anti-patterns.md",{"path":574,"priority":346},{"path":1413,"priority":346},"references/examples.md",{"path":1415,"priority":346},"references/foundational-patterns.md",{"path":1417,"priority":346},"references/situational-patterns.md",{"basePath":1419,"description":1420,"displayName":1421,"installMethods":1422,"rationale":1423,"selectedPaths":1424,"source":274,"sourceLanguage":18,"type":249},"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",[1425],{"path":272,"priority":273},{"basePath":1427,"description":1428,"displayName":1429,"installMethods":1430,"rationale":1431,"selectedPaths":1432,"source":274,"sourceLanguage":18,"type":249},"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",[1433,1434,1436,1438,1439],{"path":272,"priority":273},{"path":1435,"priority":346},"references/agent-prompts.md",{"path":1437,"priority":346},"references/coordination-patterns.md",{"path":1413,"priority":346},{"path":1047,"priority":346},{"basePath":1441,"description":1442,"displayName":1443,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":274,"sourceLanguage":18,"type":249},"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",[1447],{"path":272,"priority":273},{"basePath":1449,"description":1450,"displayName":1451,"installMethods":1452,"rationale":1453,"selectedPaths":1454,"source":274,"sourceLanguage":18,"type":249},"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",[1455],{"path":272,"priority":273},{"basePath":1457,"description":1458,"displayName":1459,"installMethods":1460,"rationale":1461,"selectedPaths":1462,"source":274,"sourceLanguage":18,"type":249},"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",[1463,1464,1466],{"path":272,"priority":273},{"path":1465,"priority":346},"references/code-reviewer-template.md",{"path":1467,"priority":346},"references/review-examples.md",{"basePath":1469,"description":1470,"displayName":1471,"installMethods":1472,"rationale":1473,"selectedPaths":1474,"source":274,"sourceLanguage":18,"type":249},"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",[1475],{"path":272,"priority":273},{"basePath":1477,"description":1478,"displayName":1479,"installMethods":1480,"rationale":1481,"selectedPaths":1482,"source":274,"sourceLanguage":18,"type":249},"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",[1483,1484,1486],{"path":272,"priority":273},{"path":1485,"priority":346},"references/best-practices.md",{"path":1487,"priority":346},"references/plan-structure-templates.md",{"basePath":1489,"description":1490,"displayName":1491,"installMethods":1492,"rationale":1493,"selectedPaths":1494,"source":274,"sourceLanguage":18,"type":249},"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",[1495,1496,1497],{"path":272,"priority":273},{"path":574,"priority":346},{"path":1047,"priority":346},{"basePath":1499,"description":1500,"displayName":1501,"installMethods":1502,"rationale":1503,"selectedPaths":1504,"source":274,"sourceLanguage":18,"type":249},"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",[1505],{"path":272,"priority":273},{"basePath":1507,"description":1508,"displayName":1509,"installMethods":1510,"rationale":1511,"selectedPaths":1512,"source":274,"sourceLanguage":18,"type":249},"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",[1513],{"path":272,"priority":273},{"basePath":1515,"description":1516,"displayName":1517,"installMethods":1518,"rationale":1519,"selectedPaths":1520,"source":274,"sourceLanguage":18,"type":249},"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",[1521],{"path":272,"priority":273},{"basePath":1523,"description":1524,"displayName":1525,"installMethods":1526,"rationale":1527,"selectedPaths":1528,"source":274,"sourceLanguage":18,"type":249},"universal/data/xlsx","Working with Excel files programmatically.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at universal/data/xlsx/SKILL.md",[1529],{"path":272,"priority":273},{"basePath":1531,"description":1532,"displayName":1533,"installMethods":1534,"rationale":1535,"selectedPaths":1536,"source":274,"sourceLanguage":18,"type":249},"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",[1537,1538,1540,1541,1543],{"path":272,"priority":273},{"path":1539,"priority":346},"references/advanced-techniques.md",{"path":1413,"priority":346},{"path":1542,"priority":346},"references/integration.md",{"path":1544,"priority":346},"references/tracing-techniques.md",{"basePath":1546,"description":1547,"displayName":1548,"installMethods":1549,"rationale":1550,"selectedPaths":1551,"source":274,"sourceLanguage":18,"type":249},"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",[1552,1553,1554,1555,1556],{"path":272,"priority":273},{"path":1410,"priority":346},{"path":1413,"priority":346},{"path":1047,"priority":346},{"path":1557,"priority":346},"references/workflow.md",{"basePath":1559,"description":1560,"displayName":1561,"installMethods":1562,"rationale":1563,"selectedPaths":1564,"source":274,"sourceLanguage":18,"type":249},"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",[1565,1566,1568,1570,1572],{"path":272,"priority":273},{"path":1567,"priority":346},"references/gate-function.md",{"path":1569,"priority":346},"references/integration-and-workflows.md",{"path":1571,"priority":346},"references/red-flags-and-failures.md",{"path":1573,"priority":346},"references/verification-patterns.md",{"basePath":1575,"description":1576,"displayName":1577,"installMethods":1578,"rationale":1579,"selectedPaths":1580,"source":274,"sourceLanguage":18,"type":249},"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",[1581,1582,1583,1585,1587,1588],{"path":272,"priority":273},{"path":793,"priority":346},{"path":1584,"priority":346},"references/security.md",{"path":1586,"priority":346},"references/synchronization.md",{"path":1047,"priority":346},{"path":1589,"priority":346},"references/validation.md",{"basePath":1591,"description":1592,"displayName":1593,"installMethods":1594,"rationale":1595,"selectedPaths":1596,"source":274,"sourceLanguage":18,"type":249},"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",[1597,1598,1600,1602,1604],{"path":272,"priority":273},{"path":1599,"priority":346},"references/core-objects.md",{"path":1601,"priority":346},"references/debugging-runbook.md",{"path":1603,"priority":346},"references/rollouts-and-probes.md",{"path":488,"priority":346},{"basePath":1606,"description":1607,"displayName":1608,"installMethods":1609,"rationale":1610,"selectedPaths":1611,"source":274,"sourceLanguage":18,"type":249},"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",[1612,1613,1615,1617],{"path":272,"priority":273},{"path":1614,"priority":346},"references/modules-and-composition.md",{"path":1616,"priority":346},"references/state-and-environments.md",{"path":1618,"priority":346},"references/workflows-and-guardrails.md",{"basePath":1620,"description":1621,"displayName":1622,"installMethods":1623,"rationale":1624,"selectedPaths":1625,"source":274,"sourceLanguage":18,"type":249},"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",[1626],{"path":272,"priority":273},{"basePath":1628,"description":1629,"displayName":1630,"installMethods":1631,"rationale":1632,"selectedPaths":1633,"source":274,"sourceLanguage":18,"type":249},"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",[1634],{"path":272,"priority":273},{"basePath":1636,"description":1637,"displayName":1638,"installMethods":1639,"rationale":1640,"selectedPaths":1641,"source":274,"sourceLanguage":18,"type":249},"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",[1642],{"path":272,"priority":273},{"basePath":1644,"description":1645,"displayName":1646,"installMethods":1647,"rationale":1648,"selectedPaths":1649,"source":274,"sourceLanguage":18,"type":249},"universal/main/skill-creator","Guide for creating effective skills","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at universal/main/skill-creator/SKILL.md",[1650,1651,1652,1654,1655,1657],{"path":272,"priority":273},{"path":1485,"priority":346},{"path":1653,"priority":346},"references/creation-workflow.md",{"path":1413,"priority":346},{"path":1656,"priority":346},"references/progressive-disclosure.md",{"path":1658,"priority":346},"references/skill-structure.md",{"basePath":1660,"description":1661,"displayName":1662,"installMethods":1663,"rationale":1664,"selectedPaths":1665,"source":274,"sourceLanguage":18,"type":249},"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",[1666,1667,1669,1671],{"path":272,"priority":273},{"path":1668,"priority":346},"references/collector-and-otlp.md",{"path":1670,"priority":346},"references/concepts.md",{"path":1672,"priority":346},"references/instrumentation-and-troubleshooting.md",{"basePath":1674,"description":1675,"displayName":1676,"installMethods":1677,"rationale":1678,"selectedPaths":1679,"source":274,"sourceLanguage":18,"type":249},"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",[1680,1681],{"path":272,"priority":273},{"path":1682,"priority":346},"references/orchestration-patterns.md",{"basePath":1684,"description":1685,"displayName":1686,"installMethods":1687,"rationale":1688,"selectedPaths":1689,"source":274,"sourceLanguage":18,"type":249},"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",[1690,1691,1693,1695,1697,1699],{"path":272,"priority":273},{"path":1692,"priority":346},"references/ci-workflows.md",{"path":1694,"priority":346},"references/common-findings-and-fixes.md",{"path":1696,"priority":346},"references/supply-chain-and-sbom.md",{"path":1698,"priority":346},"references/tooling-matrix.md",{"path":1700,"priority":346},"references/triage-and-remediation.md",{"basePath":1702,"description":1703,"displayName":1704,"installMethods":1705,"rationale":1706,"selectedPaths":1707,"source":274,"sourceLanguage":18,"type":249},"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",[1708,1709,1711,1713],{"path":272,"priority":273},{"path":1710,"priority":346},"references/common-threats-and-mitigations.md",{"path":1712,"priority":346},"references/stride-workshop.md",{"path":1045,"priority":346},{"basePath":1715,"description":1716,"displayName":1717,"installMethods":1718,"rationale":1719,"selectedPaths":1720,"source":274,"sourceLanguage":18,"type":249},"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",[1721,1722],{"path":272,"priority":273},{"path":1723,"priority":346},"references/patterns-and-implementation.md",{"basePath":1725,"description":1726,"displayName":1727,"installMethods":1728,"rationale":1729,"selectedPaths":1730,"source":274,"sourceLanguage":18,"type":249},"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",[1731,1732,1733,1734,1735,1737],{"path":272,"priority":273},{"path":1410,"priority":346},{"path":1413,"priority":346},{"path":1542,"priority":346},{"path":1736,"priority":346},"references/philosophy.md",{"path":1557,"priority":346},{"basePath":1739,"description":1740,"displayName":1741,"installMethods":1742,"rationale":1743,"selectedPaths":1744,"source":274,"sourceLanguage":18,"type":249},"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",[1745,1746,1748,1750],{"path":272,"priority":273},{"path":1747,"priority":346},"references/assertion-quality.md",{"path":1749,"priority":346},"references/inspection-checklist.md",{"path":1751,"priority":346},"references/red-flags.md",{"basePath":1753,"description":1754,"displayName":1755,"installMethods":1756,"rationale":1757,"selectedPaths":1758,"source":274,"sourceLanguage":18,"type":249},"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",[1759,1760,1762,1764,1766,1768],{"path":272,"priority":273},{"path":1761,"priority":346},"references/completeness-anti-patterns.md",{"path":1763,"priority":346},"references/core-anti-patterns.md",{"path":1765,"priority":346},"references/detection-guide.md",{"path":1767,"priority":346},"references/python-examples.md",{"path":1769,"priority":346},"references/tdd-connection.md",{"basePath":1771,"description":1772,"displayName":1773,"installMethods":1774,"rationale":1775,"selectedPaths":1776,"source":274,"sourceLanguage":18,"type":249},"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",[1777],{"path":272,"priority":273},{"basePath":1779,"description":1780,"displayName":1781,"installMethods":1782,"rationale":1783,"selectedPaths":1784,"source":274,"sourceLanguage":18,"type":249},"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",[1785],{"path":272,"priority":273},{"basePath":1787,"description":1788,"displayName":1789,"installMethods":1790,"rationale":1791,"selectedPaths":1792,"source":274,"sourceLanguage":18,"type":249},"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",[1793],{"path":272,"priority":273},{"basePath":1795,"description":1796,"displayName":1797,"installMethods":1798,"rationale":1799,"selectedPaths":1800,"source":274,"sourceLanguage":18,"type":249},"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",[1801],{"path":272,"priority":273},{"basePath":1803,"description":1804,"displayName":1805,"installMethods":1806,"rationale":1807,"selectedPaths":1808,"source":274,"sourceLanguage":18,"type":249},"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",[1809,1810,1811,1813,1815,1817],{"path":272,"priority":273},{"path":663,"priority":346},{"path":1812,"priority":346},"references/graphql-patterns.md",{"path":1814,"priority":346},"references/grpc-patterns.md",{"path":1816,"priority":346},"references/rest-patterns.md",{"path":1818,"priority":346},"references/versioning-strategies.md",{"basePath":1820,"description":1821,"displayName":1822,"installMethods":1823,"rationale":1824,"selectedPaths":1825,"source":274,"sourceLanguage":18,"type":249},"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",[1826],{"path":272,"priority":273},{"basePath":1828,"description":1829,"displayName":1830,"installMethods":1831,"rationale":1832,"selectedPaths":1833,"source":274,"sourceLanguage":18,"type":249},"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",[1834,1835,1837,1839,1841,1843,1845],{"path":272,"priority":273},{"path":1836,"priority":346},"references/core-web-vitals.md",{"path":1838,"priority":346},"references/framework-specific.md",{"path":1840,"priority":346},"references/modern-patterns-2025.md",{"path":1842,"priority":346},"references/monitoring.md",{"path":1844,"priority":346},"references/optimization-techniques.md",{"path":1846,"priority":346},"references/quick-wins.md",{"sources":1848},[1849],"manual",{"closedIssues90d":8,"description":1851,"forks":234,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":1852},"Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection",[],{"classifiedAt":1854,"discoverAt":1855,"extractAt":1856,"githubAt":1856,"updatedAt":1854},1778683189236,1778683184016,1778683187105,[217,216,13,215,218,213,214],{"evaluatedAt":244,"extractAt":1859,"updatedAt":244},1778683190010,[],[1862,1894,1922,1944,1972,2001],{"_creationTime":1863,"_id":1864,"community":1865,"display":1866,"identity":1872,"providers":1877,"relations":1885,"tags":1889,"workflow":1890},1778685938003.1194,"k1701kfhpgrw5f9za30q46zdqs86mjk0",{"reviewCount":8},{"description":1867,"installMethods":1868,"name":1870,"sourceUrl":1871},"Erstellt, aktualisiert und behebt Cypress-Tests (E2E/End-to-End- und Komponententests). Verwenden Sie dies, wenn der Benutzer darum bittet, Tests zu erstellen, Tests hinzuzufügen, Tests zu schreiben, Tests zu aktualisieren, diese Datei/Komponente zu testen, neue Specs zu erstellen oder einen fehlerhaften oder flackernden Test zu beheben. Gilt auch, wenn der Benutzer nicht 'Cypress' erwähnt (z. B. 'Tests für diese Datei erstellen'). Bevorzugen Sie cypress-explain, wenn der Benutzer nur Tests erklären oder überprüfen möchte, ohne den Code zu ändern.",{"claudeCode":1869},"cypress-io/ai-toolkit","cypress-author","https://github.com/cypress-io/ai-toolkit",{"basePath":1873,"githubOwner":1874,"githubRepo":1875,"locale":1876,"slug":1870,"type":249},"skills/cypress-author","cypress-io","ai-toolkit","de",{"evaluate":1878,"extract":1884},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1879,"tags":1880,"targetMarket":219,"tier":1883},97,[13,214,215,216,1881,1882],"code-generation","qa","verified",{"commitSha":255},{"parentExtensionId":1886,"repoId":1887,"translatedFrom":1888},"k17a80t18qpe9tmapz3fnw597986mpsy","kd778b5hp7aqcpb58zn9yj8xas86meqd","k170zvkzz67bbgdrbev2y1x3nx86mtkt",[1881,216,13,215,1882,214],{"evaluatedAt":1891,"extractAt":1892,"updatedAt":1893},1778685855325,1778685765056,1778685938003,{"_creationTime":1895,"_id":1896,"community":1897,"display":1898,"identity":1904,"providers":1908,"relations":1916,"tags":1918,"workflow":1919},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":1899,"installMethods":1900,"name":1902,"sourceUrl":1903},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":1901},"steipete/clawdis","openclaw-testing","https://github.com/steipete/clawdis",{"basePath":1905,"githubOwner":1906,"githubRepo":1907,"locale":18,"slug":1902,"type":249},".agents/skills/openclaw-testing","steipete","clawdis",{"evaluate":1909,"extract":1915},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1910,"tags":1911,"targetMarket":219,"tier":1883},100,[214,217,1912,1913,1914],"validation","automation","developer-tools",{"commitSha":255},{"repoId":1917},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1913,217,1914,214,1912],{"evaluatedAt":1920,"extractAt":1921,"updatedAt":1920},1778697962962,1778697652123,{"_creationTime":1923,"_id":1924,"community":1925,"display":1926,"identity":1930,"providers":1932,"relations":1940,"tags":1941,"workflow":1942},1778697652123.8806,"k17e99n8cb55vm23m26vec6r1586mrwe",{"reviewCount":8},{"description":1927,"installMethods":1928,"name":1929,"sourceUrl":1903},"Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.",{"claudeCode":1901},"crabbox",{"basePath":1931,"githubOwner":1906,"githubRepo":1907,"locale":18,"slug":1929,"type":249},".agents/skills/crabbox",{"evaluate":1933,"extract":1939},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1910,"tags":1934,"targetMarket":219,"tier":1883},[214,217,1935,1912,1936,1937,1938],"remote-execution","linux","macos","windows",{"commitSha":255},{"repoId":1917},[217,1936,1937,1935,214,1912,1938],{"evaluatedAt":1943,"extractAt":1921,"updatedAt":1943},1778697705804,{"_creationTime":1945,"_id":1946,"community":1947,"display":1948,"identity":1954,"providers":1958,"relations":1965,"tags":1968,"workflow":1969},1778690831986.3767,"k17fjjgdng9c2xwz18cc594g0986n7wy",{"reviewCount":8},{"description":1949,"installMethods":1950,"name":1952,"sourceUrl":1953},"Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.",{"claudeCode":1951},"hyf0/vue-skills","vue-testing-best-practices","https://github.com/hyf0/vue-skills",{"basePath":1955,"githubOwner":1956,"githubRepo":1957,"locale":18,"slug":1952,"type":249},"skills/vue-testing-best-practices","hyf0","vue-skills",{"evaluate":1959,"extract":1964},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1910,"tags":1960,"targetMarket":219,"tier":1883},[1961,214,1248,1962,216,1963],"vue-js","playwright","e2e-testing",{"commitSha":255},{"parentExtensionId":1966,"repoId":1967},"k17fvvpt61wrah7aepwqhgjp4d86n8jx","kd7a1a0bdc2ez150x3razht61n86m6a8",[216,1963,1962,214,1248,1961],{"evaluatedAt":1970,"extractAt":1971,"updatedAt":1970},1778691195044,1778690831986,{"_creationTime":1973,"_id":1974,"community":1975,"display":1976,"identity":1982,"providers":1986,"relations":1993,"tags":1996,"workflow":1997},1778685790658.4368,"k17d6zvh5hjzrcw35cvd9k8dgh86med7",{"reviewCount":8},{"description":1977,"installMethods":1978,"name":1980,"sourceUrl":1981},"Verwenden Sie dies beim Schreiben von Playwright-Tests, Beheben von flackernden Tests, Debuggen von Fehlern, Implementieren des Page Object Model, Konfigurieren von CI/CD, Optimieren der Leistung, Mocken von APIs, Verwalten von Authentifizierung oder OAuth, Testen der Barrierefreiheit (axe-core), Hoch- und Herunterladen von Dateien, Mocken von Datums-/Uhrzeitangaben, WebSockets, Geolokalisierung, Berechtigungen, Multi-Tab-/Popup-Flows, mobilen/responsiven Layouts, Touch-Gesten, GraphQL, Fehlerbehandlung, Offline-Modus, Multi-User-Kollaboration, Drittanbieterdiensten (Zahlungen, E-Mail-Verifizierung), Überwachung von Konsolenfehlern, globalem Setup/Teardown, Testannotationen (skip, fixme, slow), Test-Tags (@smoke, @fast, @critical, Filterung mit --grep), Projekt­abhängigkeiten, Sicherheitstests (XSS, CSRF, Auth), Leistungsbudgets (Web Vitals, Lighthouse), iFrames, Komponententests, Canvas/WebGL, Service Workers/PWA, Testabdeckung, i18n/Lokalisierung, Electron-Apps oder Tests für Browser­erweiterungen. Deckt E2E-, Komponenten-, API-, visuelle, Barrierefreiheits-, Sicherheits-, Electron- und Erweiterungstests ab.",{"claudeCode":1979},"currents-dev/playwright-best-practices-skill","playwright-best-practices","https://github.com/currents-dev/playwright-best-practices-skill",{"basePath":1983,"githubOwner":1984,"githubRepo":1985,"locale":1876,"slug":1985,"type":249},"","currents-dev","playwright-best-practices-skill",{"evaluate":1987,"extract":1992},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1910,"tags":1988,"targetMarket":219,"tier":1883},[1962,214,1989,215,1913,1990,1991],"typescript","debugging","ci-cd",{"commitSha":255},{"repoId":1994,"translatedFrom":1995},"kd77ayvtb7bpbf2cjy3n64zekd86ndw6","k17axqfsk2shpatbgra08fjtgh86neqd",[1913,1991,1990,215,1962,214,1989],{"evaluatedAt":1998,"extractAt":1999,"updatedAt":2000},1778685761971,1778685735333,1778685790658,{"_creationTime":2002,"_id":2003,"community":2004,"display":2005,"identity":2011,"providers":2015,"relations":2022,"tags":2024,"workflow":2025},1778685991755.7456,"k17djff3pz3wam5kpz7pkg92h586menn",{"reviewCount":8},{"description":2006,"installMethods":2007,"name":2009,"sourceUrl":2010},"Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.",{"claudeCode":2008},"davila7/claude-code-templates","develop-web-game","https://github.com/davila7/claude-code-templates",{"basePath":2012,"githubOwner":2013,"githubRepo":2014,"locale":18,"slug":2009,"type":249},"cli-tool/components/skills/creative-design/develop-web-game","davila7","claude-code-templates",{"evaluate":2016,"extract":2021},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1910,"tags":2017,"targetMarket":219,"tier":1883},[2018,2019,213,2020,1962,214,1913],"web-development","game-development","html",{"commitSha":255},{"repoId":2023},"kd71fzn4s7r0269fkw47wt670n86ndz0",[1913,2019,2020,213,1962,214,2018],{"evaluatedAt":2026,"extractAt":2027,"updatedAt":2026},1778690648090,1778685991755]