add-doc-integration

Integrate new documentation sources using the dq HTML document query package.

14|3|Updated Apr 12, 2025
One-click install
npx skills add https://github.com/fpt/go-dev-mcp --skill add-doc-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-doc-integration
Source: https://github.com/fpt/go-dev-mcp/tree/main/.claude/skills/add-doc-integration
Command: npx skills add https://github.com/fpt/go-dev-mcp --skill add-doc-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of adding support for new documentation websites, ensuring consistency and discoverability for developers.

Core Features & Use Cases

  • New Doc Integration: Guides users through adding support for new documentation sites like Java, Ruby, or MDN.
  • Pattern Replication: Leverages the existing 3-tool pattern (search/read/search_within) for consistency.
  • Use Case: A developer needs to integrate documentation for a new programming language into the system; this skill provides the step-by-step instructions to achieve this.

Quick Start

Follow the step-by-step implementation guide to add support for a new documentation site.

Frequently Asked Questions about add-doc-integration

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

FAQPage Schema
How do I integrate new documentation sources into my MCP system?

You integrate new documentation sources by replicating a proven 3-tool pattern (search, read, search_within) using the dq HTML document query package across app, MCP handler, CLI subcommand, and testing layers.

What is the structured implementation process for adding new language documentation support?

The structured implementation process for adding new language documentation follows a step-by-step guide across four layers: app, MCP handler, CLI subcommand, and testing, ensuring consistency and discoverability.

Can I use this pattern to add documentation for any programming language or website?

Yes, you can add documentation for various programming languages and sites like Java, Ruby, or MDN by following the structured implementation process that leverages the existing 3-tool search, read, and search_within pattern.

How does the dq HTML document query package work with the 3-tool documentation pattern?

The dq HTML document query package powers the 3-tool documentation pattern by enabling search, read, and search_within actions to query and retrieve structured documentation content from integrated web sources.

Do I need to configure separate MCP handlers and CLI subcommands for each new documentation site?

Yes, adding a new documentation site requires implementing the integration across the MCP handler and CLI subcommand layers, ensuring the new site properly hooks into the existing search and read architecture.