feat: add coder-modules and coder-templates skills for creating and updating modules and templates#813
Open
DevelopmentCats wants to merge 11 commits intomainfrom
Open
feat: add coder-modules and coder-templates skills for creating and updating modules and templates#813DevelopmentCats wants to merge 11 commits intomainfrom
DevelopmentCats wants to merge 11 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two Claude Code skills to help AI agents create/update Coder Registry modules and workspace templates in this repo, with guidance on scaffolding, Terraform patterns, testing, README requirements, icons, and versioning.
Changes:
- Add
coder-modulesskill with module scaffolding, testing, README, icons, and version bump guidance. - Add
coder-templatesskill with template scaffolding, Terraform patterns (presets/prebuilds/tasks), README standards, and operational checklists.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| .claude/skills/coder-templates/SKILL.md | New skill doc for building/updating Registry workspace templates, including presets/prebuilds/tasks guidance. |
| .claude/skills/coder-modules/SKILL.md | New skill doc for building/updating Registry modules, including required .tftest.hcl tests and version bump workflow. |
… validation checks are clear
…nuanced module requirements when agent consumes modules.
…and coder-templates, and clarify coder data source usage nuance
…s, emphasizing user-facing options and sensible defaults
…oder-modules and coder-templates, emphasizing the importance of proper structure and user-facing options
matifali
reviewed
Mar 28, 2026
Contributor
Author
|
We should be good to go here now. I symlinked the skills from |
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.
Description
Add two Claude Code skills for the Coder Registry:
coder-modulesandcoder-templates. These skills guide AI agents through creating and updating registry modules and workspace templates, covering scaffolding, Terraform patterns, testing, README standards, icon management, version bumps, and newer features like presets, prebuilds, and task-oriented templates.Type of Change
Testing & Validation
bun test)bun fmt)Related Issues
None