3 Commits

Author SHA1 Message Date
DevCats
42263af7a0 refactor: replace per-skill catalogue entries with namespace-level source references
Skills content now lives in source repos (e.g., coder/skills) instead of
being duplicated in the registry. Each namespace declares its skill source
repo(s) in a single registry/<namespace>/skills/README.md with a sources
field in the frontmatter.

Changes:
- Replace per-skill directories (coder-modules/, coder-templates/) with
  a single registry/coder/skills/README.md that references coder/skills
- Revert .agents/skills/ frontmatter changes (those files will move to
  coder/skills repo)
- Revert version-bump.sh and tag_release.sh skill-specific version
  extraction (versioning lives in source repos now)
- Keep CI/CD path triggers for registry/**/skills/** so catalogue
  metadata changes trigger deployment

The registry-server build pipeline (PR #442) will need to be updated
to clone source repos declared in the README.md frontmatter and
auto-discover skills from them.
2026-05-11 19:46:48 +00:00
DevCats
1282d3c3c6 cat: add skills as first-class catalogue items
Add agent skills to the registry catalogue alongside modules and
templates, following the agentskills.io specification with proper
frontmatter metadata (license, version, author, tags).

- Add registry/coder/skills/coder-modules/ and
  registry/coder/skills/coder-templates/ as catalogue entries,
  each with SKILL.md (full spec frontmatter + body) and README.md.
- Update .agents/skills/ frontmatter to match catalogue versions.
- Update CI/CD workflows and scripts to support skills:
  - deploy-registry.yaml: add skills path trigger
  - release.yml: detect skills vs modules for changelog path
  - version-bump.yaml: add skills path trigger
  - version-bump.sh: include skills in change detection
  - tag_release.sh: scan skills directories and extract version
    from SKILL.md frontmatter
2026-05-04 20:25:29 +00:00
DevCats
5973739f41
feat: add coder-modules and coder-templates skills for creating and updating modules and templates (#813)
## Description

Add two Claude Code skills for the Coder Registry: `coder-modules` and
`coder-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.
2026-04-02 20:14:59 +00:00