Skip to content

RelationalAI/rai-agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RelationalAI Agent Skills

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.

Prerequisites

The RelationalAI Native App for Snowflake must be installed in your account by an administrator.

The rai_developer role is needed to execute PyRel programs.

Installation

Generic

  • You or your agent can manually copy the contents of our skills folder into your skills folder.

  • Vercel's skills CLI (requres npm v5.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 cortex

Claude

Follow 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.

Claude skills

Cortex Code

Follow these instructions.

In short, clone this repo to your file system then use the /skill dialog to add the skills folder.

Cortex skills

VSCode

Follow these instructions to point at this repo.

Example:

// settings.json
"chat.plugins.marketplaces": [
    "RelationalAI/rai-agent-skills"
]

About

Empower your coding agent with the decision intelligence capabilities of RelationalAI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages