Register a model under an existing publisher — updates the members table without scaffolding a capsule.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add microsoft-foundry/model-releases --skill add-model --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Add Model?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/microsoft-foundry-add-model)More formats (shields.io, HTML) on the badges page.
---
kind: skill
name: add-model
description: Register a model under an existing publisher — updates the members table without scaffolding a capsule.
inputs:
- name: publisher
type: string
description: Publisher slug (must exist under models/).
required: true
- name: model
type: string
description: Model slug (kebab-case).
required: true
- name: capabilities
type: array
description: Capability tags from the taxonomy.
required: true
- name: model_card
type: url
description: Learn URL for the model card when available.
required: true
- name: released
type: date
description: Release date (YYYY-MM-DD).
required: false
- name: expires
type: date
description: Retirement date if known.
required: false
produces:
- models/<publisher>/README.md
validates_against:
- .github/specs/schemas/publisher.schema.json
depends_on:
- add-publisher
---
# add-model
Appends a row to the publisher README's members table. Does *not* create a
capsule folder — use [`add-capsule`](../add-capsule/) for that. If the
publisher folder does not yet exist, delegates to
[`add-publisher`](../add-publisher/) first.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!