Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, and conventional commit standards
npx claudepluginhub basher83/lunar-claude --plugin git-workflowComprehensive git branch cleanup and organization
Generate changelog using git-cliff, optionally bump version tag
Run hooks and create clean, logical commits <example> Context: User just finished implementing a feature across multiple files. user: "I've finished adding the authentication module" assistant: "Great! You have changes across several files." <commentary> User completed coding task with multiple modified files. Proactively trigger commit-craft to organize changes into clean atomic commits. </commentary> assistant: "I'll use the commit-craft agent to organize these changes into logical, atomic commits." </example> <example> Context: User explicitly requests commit creation. user: "create commits for these changes" assistant: "I'll analyze your changes and group them logically." <commentary> Explicit commit request. Agent will identify related changes and create well-structured commits. </commentary> assistant: "I'll use the commit-craft agent to create clean, atomic commits following conventional format." </example> <example> Context: User has uncommitted work and wants to commit. user: "let's commit all this" assistant: "Let me review what's changed first." <commentary> User wants to commit work. Agent analyzes changes and creates multiple atomic commits rather than one large commit. </commentary> assistant: "I'll use the commit-craft agent to organize these into logical commits." </example> <example> Context: Large refactoring with many file changes. user: "I've refactored the database layer, ready to commit" assistant: "That's a significant change set." <commentary> Large changeset after refactoring. Agent will split into reviewable chunks and group related changes. </commentary> assistant: "I'll use the commit-craft agent to split this into reviewable, atomic commits." </example>
Summarize the current state of the git repository
This skill should be used when the user asks to "make commits", "commit all changes", "create a branch", "name a branch", "organize commits", "conventional commits", "generate changelog", "release version", "bump version", or needs guidance on git workflow best practices including commit organization, branch naming, and conventional commit format.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
AI-powered development tools for code review, research, design, and workflow automation.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.