Empower your coding agent with the decision intelligence capabilities of RelationalAI.
Skills are markdown files encoding expert knowledge — heuristics, workflows, and patterns. They are distributed as folders and installed into a location the agent can discover (e.g. ~/.claude/skills/). At runtime, the agent reads relevant skills to inform its reasoning, and calls tools to take action. Skills shape how the agent thinks; tools shape what it can do.
+---------+
| Agent |
+---------+
/ \
reads calls
/ \
+-------------+ +-------------+
| Skills | | Tools |
| <knowledge> | | <actions> |
+-------------+ +-------------+
The skills in this repo instruct your agent how to use the relationalai Python package (aka PyRel) to leverage RAI semantic models and advanced reasoners.
The RelationalAI Native App for Snowflake must be installed in your account by an administrator.
- Request access here.
- See the RAI Native App docs for details.
The rai_developer role is needed to execute PyRel programs.
-
You or your agent can manually copy the contents of our skills folder into your skills folder.
-
Vercel's skills CLI (requres
npmv5.2.0+) helps you manage & update skills for most coding agents.
npx skills add RelationalAI/rai-agent-skills --skill '*'
# optionally specify an agent
npx skills add RelationalAI/rai-agent-skills --skill '*' --agent cortexFollow these instructions to point at this repo.
Example:
/plugin marketplace add RelationalAI/rai-agent-skills
/plugin install rai@RelationalAI
# or use the wizard
/plugin
Restart your session after installing.
Follow these instructions.
In short, clone this repo to your file system then use the /skill dialog to add the skills folder.
Follow these instructions to point at this repo.
Example:
// settings.json
"chat.plugins.marketplaces": [
"RelationalAI/rai-agent-skills"
]

