xanoscript-docs-expert

Coordinate expert-level modification of XanoScript documentation topics and MCP tooling.

9|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/xano-inc/xano-developer-mcp --skill xanoscript-docs-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xanoscript-docs-expert
Source: https://github.com/xano-inc/xano-developer-mcp/tree/main/.claude/skills/xanoscript-docs-expert
Command: npx skills add https://github.com/xano-inc/xano-developer-mcp --skill xanoscript-docs-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides expert guidance for understanding, using, and extending the xanoscript_docs system within the xano-developer-mcp project. It helps teams navigate the documentation topics located at src/xanoscript_docs/, modify the MCP tooling that serves docs, and reason about the architecture of the documentation delivery layer.

Core Features & Use Cases

  • Expert understanding of the xanoscript_docs topic registry (src/xanoscript.ts) and how topics map to MD files.
  • Guidance for creating, editing, and validating documentation topics, frontmatter, and applyTo patterns.
  • Use cases include adding new topics, updating topic aliases, debugging documentation delivery, and explaining MCP server/tool integration for XanoScript docs.

Quick Start

Create a new topic by adding a Markdown file under src/xanoscript_docs with proper frontmatter, register it in xanoscript.ts, then run the build.

Frequently Asked Questions about xanoscript-docs-expert

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

FAQPage Schema
How do I add a new topic to the XanoScript documentation system?

To add a new XanoScript documentation topic, create a Markdown file with proper frontmatter under src/xanoscript_docs, register it in the xanoscript.ts topic registry, then run the build.

What is the xanoscript.ts topic registry and how does it work?

The xanoscript.ts topic registry is a mapping file within the xano-developer-mcp project that defines how XanoScript documentation topics map to their corresponding Markdown files for delivery.

How do I configure applyTo patterns for XanoScript docs?

Configuring applyTo patterns for XanoScript docs requires defining correct matching rules within the topic registry to ensure reliable integration with the documentation delivery workflow.

Can I use MCP tooling to serve and update XanoScript documentation?

Yes, MCP tooling within the xano-developer-mcp project is specifically designed to serve, deliver, and update XanoScript documentation topics through the integrated server workflow.

Why is my XanoScript documentation delivery not working after adding a topic?

XanoScript documentation delivery fails when new topics lack proper frontmatter, have incorrect applyTo patterns, or are missing registration in the xanoscript.ts topic registry before building.