install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cleanup-changelog" ~/.claude/skills/majiayu000-claude-skill-registry-cleanup-changelog && rm -rf "$T"
manifest:
skills/data/cleanup-changelog/SKILL.mdsource content
Cleanup changelog
: fix formatting and remove empty sections in GOAL
CHANGELOG.md.
: after generating or updating the changelog.WHEN
Efficiency directives
- Optimize all operations for token and context efficiency
- Batch operations on file groups, avoid individual file processing
- Target only relevant files
- Reduce token usage
Workflow
- Invoke the
skill onfix-markdownCHANGELOG.md - Run
scripts/remove-empty-headers.sh CHANGELOG.md - Invoke the
skill onfix-markdown
againCHANGELOG.md DONE
Output
Files modified:
- Formatted and cleanedCHANGELOG.md
Status communication:
- Cleanup completedSUCCESS
- Operation failedERROR