AI tools
Skills
SVAR skills work with AI coding agents that support the SKILL.md convention, including Claude Code, Cursor, OpenAI Codex CLI, and Gemini CLI.
Run the following command to install the skill:
npx skills add svar-widgets/skills --skill svar-react
You can also download the skill folder manually from the skills repository.
Using skills
Skills are loaded automatically when the agent decides they match the task. To guarantee that a skill is used, invoke it explicitly:
- In Claude Code: start your prompt with
/svar-react - In OpenAI Codex CLI: start your prompt with
$svar-react
Flat context files for other tools
If you use tools without native skill support, like ChatGPT, GitHub Copilot, or browser-based playgrounds, the guides folder provides the same context as plain markdown files you can paste or attach:
svar-react-filter.md— context for the filter packagesvar-react-all.md— context for all packages in one file
SVAR MCP
We offer a Model Context Protocol (MCP) server that connects your AI assistant to up-to-date SVAR documentation and code examples. Since AI models can miss recent releases and API changes, the server provides current, verified information, helping your AI assistant produce accurate, SVAR-based code.
See how to enable it in popular AI coding tools (Claude Code, Cursor, VS Code):
Connect SVAR MCP Server