navi
Write Navi code and real-time trading indicators correctly
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Navi skills?โผ
Run `npx skills add navi-language/navi --all -g -y` in your terminal to install both the Navi and Navi Stream skills globally.
What is the Navi programming language?โผ
Navi is a high-performance, statically-typed compiled language written in Rust with no null pointer exceptions, optional types, and script-like execution. It performs comparably to Go, Rust, and C.
How to write trading indicators with Navi Stream?โผ
Navi Stream (.nvs) is a DSL for quantitative trading that processes market data tick by tick with built-in technical analysis functions like ema, ma, and MACD. These skills teach your agent the exact syntax, plotting, and parameter patterns.
Does Navi work with Claude Code and Cursor?โผ
Yes. Both skills follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Can I use Navi skills without knowing the language?โผ
Yes. The skills give your agent complete syntax references, error-handling patterns, and runnable examples so it can write correct Navi and Navi Stream code from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core