Installation¶
Requirements¶
Python 3.11 or higher
Install with pip¶
pip install sutras
Install with uv¶
uv pip install sutras
Verify Installation¶
sutras --version
Claude Code Integration¶
Deploy the sutras skill so Claude Code can create and manage skills:
sutras setup
This copies the bundled SKILL.md to ~/.claude/skills/sutras/. The skill version always
matches the installed CLI. See sutras setup for details.
Pi Integration¶
If you use pi, install the sutras extension for /sutras
commands with interactive UI:
pi install npm:sutras
See the Pi Integration guide for details.
Next Steps¶
Once installed, head to the Quickstart guide to create your first skill.