From app-dev
Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries
npx claudepluginhub willsigmon/sigstack --plugin app-devThis skill is limited to using the following tools:
Create commits following Leavn's emoji convention:
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.
Create commits following Leavn's emoji convention:
Check what changed:
git status
git diff --stat
git diff
Choose emoji prefix:
:wrench: - Bug fixes, corrections:rocket: - New features, major improvements:broom: - Code cleanup, deletions:zap: - Performance improvements:shield: - Security, error handling:twisted_rightwards_arrows: - Merge, consolidation:bug: - Bug fixes (visual/functional):art: - UI/UX improvements:musical_note: - Audio features:memo: - DocumentationWrite commit message:
{emoji} Brief summary (50 chars)
- Bullet point details
- File counts, line changes
- Impact statement
๐ค Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Commit:
git add -A
git commit -m "$(cat <<'EOF'
Message here
EOF
)"
Use this skill when: Ready to commit changes, multiple files modified, need good commit message