From aws-skills-for-claude-code
Automates release process: checks clean git tree, determines semver bump from git log, updates English/Korean CHANGELOG.md and README badges, creates annotated git tag. Use for new releases.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
Automate the release process with validation checks.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Automate the release process with validation checks.
git statusgit log $(git describe --tags --abbrev=0)..HEAD --onelinegit tag -a vX.Y.Z -m "Release vX.Y.Z"Run with /release command