netra-best-practices

Installation
SKILL.md

Netra Best Practices

Use this skill as the default end-to-end guide for integrating, operating, and improving AI systems with Netra. Also you can create custom metrics using this skill.

Installation

Detect the project's package manager before installing netra-sdk. Check the project root in priority order:

Priority Signal file Command
1 uv.lock uv add netra-sdk
2 poetry.lock poetry add netra-sdk
3 pyproject.toml (no lock file above) pip install netra-sdk
4 requirements.txt (no Python indicators above) pip install netra-sdk
5 yarn.lock yarn add netra-sdk
6 package-lock.json npm install netra-sdk
7 None found Ask the user before proceeding

Do NOT run multiple install commands or install globally.

Related skills
Installs
34
First Seen
Mar 25, 2026