Поиск документации и примеров по пакетам через Nia

learning

nia-docs is a Claude Code skill that searches documentation and code examples across 3000+ packages via the Nia service, covering npm, PyPI, Crates, and Go modules. Three search modes are available: semantic search with `--query`, regex pattern matching with `--grep`, and universal search across all indexed sources using `--search`. The skill accepts `--package`, `--registry`, and `--limit` parameters and runs via `uv run python -m runtime.harness`. It requires a `NIA_API_KEY` environment variable or a `nia` server entry in `mcp_config.json`. Ideal for developers looking to find library usage patterns, specific method signatures, or integration examples without leaving the terminal.