wiki

Guides creation of progressive-disclosure Agent Skills for Azure wiki and MCP knowledge bases.

Updated Aug 13, 2026
One-click install
npx skills add https://github.com/crystalzhangbai/TS-Agent-Azure --skill wiki-crystalzhangbai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/crystalzhangbai/TS-Agent-Azure/tree/main/bridge/naniteagent-playground/naniteagent/skills/wiki
Command: npx skills add https://github.com/crystalzhangbai/TS-Agent-Azure --skill wiki-crystalzhangbai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Support engineers and skill authors lack a consistent structure for writing troubleshooting documentation, leading to scattered knowledge across csswiki, azurewiki, seektheway, and arr that LLM agents cannot reliably parse or act on. ## Core Features & Use Cases - Progressive Disclosure Templates: Provides layered skill templates (quick summary, basic troubleshooting, detailed investigation, advanced scenarios) optimized for LLM parsing. - Multi-MCP Knowledge Routing: Documents when to query azurewiki, csswiki, seektheway (Chinese L400 content), or arr based on service area and language. - Azure Network Troubleshooting Workflow: Defines a five-step workflow from work item search through Log Source wiki pages to Kusto query execution via Azure MCP, including schema validation rules and fully qualified query formats. - Use Case: An engineer diagnosing an ExpressRoute BGP failure follows the workflow to search csswiki work items, locate the "Log Source for ExpressRoute" page, substitute customer parameters into a validated Kusto query, and execute it through Azure MCP. ## Quick Start Ask the agent to troubleshoot an Azure Networking issue by searching csswiki work items and the AzureNetworking Log Source wiki, then running the matching Kusto query with your subscription and resource details.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I troubleshoot Azure Network issues using csswiki?▼

Search csswiki work items and the AzureNetworking wiki for known issues first, then open the product-specific "Log Source for <Product>" page to find pre-built Kusto queries. Replace query parameters with actual customer data and execute through Azure MCP.

What is progressive disclosure in Agent Skills documentation?▼

Progressive disclosure layers content from simple to complex: a quick summary with immediate actions first, then basic troubleshooting, then collapsible detailed investigation and advanced scenarios. This lets users and LLMs access only the depth they need.

Which MCP knowledge base should I use for Azure support cases?▼

Use azurewiki for general Azure engineering docs, csswiki for production support scenarios, seektheway for Chinese-language L400 deep dives on Networking and AKS, and arr for DevOps workflows and pipelines.

Why do Kusto queries fail when built from scratch?▼

Queries fail when column names are guessed instead of validated against the actual table schema. Always retrieve the table schema via Azure MCP first, use exact case-sensitive column names, and verify timestamp field names like PreciseTimeStamp versus TimeGenerated.

Does seektheway support English-language troubleshooting content?▼

No, seektheway contains Chinese-language content focused on L400 deep dives for Azure Networking and AKS. For English content, use azurewiki, csswiki, or arr instead.