Backstage Plugins
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
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).
- backstage-plugin-coder: Frontend plugin for integrating Coder workspaces with Backstage.
- auth-backend-module-coder-provider: Backend authentication module for Coder OAuth2 integration with Backstage's New Backend System.
- backstage-plugin-devcontainers-backend: Backend plugin for integrating VS Code Dev Containers with Backstage catalog items (no Coder deployment necessary).
- backstage-plugin-devcontainers-react: Frontend plugin for detecting and working with Dev Containers repo data, letting you open repos in VS Code with a full Dev Containers setup (no Coder deployment necessary).
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11