Skip to content

feat(registry/coder/skills): register modules and templates skills#901

Merged
DevelopmentCats merged 1 commit into
mainfrom
agent/catalogue-modules-templates
May 26, 2026
Merged

feat(registry/coder/skills): register modules and templates skills#901
DevelopmentCats merged 1 commit into
mainfrom
agent/catalogue-modules-templates

Conversation

@DevelopmentCats
Copy link
Copy Markdown
Collaborator

Summary

Adds two new catalogue entries to registry/coder/skills/README.md:

  • coder/modules with coder-modules.svg
  • coder/templates with coder-templates.svg

Both pull from coder/skills@main alongside the existing setup skill. Tag sets are scoped so the registry-server filter facets pick them up ([coder, terraform, modules] and [coder, terraform, templates]).

Verified locally

go run ./cmd/readmevalidation
processing skills README files  num_files=1
processed all skills README files  num_files=1

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

This PR was created with help from Coder Agents.

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.
Copilot AI review requested due to automatic review settings May 26, 2026 14:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 modules and templates skills in the sources: frontmatter, including display names, icons, and tags.
  • Expands the “Available Skills” table to include the new skills and descriptions.

@DevelopmentCats DevelopmentCats merged commit 139fadb into main May 26, 2026
5 checks passed
@DevelopmentCats DevelopmentCats deleted the agent/catalogue-modules-templates branch May 26, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants