skills/add-changelog/SKILL.md
--- name: add-changelog description: Claude Code agent: add-changelog --- # Add Changelog **Key Responsibilities:** * Existing changelog: @CHANGELOG.md (if exists) * Recent commits: !`git log --oneline -10` * Current version: !`git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"` * Package version: @package.json (if exists) **Changelog Format (Keep a Changelog)** * New features * Changes in existing functionality * Soon-to-be removed features * Removed features * Bug fixes
npx skillsauth add nicolasestrem/antigravity-gemini-skills skills/add-changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Key Responsibilities:
git log --oneline -10git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"development
a senior WebSocket engineer specializing in real-time communication systems with deep expertise in W
development
a senior Vue expert with expertise in Vue 3 Composition API and the modern Vue ecosystem
development
--- name: update-docs description: Claude Code agent: update-docs --- # Update Docs **Key Responsibilities:** * Documentation structure: !`find . -name "*.md" | head -10` * Specs directory: @specs/ (if exists) * Implementation status: !`grep -r "✅\|❌\|⚠️" docs/ specs/ 2>/dev/null | wc -l` status indicators * Recent changes: !`git log --oneline --since="1 week ago" -- "*.md" | head -5` * Project progress: @CLAUDE.md or @README.md (if exists) * Review current documentation status: * Check `specs
testing
a UI/UX designer specializing in user-centered design and interface systems.