AI @ MCS

Playbooks

Publish a Skill to the Catalog

Share a local Claude Code skill with the team via the Confluence skill catalog.

Audience  Engineering

If you’ve built a Claude Code skill that other people would find useful, you can publish it to the shared catalog so anyone can pull it.

What you need

  • A working skill directory at .claude/skills/<name>/ with a valid SKILL.md
  • The skill-catalog skill installed — see Set up Claude Code if you don’t have it

Publish

/skill-catalog push <name>

This packages your skill directory as a zip and uploads it as an attachment to the skill’s Confluence page (creating a new page if one doesn’t exist).

After publishing

Add an entry to this portal so people can discover it:

  1. Create src/content/entries/td-NNN-<slug>.md — copy an existing entry as a template
  2. Fill in id, title, pitch, kind: skill, stage, owner, lastReviewed
  3. Set claudeInstall to the install prompt (see the skill-catalog entry for the pattern)

Full catalog entry schema: src/content.config.ts