一键导入
nia-docs
Search library documentation and code examples via Nia
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search library documentation and code examples via Nia
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern
| name | nia-docs |
| description | Search library documentation and code examples via Nia |
| allowed-tools | ["Bash","Read"] |
Search across 3000+ packages (npm, PyPI, Crates, Go) and indexed sources for documentation and code examples.
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package fastapi --query "dependency injection"
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package react --registry npm --query "hooks patterns"
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package sqlalchemy --grep "session.execute"
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--search "error handling middleware"
| Option | Description |
|---|---|
--package | Package name to search in |
--registry | Registry: npm, py_pi, crates, go_modules (default: npm) |
--query | Semantic search query |
--grep | Regex pattern to search |
--search | Universal search across all indexed sources |
--limit | Max results (default: 5) |
# Python library usage
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package pydantic --registry py_pi --query "validators"
# React patterns
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package react --query "useEffect cleanup"
# Find specific function usage
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
--package express --grep "app.use"
Requires NIA_API_KEY in environment or nia server in mcp_config.json.