Share a local Claude Code skill with the team via the Confluence skill catalog.
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:
- Create
src/content/entries/td-NNN-<slug>.md — copy an existing entry as a template
- Fill in
id, title, pitch, kind: skill, stage, owner, lastReviewed
- Set
claudeInstall to the install prompt (see the skill-catalog entry for the pattern)
Full catalog entry schema: src/content.config.ts