feat(registry/coder/skills): register modules and templates skills#901
Merged
Conversation
Adds two new entries to the Coder namespace skills catalogue: - coder/modules with the coder-modules.svg icon - coder/templates with the coder-templates.svg icon Both pull from coder/skills@main alongside the existing setup skill. Tags are scoped to [coder, terraform, modules] and [coder, terraform, templates] so the registry-server filter facets pick them up. Validator (cmd/readmevalidation) confirms the catalogue file still parses and that the icons resolve. Source repo content lands in coder/skills PR #2; until that merges, the catalogue declarations are effectively no-ops because the build pipeline only emits skills it discovers in the source repo.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds catalogue metadata for two upcoming Coder skills so the registry can surface them (once they exist in coder/skills@main) with appropriate icons and tag facets.
Changes:
- Registers
modulesandtemplatesskills in thesources:frontmatter, including display names, icons, and tags. - Expands the “Available Skills” table to include the new skills and descriptions.
matifali
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two new catalogue entries to
registry/coder/skills/README.md:coder/moduleswithcoder-modules.svgcoder/templateswithcoder-templates.svgBoth pull from
coder/skills@mainalongside the existingsetupskill. Tag sets are scoped so the registry-server filter facets pick them up ([coder, terraform, modules]and[coder, terraform, templates]).Verified locally
No other validator output changed (23 contributor profiles, 79 modules, 33 templates still parse cleanly).
Source repo content
The skill content (SKILL.md plus per-skill metadata) lives in coder/skills#2. Until that PR merges, this catalogue change is effectively a no-op: the registry-server build pipeline iterates over skills it discovers in the source repo, and looks up catalogue overrides per skill. Catalogue entries for skills that do not yet exist in the source repo are silently ignored.
That means these two PRs can land in either order without breaking anything. Both have to be merged before the new skills appear on registry.coder.com.
Related
modulesandtemplates)This PR was created with help from Coder Agents.