Claude-skill-registry-data maintainer-skill

Maintain the atlassian_confluence_cloud_v2_client SDK project. Use when asked to generate SDK code from OpenAPI spec, debug API issues, fix OpenAPI spec errors, or run the maintenance cycle.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/maintainer-skill" ~/.claude/skills/majiayu000-claude-skill-registry-data-maintainer-skill && rm -rf "$T"
manifest: data/maintainer-skill/SKILL.md
source content

Maintainer Skill

This skill helps maintain the

atlassian_confluence_cloud_v2_client
Python SDK project.

Required Reading

Before performing any maintenance tasks, you MUST first read the maintainer guide to understand the complete workflow:

maintainer-guide.rst