mcp-documentation-skill

Retrieve cached codebase documentation from the MCP server.

1|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/okgoogle13/careercopilot --skill mcp-documentation-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-documentation-skill
Source: https://github.com/okgoogle13/careercopilot/tree/main/.claude/skills/mcp-documentation-skill
Command: npx skills add https://github.com/okgoogle13/careercopilot --skill mcp-documentation-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs rapid documentation lookups from the CodebaseDocumentation MCP server.

Core Features & Use Cases

  • search_docs, get_docs, list_agents, list_skills
  • Full index and fast retrieval

Quick Start

Look up docs with a query; the skill returns cached results.

Frequently Asked Questions about mcp-documentation-skill

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

FAQPage Schema
How do I speed up documentation lookups in my codebase?

Fast documentation retrieval uses cached indexing to deliver sub-50ms responses. This Skill indexes your codebase docs and exposes search endpoints that return results instantly, reducing token usage by 90–95% compared to full-text searches.

Can I search cached documentation without consuming excessive tokens?

Yes. The Skill caches codebase documentation and agent/skill definitions, then serves full-text search through an inverted index. Queries hit the cache instead of re-processing docs, slashing token costs significantly.

What documentation can this Skill retrieve?

The Skill retrieves deployment processes, KSC flow, available agents, skill definitions, and CLAUDE.md instructions from cache. It exposes search_docs, get_docs, list_agents, and list_skills endpoints for rapid reference lookups.

How does the indexing work for fast reference lookups?

An inverted index powers full-text search on cached documentation. The index structure enables sub-50ms query responses and supports complex lookups across deployment guides, agent lists, and skill metadata without reparsing.

Do I need to rebuild the documentation cache manually?

The Skill maintains a pre-built cache of codebase docs, agent definitions, and CLAUDE.md. MCP endpoints serve cached results directly; no manual rebuild is required for standard documentation and reference lookups.