Agent skills work alongside the MCP server. The MCP server gives your assistant the ability to call Relevance AI tools. Agent skills give it the knowledge to use them well.
Quick start
Connect the MCP server
The agent skills provide context, but your assistant still needs the MCP server to actually interact with your Relevance AI project. Follow the setup for your client on the MCP Server page.
What’s included
The agent skills repository contains structured reference documentation that your AI assistant reads on-demand:SKILL.md
The main skill definition — covers all 46 MCP tools, critical usage rules, and workflow patterns your assistant should follow.
Reference docs
Detailed guides for agents, tools, workforces, knowledge, analytics, and evals that the assistant reads when working on specific tasks.
Topics covered
Agents
Creating agents, system prompts, actions, memory, triggers, and troubleshooting.
Tools
Building tools, transformations, OAuth configuration, versioning, and patterns.
Workforces
Multi-agent orchestration concepts, setup, and debugging.
Knowledge
Knowledge table operations — creating tables, adding rows, querying data.
Analytics
Usage metrics and reporting capabilities.
Evals
Testing agent behaviour with evaluation cases.
Keeping skills up to date
The agent skills repository is a standard Git repo. Pull the latest changes periodically:How it works
When your AI assistant encounters a Relevance AI task, it reads the relevant files from the agent skills repository to understand:- Which MCP tools to call — the skill definition maps tasks to specific tool names
- What parameters to use — reference docs include required fields and correct formats
- What pitfalls to avoid — critical rules like “always fetch full agent config before updating” prevent common mistakes

