docs-reading
Overview
docs-reading is a two-phase pipeline:
- Parse — A human runs a parser script once to ingest documentation into a local SQLite database with FTS5 full-text search and optional sentence-embedding vectors. Multiple corpora and versions can coexist in a single DB.
- Query — Claude calls
agent-docs-search(a self-contained binary on$PATH) to search, browse, and retrieve documentation without loading the raw files into context.
Parsing (human setup step)
Generic Markdown
uv run scripts/parse_docs.py \
--input /path/to/docs \
--db ./docs.db \
--corpus-name mylib \
--corpus-version 1.0
More from emeraldwalk/skills
task-tracking
Task management and tracking for agents. Use this skill whenever you need to create, update, claim, or retrieve tasks for agent workflows. This skill is triggered for any request involving task lists, task assignment, or status updates.
14golang-coding
Scaffolds a Go project with multi-architecture build scripts and a universal entry-point loader. Use when bootstrapping a new Go CLI tool or service, setting up a Go project structure, or creating cross-platform Go binaries.
3layout-inspecting
Inspects the visual layout of a web page and returns a JSON tree of layout-relevant boxes — sections that stand out via background color or border color changes. Use when an agent needs to understand page structure, identify UI regions, verify layout, or describe what a page looks like without processing screenshots. Triggers on requests like "inspect the layout", "what does the page look like", "get the page structure", "analyze the UI layout", or "show me the visual regions of the page".
1