# Skillstore Skillstore is a public catalog for AI skills and skill packs that work with Claude, Codex, and Claude Code. ## Primary Agent Routes - Skill packs: https://skillstore.io/plugins - Skills: https://skillstore.io/skills - For Agents page: https://skillstore.io/agents - Clean markdown skill detail: https://skillstore.io/skills/{slug}.md - Clean markdown pack detail: https://skillstore.io/plugins/{slug}.md - Skill JSON API: https://skillstore.io/api/skills - Pack JSON API: https://skillstore.io/api/plugins - MCP endpoint: https://skillstore.io/api/mcp ## Detail And Install Surfaces - GET https://skillstore.io/skills/{slug}.md for agent-readable skill context. - GET https://skillstore.io/plugins/{slug}.md for agent-readable skill pack context. - GET https://skillstore.io/api/skills/{slug}/manifest for the skill install manifest. - GET https://skillstore.io/api/plugins/{slug}/manifest for the skill pack install manifest. - GET https://skillstore.io/api/skills/{slug}/lockfile for a signed skillstore.lock.json payload. - GET https://skillstore.io/api/plugins/{slug}/lockfile for a signed skillstore.lock.json payload. - POST https://skillstore.io/api/mcp with JSON-RPC tools/list and tools/call for search_skills, get_pack, install_pack, and list_scenarios. - Use "npx skillstore add author/skill-slug" for individual skills when an author namespace is available. - Use "npx skillstore add @{pack-slug}" for skill packs. ## Rules For Agents - Prefer the .md routes when collecting context for a user. - Use JSON APIs when searching, filtering, or building UI. - Only install public, approved catalog items. - Treat Ed25519 manifest signatures, immutable GitHub commit artifacts, and skillstore.lock.json as the authority for automated installation. - Do not assume private or pending-review packs are installable.