You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every module in the coder namespace gets a scorecard: a 0-100 score for how well it covers the things we care about in a module, like clear configuration examples, secret handling, air-gapped installs, tests, and Coder platform integration. Each module below links to a dedicated discussion where its scorecard lives and where you can leave thoughts, questions, and feedback.
We built this to have a shared definition of quality for modules. Anyone contributing can see what a good module looks like in one place instead of rediscovering it in review. It is not a gate today (it may become one), and the criteria will change over time. It also catches regressions: modules are re-scored when they change, so a removed feature or deleted doc shows up as a dropped score.
Scores come from Claude reading each module's code, tests, and README against SCORECARD.md, with calibration rules to keep it strict and totals computed by script. A GitHub Action re-scores a module when it changes on main, re-scores everything weekly or when the criteria change, and comments on PRs that would move a module's score. The scores are advisory. If one looks wrong, say so in the module's discussion.
Want to contribute? Low scores are a ready-made backlog. Pick a module, open its discussion to see exactly which criteria it misses (a visual preview, air-gapped install docs, tests, session persistence), and open a PR against registry/coder/modules/<module>.
Notes: N/A means the theme does not apply to that module (for example, a module that downloads nothing has no install URL to mirror) and is excluded from its total.
Updated 2026-07-15. Scores refresh when modules change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every module in the
codernamespace gets a scorecard: a 0-100 score for how well it covers the things we care about in a module, like clear configuration examples, secret handling, air-gapped installs, tests, and Coder platform integration. Each module below links to a dedicated discussion where its scorecard lives and where you can leave thoughts, questions, and feedback.We built this to have a shared definition of quality for modules. Anyone contributing can see what a good module looks like in one place instead of rediscovering it in review. It is not a gate today (it may become one), and the criteria will change over time. It also catches regressions: modules are re-scored when they change, so a removed feature or deleted doc shows up as a dropped score.
Scores come from Claude reading each module's code, tests, and README against SCORECARD.md, with calibration rules to keep it strict and totals computed by script. A GitHub Action re-scores a module when it changes on
main, re-scores everything weekly or when the criteria change, and comments on PRs that would move a module's score. The scores are advisory. If one looks wrong, say so in the module's discussion.Want to contribute? Low scores are a ready-made backlog. Pick a module, open its discussion to see exactly which criteria it misses (a visual preview, air-gapped install docs, tests, session persistence), and open a PR against
registry/coder/modules/<module>.Agent modules
AI coding agents you can run in a workspace.
IDE modules
Editors and IDEs users open from the dashboard.
Utility modules
Auth, regions, git helpers, and other workspace plumbing. Scored on the universal themes only, normalized to 100.
Notes: N/A means the theme does not apply to that module (for example, a module that downloads nothing has no install URL to mirror) and is excluded from its total.
Updated 2026-07-15. Scores refresh when modules change.
Beta Was this translation helpful? Give feedback.
All reactions