The universal registry for AI agent skills

Load your agent out with the right skills

Discover, install, and publish AI agent skills that work across every major LLM provider. One registry for MCP tools, behavioral skills, and everything in between.

$ npx loaditout add vercel/ai-sdk-tool
+ Added ai-sdk-tool@1.2.0 to your agent
$ npx loaditout add anthropic/mcp-memory
+ Added mcp-memory@0.4.1 (MCP server, stdio)

The problem with AI agent skills today

Skills.sh
SKILL.md only
No MCP support
Glama
MCP servers only
No behavioral skills
SkillsMP
GitHub crawler
Read-only, no CLI

Loaditout bridges all formats into one unified, searchable, installable ecosystem.

Everything your agent needs

{}
Universal Skill Format
One manifest (skill.json) wraps MCP tools, SKILL.md behaviors, and custom formats. Write once, run everywhere.
↔
Cross-Platform Compatible
Works with Claude Code, Cursor, Codex CLI, and any agent that speaks MCP or reads SKILL.md.
β–Ά
Install in Seconds
npx loaditout add user/skill. One command to add any skill to your agent. No config files, no boilerplate.
β˜…
Quality Curated
Community ratings, automated compatibility testing, and security scoring. Know what you’re installing.
☁
Hosted or Local
Run skills locally via stdio, or let Loaditout host them as Streamable HTTP endpoints. Your choice.
βš‘
Open Standard
The skill.json spec is open source. No lock-in, no proprietary formats. Fork it, extend it, contribute.

How it works

1
Browse or search
Find skills by category, LLM compatibility, or type (MCP tool, SKILL.md, hosted API).
2
Install with one command
npx loaditout add user/skill configures everything automatically for your agent.
3
Use instantly
Your agent picks up the new skill immediately. No restart, no config editing.

Recently Added

View all β†’

The universal skill manifest

One skill.json to describe any capability. MCP tools, behavioral skills, or both.

{
  "$schema": "https://loaditout.ai/schema/skill/v1.json",
  "name": "weather-lookup",
  "version": "1.0.0",
  "description": "Get current weather for any location",
  "type": "mcp-tool",
  "compatibility": {
    "agents": ["claude-code", "cursor", "codex-cli"],
    "llm_providers": ["anthropic", "openai", "google"]
  },
  "mcp": {
    "transport": "stdio",
    "command": "node",
    "args": ["./dist/server.js"]
  },
  "tags": ["weather", "api", "utility"]
}

Share your skills with the community

Built an MCP server or SKILL.md? List it on Loaditout in seconds. Just paste your GitHub repo URL.

Submit a Skill

Ready to get started?

Discover skills built by the community, or share your own with thousands of AI agent developers.