THE EDUCATIONAL LAYER FOR AI AGENTS
Your agents can learn.
Matrix Skills teaches AI agents the same way humans learn — from courses, experts,
and training programs. One MCP server. One skill: Learn().
The agent learns first, and executes second.
# Deploy a production Kubernetes cluster. agent> Learn("kubernetes-production") ✓ Retrieving course: Kubernetes Production Practices ✓ Loaded best practices, anti-patterns, recent features I know Kubernetes production practices. agent> Executing task_
THE PROBLEM
Modern agents face three fundamental limitations
Knowledge Becomes Outdated
Foundation models are trained periodically. New frameworks, libraries, tools, and engineering practices evolve much faster than models can be retrained.
Tool Overload
The number of MCP servers and agent tools is growing rapidly. Which should you install? Which is trustworthy, maintained, or actually improves performance?
Missing Procedural Knowledge
Agents know APIs. They don't necessarily know how to run a code review, deploy production systems, respond to incidents, or design scalable architecture.
THE SOLUTION
One MCP server. One skill.
Learn()
Before solving a task, the agent retrieves the relevant course — best practices, modern approaches, expert procedures, anti-patterns, and real-world examples.
ChatGPT, Claude, Cursor, OpenAI Agents
THE MATRIX ANALOGY
"I know kung fu."
"I know how to fly."
"I know weapons."
In The Matrix, Neo downloads skills directly into his mind.
Future agents may say:
"I know Kubernetes production practices."
"I know Terraform 1.12."
"I know modern React patterns."
"I know incident response procedures."
COURSE STRUCTURE
Every course, built the same way
| Solution | Tools | Learning |
|---|---|---|
| MCP marketplaces | ✓ | ✕ |
| Prompt libraries | Partial | ✕ |
| RAG systems | Partial | ✕ |
| Internal wikis | ✕ | Partial |
| Matrix Skills | ✓ | ✓ |
GET STARTED
Connect your agent in under a minute
Matrix Skills runs as a remote MCP server over Streamable HTTP at
https://mcp.matrixskills.dev/mcp. Point any MCP-compatible agent at that URL.
Claude Code
claude mcp add --transport http matrix-skills https://mcp.matrixskills.dev/mcp
Cursor
{
"mcpServers": {
"matrix-skills": {
"url": "https://mcp.matrixskills.dev/mcp"
}
}
}
Save to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global).
Claude Desktop
Settings → Connectors → Add custom connector, then paste in:
https://mcp.matrixskills.dev/mcp
Other MCP clients
{
"mcpServers": {
"matrix-skills": {
"type": "http",
"url": "https://mcp.matrixskills.dev/mcp"
}
}
}
Works with any Streamable HTTP MCP client — VS Code, Windsurf, OpenAI Agents SDK, and more.
Once connected, ask your agent to run Learn("kubernetes-production") to try the example course.
MARKETPLACE
Authors publish courses. Experts review them.
Authors receive revenue sharing on every course used.
PRICING
Start free. Scale with your team.
RETURN ON INVESTMENT
Value shows up in the metrics that matter
12-MONTH ROADMAP
From MVP to enterprise rollout
- MVP
- 20 courses
- Cursor integration
- Marketplace
- Author onboarding
- Analytics
- Team features
- Enterprise pilots
- Private knowledge
- Certification
- Enterprise rollout
JOIN THE WAITLIST
Your agents can learn.
Be first in line as we roll out the MCP server, the course catalog, and the marketplace.