Skip to content

crowdbotics/corestory-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Corestory Plugins Marketplace

Official Claude Code plugin marketplace for Corestory integrations.

Installation

Add the Marketplace

/plugin marketplace add corestory/corestory-marketplace

Install the Plugin

/plugin install corestory@corestory-plugins

Available Plugins

corestory

Corestory 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:

Configuration

After installing, run the setup command for configuration instructions:

/corestory:setup

For Teams

Add 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
  }
}

License

MIT

About

Claude Code plugin marketplace for Corestory code intelligence integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors