Skill Library for AI Agents

Build skills once.
Use them everywhere.

Store, search, and retrieve agent skills across every Claude session. Your own portable skill library, accessible via MCP.

A single source of truth for agent behavior.

Store

Upload skill bundles — a SKILL.md and any supporting files. Versioned, content-addressed, deduplicated.

Search

AI-powered semantic search finds the right skill by what it does, not just what it's named. Your agent asks, the library answers.

Share

Personal libraries for solo work. Organization libraries for teams. One skill definition, consistent behavior across every session.

Connect in one line.

01 Add the MCP server to your config

Point Claude Code at your runcurve MCP endpoint. OAuth handles the rest.

02 Your agent discovers skills automatically

When a task matches a stored skill, semantic search surfaces it. No manual imports, no copy-pasting.

03 Skills stay current across sessions

Update a skill once in the library. Every agent session pulls the latest version.

// claude_desktop_config.json
{
  "mcpServers": {
    "runcurve": {
      "url": "https://mcp.runcurve.com/mcp"
    }
  }
}

Start building your skill library.

Free to use. Upload skills via the web UI or directly from Claude Code.

Get Started