Official Claude Code plugin marketplace for Corestory integrations.
/plugin marketplace add corestory/corestory-marketplace/plugin install corestory@corestory-pluginsCorestory code intelligence integration - pair program with an AI navigator that knows your codebase, PRD, and technical specs.
Features:
- AI navigator skill for pair programming workflows
- Pre-configured MCP connection to Corestory API
- Setup command with token configuration instructions
Requirements:
CORESTORY_TOKENenvironment variable (get from https://app.corestory.ai)
After installing, run the setup command for configuration instructions:
/corestory:setupAdd to your project's .claude/settings.json for automatic team installation:
{
"extraKnownMarketplaces": {
"corestory-plugins": {
"source": {
"source": "github",
"repo": "corestory/corestory-marketplace"
}
}
},
"enabledPlugins": {
"corestory@corestory-plugins": true
}
}MIT