By olioapps
Automated git workflow with AI-powered commit messages and PR management. Includes commands for commits, PR creation/editing, and comprehensive PR reviews.
npx claudepluginhub olioapps/claude-code-plugins --plugin git-actionsStage all changes and create commit with AI-generated message
Create commit with AI-generated message for staged changes only
Arguments: `/git-actions:commit [MODE] [CUSTOM_INSTRUCTIONS]`
Arguments: `/git-actions:pr-edit [PR_NUMBER] [CUSTOM_INSTRUCTIONS]`
AI-powered comprehensive PR review
Arguments: `/git-actions:pr-write [BASE_BRANCH] [CUSTOM_INSTRUCTIONS]`
Expert at writing concise, information-dense commit messages following best practices. Analyzes git changes and creates atomic commits with clear, purposeful messages.
Expert at creating comprehensive, well-structured pull request descriptions. Analyzes branch changes and generates PR content that helps reviewers understand context, changes, and testing requirements. Use when creating or updating pull requests.
Expert code reviewer that analyzes pull requests comprehensively. Reviews code quality, identifies bugs, assesses test coverage, evaluates documentation, and provides actionable feedback. Use when reviewing GitHub pull requests.
Create git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes ready to be committed. Invokes /git-actions:commit command which analyzes changes, generates concise messages matching repo style, and handles staging/approval workflow.
Create and update pull request descriptions with comprehensive, well-structured content. Use when the user asks to create a PR, mentions "pull request" or "PR", wants to merge a branch, or needs to update an existing PR description. Invokes /git-actions:pr-write (create draft PR) or /git-actions:pr-edit (update PR) commands which analyze commits, generate structured descriptions with testing/deployment notes, and handle approval workflow.
Olio Apps' Claude Code plugin marketplace - custom agents, commands, and workflows for enhanced AI-assisted development.
A Claude Code plugin marketplace providing custom agents, commands, and workflows for AI-assisted development.
Add this marketplace to your Claude Code settings to install plugins:
settings.json file in ~/.claudeextraKnownMarketplaces object:{
"extraKnownMarketplaces": {
"olio-plugins": {
"source": {
"source": "github",
"repo": "olio-apps/claude-code-plugins"
}
}
}
}
/plugin marketplace add olio-plugins
/plugin install git-actions@olio-plugins
/plugin enable git-actions@olio-plugins
/git-actions
Category: Productivity
AI-powered git workflow automation with intelligent commit messages, comprehensive PR descriptions, and thorough code reviews.
All plugins follow the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── agents/ # AI agent definitions
│ └── agent-name.md
├── commands/ # Slash commands
│ └── command-name.md
├── hooks/ # Tool execution hooks
│ └── hooks.json
└── scripts/ # Helper scripts
└── script-name.sh
This repository includes a marketplace manifest at .claude-plugin/marketplace.json that catalogs available plugins with detailed metadata including:
Detailed documentation for each plugin is available in plugins/README.md, including:
This marketplace provides production-ready plugins for enhancing your development workflow with AI-powered automation.
✓ Commands: Markdown-based slash commands with YAML frontmatter ✓ Agents: Specialized AI personas with specific capabilities ✓ Plugin Composition: Commands that invoke agents
Add to settings.json and use /plugin install (see Quick Start above)
Clone this repository and point Claude Code to it:
git clone https://github.com/your-org/claude-code-plugins.git
cd claude-code-plugins
# Use /plugin enable <plugin-name> in Claude Code
Copy a single plugin directory to your .claude/plugins/ directory
MIT License - See LICENSE file for details
Plugins are provided as-is. Feel free to fork and modify for your own use.
Author: Dustin Herboldshimer Organization: Olio Apps Created: 2025 Purpose: AI-powered development workflow automation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use