Git Development Workflows
/plugin marketplace add yanmxa/cc-plugins
/plugin install git@yanmxa/cc-plugins
Commit changes with sign-off and push to origin by default
Compact all commits in a GitHub PR into a single commit with comprehensive message and DCO sign-off
Create a pull request following Git best practices:
Creates a new git worktree with automatic naming conventions and branch management. Supports optional parameters for customization and integration with editors/tmux.
Rebase a pull request against its target base branch (from the PR's merge target) and force push the updates. If no PR number is specified, rebases all open PRs.
```bash
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review