docs

Retrieve relevant PolyBot documentation sections by matching index titles, descriptions, and tags.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/igorder-dev/apex --skill docs-igorder-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/igorder-dev/apex/tree/main/docs/.claude/skills/docs
Command: npx skills add https://github.com/igorder-dev/apex --skill docs-igorder-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast retrieval of relevant PolyBot documentation sections in response to user queries, reducing manual search time.

Core Features & Use Cases

  • Reads the docs index (docs/llms.txt) to locate sections by titles, descriptions, and tags.
  • Loads precise content via the Read tool with offset and limit as defined by the index ranges.
  • Returns the source document name, section title, content, and cross-references for quick context.

Quick Start

Use this skill to look up documentation sections by typing a query such as "how to deploy" or "service architecture" directly into the chat.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I find PolyBot documentation sections for a specific topic?

To find PolyBot documentation sections, submit a query like "service architecture" or "how to deploy" and the system matches section titles, descriptions, and keyword tags to return relevant content.

Can I retrieve multiple documentation sections at once?

Yes, you can retrieve multiple documentation sections at once. The system selects up to three relevant sections based on a lightweight index, loading targeted content via offset and limit ranges.

What information is included when looking up PolyBot docs?

Looking up PolyBot docs returns the source document name, section title, retrieved content, and cross-references to related sections, providing complete context for quick reference.

How does the documentation search process work internally?

The documentation search reads a docs index to locate sections by matching titles, descriptions, and tags, then loads precise content using the Read tool with defined offset and limit ranges.

What's the best way to search for PolyBot deployment guides?

The best way to search for PolyBot deployment guides is to type a direct query such as "how to deploy" into the chat, allowing the keyword and tag matching to locate the relevant sections quickly.

Does the documentation lookup return related sections?

Yes, the documentation lookup returns cross-references to related sections alongside the source document name and content, ensuring you can navigate to additional relevant context easily.