maestro/skills/research/nia-docs/SKILL.md
Search library documentation and code examples via Nia
npx skillsauth add scooter-lacroix/maestro nia-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search across 3000+ packages (npm, PyPI, Crates, Go) and indexed sources for documentation and code examples.
uv run python -m runtime.harness scripts/nia_docs.py \
--package fastapi --query "dependency injection"
uv run python -m runtime.harness scripts/nia_docs.py \
--package react --registry npm --query "hooks patterns"
uv run python -m runtime.harness scripts/nia_docs.py \
--package sqlalchemy --grep "session.execute"
uv run python -m runtime.harness scripts/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/nia_docs.py \
--package pydantic --registry py_pi --query "validators"
# React patterns
uv run python -m runtime.harness scripts/nia_docs.py \
--package react --query "useEffect cleanup"
# Find specific function usage
uv run python -m runtime.harness scripts/nia_docs.py \
--package express --grep "app.use"
Requires NIA_API_KEY in environment or nia server in mcp_config.json.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic