claudeindex
Marketplace

cboone-cc-plugins

Claude Code commands, hooks, and skills from Christopher Boone (cboone.github.io)

Stars

1

Forks

0

Plugins

44

Installation

1

Add the marketplace

/plugin marketplace add cboone/cboone-cc-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

44

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

address-issue

Fetch a GitHub issue, plan the work, execute changes, and commit with issue references.

Plugin

check-zsh-scripts

Check and evaluate zsh scripts using shellcheck, shfmt, shellharden, zsh -n, zcompile, setopt warn_create_global/warn_nested_var, and checkbashisms.

Plugin

update-docs-reminder

Reminds you to update documentation when a commit includes significant code changes.

Plugin

update-review

Find the latest branch review, assess commits made since, and update the review document with a synthesized reassessment.

Plugin

write-bash-scripts

Applies Bash style conventions when creating or editing Bash scripts.

Plugin

write-zsh-scripts

Applies zsh style conventions when creating or editing zsh scripts, configurations, and completions.

Plugin

update-everything

Audit a repository against the latest plugin templates and update anything out of date.

Plugin

add-community-files

Add standard community files to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and PR template

Plugin

bootstrap-project

Assess a repository, determine what scaffolding and setup tools are needed, present a plan, and execute them in the correct order.

Plugin

create-issue

Create GitHub issues using tmpfiles to avoid permission prompts from large multiline Bash arguments.

Plugin

optimize-runner-usage

Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows.

Plugin

setup-ci

Set up GitHub Actions CI with test, lint, format, and vulnerability check jobs, plus matching Makefile targets.

Plugin

setup-installers

Set up installer and distribution methods for Go, Swift, and Rust projects: Homebrew tap, shell install script, go/cargo install, and release workflow.

Plugin

setup-secret-scanning

Set up secret scanning with gitleaks and TruffleHog GitHub Actions workflows and optional gitleaks configuration.

Plugin

use-git

Git and GitHub CLI conventions for Claude Code: tmpfile patterns, HEREDOC commits, GPG signing, safe push practices, and permission-prompt avoidance.

Plugin

release

Prepare a versioned release: analyze commits, update versions and changelog, create a release commit, and tag locally.

Plugin

add-goreleaser-homebrew

Add GoReleaser and Homebrew tap publishing to an existing Go CLI project with conditional support for completions, man pages, and macOS-only builds.

Plugin

add-scrut-cli-tests

Set up scrut snapshot-based CLI integration testing for a CLI project.

Plugin

address-review

Parse a review document for actionable feedback, work through items systematically, and track resolution progress.

Plugin

block-rm-rf

Blocks recursive rm commands and suggests using trash instead.

Plugin

clean-up-agent-config

Review and reorganize AI coding agent configuration and instruction files across Claude Code, Codex, Copilot, and OpenCode.

Plugin

commit

Smart, context-aware git commits with conventional commit messages and plan awareness.

Plugin

create-plugin

Guide for creating new plugins in this repository with consistent structure and conventions.

Plugin

create-worktree

Create a git worktree, branch, and tmux window with a task prompt using workmux.

Plugin

handle-secrets

Best practices for handling user-provided secrets in CLI tools: secure input methods, credential storage, secret masking, and language-specific libraries.

Plugin

lint-and-fix

Detect project linters and formatters, run them with auto-fix, resolve remaining issues, then commit and push the fixes.

Plugin

merge-main

Fetch and merge the base branch into the current feature branch with automatic conflict resolution.

Plugin

pr

Lint, commit, push, and create a pull request in one step with no prompts.

Plugin

review-branch

Review and evaluate all work done on the current branch: summarize changes, assess plan compliance, and evaluate code quality.

Plugin

scaffold-go-cli

Scaffold a complete Go CLI project with Cobra, GoReleaser, GitHub Actions, and Homebrew tap support.

Plugin

scaffold-go-library

Scaffold a Go library project with GoReleaser changelog releases, golangci-lint, GitHub Actions CI/CD, and Makefile.

Plugin

scaffold-new-repo

Scaffold the universal boilerplate for a new repository: LICENSE, README, CHANGELOG, .gitignore, agent config files, and a plans directory.

Plugin

setup-gitleaks

Set up gitleaks secret scanning with a GitHub Actions workflow and optional configuration.

Plugin

setup-linters

Detect project languages, recommend appropriate linters and formatters, install them, and generate config files.

Plugin

suggest-next-issue

Review open GitHub issues and recommend what to work on next with prioritized reasoning.

Plugin

write-markdown

Applies Markdown style conventions when creating or editing Markdown files.

Plugin

write-scrut-tests

Applies scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins.

Plugin

create-worktree-from-issue

Find a GitHub issue and create a worktree, branch, and tmux window for working on it, with issue context injected as a task prompt.

Plugin

resolve-copilot-pr-feedback

Process and resolve GitHub Copilot automated PR review comments.

Plugin

write-go-code

Go code style guide based on Google Go Style Guide, Effective Go, and Code Review Comments.

Plugin

write-shell-scripts

Applies Bash style conventions when creating or editing shell scripts.

Plugin

writing-go-code

Go code style guide based on Google Go Style Guide, Effective Go, and Code Review Comments.

Plugin

notify

Notifies you when Claude finishes a task or needs your attention.

Plugin

writing-shell-scripts

Applies Bash style conventions when creating or editing shell scripts.