Claude-code-plugins-plus-skills changelog-creator
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/planned-skills/generated/01-devops-basics/changelog-creator" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-changelog-creator && rm -rf "$T"
manifest:
planned-skills/generated/01-devops-basics/changelog-creator/SKILL.mdsource content
Changelog Creator
Purpose
This skill provides automated assistance for changelog creator tasks within the DevOps Basics domain.
When to Use
This skill activates automatically when you:
- Mention "changelog creator" in your request
- Ask about changelog creator patterns or best practices
- Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals.
Capabilities
- Provides step-by-step guidance for changelog creator
- Follows industry best practices and patterns
- Generates production-ready code and configurations
- Validates outputs against common standards
Example Triggers
- "Help me with changelog creator"
- "Set up changelog creator"
- "How do I implement changelog creator?"
Related Skills
Part of the DevOps Basics skill category. Tags: devops, git, docker, ci-cd, infrastructure