Agent Skills
You can install a reusable Scalar Docs skill for coding agents with the skills CLI.
Install the Scalar Docs skill
Install directly from GitHub:
npx skills add scalar/scalar --skill scalar-docs
Install to specific agents
Example for Cursor and Codex:
npx skills add scalar/scalar \
--skill scalar-docs \
--agent cursor \
--agent codex
Install globally
To make the skill available across projects:
npx skills add scalar/scalar --skill scalar-docs --global