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.
Loaditout bridges all formats into one unified, searchable, installable ecosystem.
Find the right skills for your workflow
npx loaditout add user/skill configures everything automatically for your agent.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"]
}Built an MCP server or SKILL.md? List it on Loaditout in seconds. Just paste your GitHub repo URL.
Submit a SkillDiscover skills built by the community, or share your own with thousands of AI agent developers.