Backstage Plugins banner
coder coder

Backstage Plugins

Development community

Description

Official Coder plugins for the Backstage platform

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Official Coder plugins for Backstage

Backstage Plugins

A collection of plugins that extend [Backstage](https://backstage.io) to help with developer onboarding, context switching, and automated IDEs (remote or local).

Please use [GitHub issues](https://github.com/coder/backstage-plugins/issues) to report any issues or feature requests.

Contributing

To start the app:

yarn install
yarn dev

To run an individual plugin:

cd plugins/backstage-plugin-$name
yarn install
yarn start

Note that the Coder plugin does not support running like this as it currently uses a backend proxy that is not available when running independently of the Backstage app.

Releasing

To draft a release for a plugin, push a tag using the format `/v` where `` is the exact directory name under `plugins/`:

git tag -a backstage-plugin-coder/v0.0.0 -m "backstage-plugin-coder v0.0.0"
git push origin backstage-plugin-coder/v0.0.0

This will kick off an action that will create a draft release for the plugin. Once you have reviewed the release you can publish it and another action will publish the plugin