microsoft-guide
Microsoft .NET Microservices Architecture Guide reference. PROACTIVELY activate for: (1) reading or applying patterns from Microsoft .NET Microservices Architecture for Containerized .NET Applications, (2) eShopOnContainers reference architecture, (3) DDD and bounded contexts, (4) integration events (RabbitMQ, Azure Service Bus), (5) API gateway patterns (Ocelot, YARP), (6) resilience patterns (Polly), (7) data patterns (CQRS, event sourcing), (8) testing strategies in microservices, (9) deployment to Kubernetes/AKS/Container Apps. Provides: chapter-by-chapter summary, code patterns from eShopOnContainers, decision matrices for sync vs async integration, and links into specific guide sections.
What this skill does
# Microsoft .NET Microservices Architecture Guide (v7.0) This skill provides access to the complete official Microsoft guide: ".NET Microservices Architecture for Containerized .NET Applications" (Edition v7.0 - Updated to ASP.NET Core 7.0). ## When to Use This Skill Invoke this skill when you need: - **Detailed technical information** from the official Microsoft guide - **Specific implementation patterns** or code examples - **In-depth explanations** beyond your summarized knowledge - **Official Microsoft recommendations** for microservices architecture - **Reference to eShopOnContainers** implementation details - **Comprehensive coverage** of specific topics (DDD, CQRS, Docker, Kubernetes, etc.) ## What This Skill Contains The complete 350-page Microsoft guide (text content only) including: - Container fundamentals and Docker concepts - Choosing between .NET and .NET Framework - Microservices architecture principles - API Gateway patterns - Event-driven architecture - Domain-Driven Design (DDD) tactical and strategic patterns - CQRS (Command Query Responsibility Segregation) - Data management in microservices - Resilience patterns (Circuit Breaker, Retry, Bulkhead) - Security best practices - Kubernetes and orchestration - eShopOnContainers reference application details - Complete code examples and implementation guidance - All architectural concepts explained in text (diagrams removed for size optimization) ## How to Use When a user asks about: 1. Specific technical details you need to verify 2. Code implementation examples 3. eShopOnContainers architecture details 4. Official Microsoft recommendations 5. Complex patterns requiring detailed explanations Invoke this skill and follow the procedure below. ## Core Procedure 1. Restate the architecture decision or implementation question in concrete terms: boundary, service, data ownership, deployment target, and failure mode. 2. Search the guide for the relevant pattern rather than relying on memory alone. 3. Separate Microsoft guide recommendations from project-specific constraints or newer platform guidance. 4. Prefer decision matrices over one-size-fits-all answers for sync vs async calls, gateway placement, data ownership, and deployment topology. 5. When giving code or YAML, label it as a focused pattern excerpt and ask the implementation agent to adapt it to the user's runtime/version. 6. Call out trade-offs: autonomy vs consistency, latency vs resilience, operational simplicity vs scalability. ## Quick Pattern Map | User intent | Guide area to inspect | |---|---| | Define service boundaries | DDD, bounded contexts, data ownership | | Choose HTTP vs messaging | Communication in microservices, integration events | | Add API gateway | API Gateway patterns, Ocelot/YARP considerations | | Improve resilience | Retry, circuit breaker, timeout, health checks, Polly | | Split databases | Data sovereignty, eventual consistency, CQRS | | Deploy containers | Docker, Kubernetes, orchestrators, environment configuration | --- ## Full Microsoft Guide Content The complete guide is available in this skill directory at: `NET-Microservices-Architecture.md` When you invoke this skill, you have access to read this file which contains the full 350-page Microsoft guide with all technical details, code examples, architecture patterns, and implementation guidance. ## Usage Instructions When this skill is invoked: 1. Read the NET-Microservices-Architecture.md file in this directory 2. Use Grep to search for specific topics the user is asking about 3. Provide detailed, accurate answers based on the official Microsoft guide content 4. Reference specific sections and code examples from the guide 5. Cite the guide as the source of information **Note**: The guide contains comprehensive text explanations of all concepts, patterns, and implementations. Image references have been removed to optimize plugin size (reduced from 18MB to ~800KB).
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.