documentation

Search hotvect documentation and source code to answer user questions.

2|2|Updated Aug 4, 2020
One-click install
npx skills add https://github.com/hotvect/hotvect --skill documentation-hotvect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation
Source: https://github.com/hotvect/hotvect/tree/main/hotvect-claude-code-plugin/skills/documentation
Command: npx skills add https://github.com/hotvect/hotvect --skill documentation-hotvect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers find authoritative answers about hotvect by searching official documentation and source code, reducing time spent hunting through files.

Core Features & Use Cases

  • Automated lookup across MkDocs-based docs and core source code to answer questions about hotvect concepts, APIs, and usage.
  • Context-aware responses that cite exact docs and code references.
  • Use Case: When debugging a hotvect integration, you can quickly locate the relevant API surface or configuration guidance.

Quick Start

Ask a hotvect question and let the skill search the documentation and source to provide an answer.

Frequently Asked Questions about documentation

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

FAQPage Schema
How do I search hotvect documentation to troubleshoot API issues?

You can search hotvect documentation by asking a question, and the skill automatically looks through MkDocs pages and core Java and Python source code to return precise API references and troubleshooting guidance.

What is the best way to find hotvect CLI behavior and configuration references?

The best way to find hotvect CLI behavior references is to query the skill, which prioritizes the docs directory and core source files to deliver exact configuration guidance and CLI usage examples.

Does hotvect documentation search include source code or just reference docs?

Hotvect documentation search includes both MkDocs-based reference pages and core Java and Python source code, ensuring you get context-aware answers with exact code references.

How do I configure the hotvect source location for documentation lookups?

You configure the hotvect source location by specifying the path in the ~/.hotvect/config.json file, which the skill reads to locate your documentation and source files for automated lookups.

Can I find hotvect migration guides and namespace patterns in the documentation?

Yes, you can find hotvect migration guides, namespace patterns, and transformation concepts by asking the skill, which searches the docs directory and source code to provide applicable answers.

Why does my hotvect documentation search return no results for my query?

Your hotvect documentation search may return no results if the source location in ~/.hotvect/config.json is incorrect, or if the query targets namespaces or transformations outside the core Java and Python source scope.