A collection of Claude code plugins developed by b4tchkn.
npx claudepluginhub b4tchkn/claude-code-pluginsA plugin that provides various Git-related functionalities to interact with Git repositories.
A plugin that provides QA workflow tools for test case generation and quality assurance.
Analyze Claude Code usage and costs using ccusage CLI to provide insights on token consumption and spending patterns.
A collection of Claude Code plugins that enhance Git workflows, QA processes, and usage analytics.
| Plugin | Version | Description | Skills |
|---|---|---|---|
| git-toolbox | 0.3.0 | Git-related workflow automation | 4 |
| qa-toolbox | 0.1.0 | QA workflow tools for test case generation | 2 |
| ccusage-analyzer | 0.1.0 | Claude Code usage and cost analysis | 1 |
A plugin that provides various Git-related functionalities to interact with Git repositories.
/check-github-ci — Check GitHub Actions CI status and provide root cause analysis with fix suggestions for any failures. Retrieves PR check results, identifies failed jobs, fetches error logs, and suggests specific fixes.
/create-draft-pr [--ja] — Automated draft PR creation based on Git change analysis. Performs pre-flight checks, analyzes branch changes, generates PR descriptions (using templates if available), and creates draft PRs. Supports English (default) and Japanese output.
/semantic-commit [--dry-run] [--lang <en|ja>] — Split large changes into meaningful minimal units and commit them sequentially with semantic commit messages. Detects project conventions (CommitLint config, commit history patterns) and language preferences automatically.
/pr-auto-update [--pr <num>] [--dry-run] [--lang <en|ja>] — Auto-update PR descriptions by analyzing Git changes. Preserves existing content and HTML comments, only fills in empty sections. Uses GitHub API directly to avoid comment escaping issues.
A plugin that provides QA workflow tools for test case generation and quality assurance.
/create-dev-check-list-android [description] — Generate a minimal developer self-check checklist for Android (Kotlin/Gradle) projects from git diff. Categorizes changed files (UI, ViewModel, Repository, DI, Build, etc.) and generates relevant verification checks. Copies output to clipboard.
/copy-simple-qa-cases [--lang en|ja] [PR number] — Generate QA test cases from branch diff and PR body for manual testing handoff. Produces structured test cases with preconditions, steps, and expected results. Copies output to clipboard.
Analyze Claude Code usage and costs using the ccusage CLI to provide insights on token consumption and spending patterns.
/analyze-usage [--monthly] [--session] [--since YYYYMMDD] [--until YYYYMMDD] [--breakdown] — Analyze token usage and costs via ccusage CLI. Provides daily/monthly/session reports with cost summaries, cache hit rates, trend analysis, spike detection, and optimization recommendations.
Install individual plugins using the Claude Code CLI:
# Install git-toolbox
claude plugin add --from https://github.com/b4tchkn/claude-code-plugins/tree/main/plugins/git-toolbox
# Install qa-toolbox
claude plugin add --from https://github.com/b4tchkn/claude-code-plugins/tree/main/plugins/qa-toolbox
# Install ccusage-analyzer
claude plugin add --from https://github.com/b4tchkn/claude-code-plugins/tree/main/plugins/ccusage-analyzer
Or install all plugins via the marketplace:
claude plugin add --from https://github.com/b4tchkn/claude-code-plugins
gh) — Required by git-toolbox and qa-toolbox for PR operations and CI status checksnpm install -g ccusage or use via npx)This repository uses an automated two-stage release pipeline via GitHub Actions:
workflow_dispatch. Select a plugin and version bump type (patch/minor/major). The workflow bumps the version in plugin.json, updates the marketplace version, and opens a PR to main.release/) is merged to main. Creates a Git tag ({plugin}/v{version}) and a GitHub Release with auto-generated notes.Contributions are welcome! To add a new plugin or skill:
plugins/ following the existing structure.claude-plugin/plugin.json with plugin metadataskills/{skill-name}/SKILL.md.claude-plugin/marketplace.jsonThis project is licensed under the MIT License.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations