The official plugin marketplace for Stride's internal AI tooling. This repository is the central registry of Claude Code plugins used across Stride's engineering teams.
Note: Only install plugins you trust. Stride maintains this registry, but individual plugins may include MCP servers, scripts, or external dependencies — review each plugin's source before installing.
In Claude Code, register this repository as a plugin source:
/plugin marketplace add stride-build/stride-plugins-officialOnce added, you can browse and install any plugin listed below.
| Plugin | Description | Version |
|---|---|---|
superpowers |
Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills. | - |
learning-output-style |
Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style) | - |
afb-tdd |
An interactive Claude Code skill to do red-green-refactor style TDD | - |
To install a specific plugin:
/plugin install <plugin-name>Or browse all available plugins interactively:
/plugin > Discoverstride-plugins-official/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
└── plugins/ # Locally hosted plugins
└── <plugin-name>/
├── .claude-plugin/
│ └── plugin.json
└── README.md
Plugins sourced from external GitHub repositories are referenced by repo path in marketplace.json and fetched at install time.
To add a new plugin to the registry, update .claude-plugin/marketplace.json with an entry pointing to either a local ./plugins/<name> directory or an external github source, then open a PR for review.
See the existing entries in marketplace.json as a reference for the expected format.
See individual plugin directories for their respective licenses.