on-demand-guidelines-ai-kit

Fetch Confluence pages by pageId and cloudId for architecture and deployment guidance.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill on-demand-guidelines-ai-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: on-demand-guidelines-ai-kit
Source: https://github.com/ducthang-hub/nw-ai-kit/tree/main/.agents/skills/on-demand-guidelines-ai-kit
Command: npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill on-demand-guidelines-ai-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of missing or outdated implementation details by providing AI agents with live, on-demand access to the correct Confluence pages for complex architecture and deployment topics.

Core Features & Use Cases

  • Decision support for platform and database choices: Helps agents retrieve guidance for Azure Cosmos DB selection criteria, NoSQL vs SQL decisions, and polyglot persistence tradeoffs.
  • Deployment safety and zero-downtime patterns: Guides retrieval for rolling/blue-green/canary strategies, session state during deployments, graceful shutdown, and FusionCache-based zero downtime concerns.
  • Event-driven and messaging architecture: Retrieves guidance for async microservice communication patterns, Kafka vs Azure Service Bus selection, schema registry usage, message ordering, and dead letter queues.

Quick Start

Ask for the relevant guidance (for example, "Fetch the zero downtime deployment checklist for a Netwealth-style website release").

Frequently Asked Questions about on-demand-guidelines-ai-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve live Confluence guidance for zero downtime deployment strategies?

Retrieve live Confluence guidance by using MCP Atlassian tooling to fetch specific pages via pageId and cloudId, providing operational instructions for rolling, blue-green, or canary rollout patterns.

What is the best way to choose between Kafka and Azure Service Bus for async microservice communication?

Choosing between Kafka and Azure Service Bus requires fetching implementation-grade Confluence guidance covering schema registry usage, message ordering, and dead letter queue patterns for async microservice communication.

How do I select between Azure Cosmos DB and other storage alternatives for my application?

Select between Azure Cosmos DB and storage alternatives by retrieving implementation-grade Confluence guidance detailing NoSQL vs SQL decisions, selection criteria, and polyglot persistence tradeoffs.

Does this guidance cover graceful shutdown and session state management during deployments?

Yes, the guidance covers graceful shutdown and session state management during deployments by fetching live Confluence pages that detail zero downtime concerns and FusionCache-based deployment patterns.

Can I use this to get implementation details for event-driven architecture decisions like dead letter queues?

Yes, you can get implementation details for event-driven architecture decisions including dead letter queues, message ordering, and schema registry usage by fetching the relevant Confluence pages live.