Claude Code commands, hooks, and skills from Christopher Boone (cboone.github.io)
npx claudepluginhub cboone/agent-harness-pluginsAdd standard community files to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and PR template.
Add GoReleaser and Homebrew tap publishing to an existing Go CLI project with conditional support for completions, man pages, and macOS-only builds.
Set up scrut snapshot-based CLI integration testing for a CLI project.
Parse a review document for actionable feedback, work through items systematically, and track resolution progress.
Assess a repository, determine what scaffolding and setup tools are needed, present a plan, and execute them in the correct order.
Check and evaluate zsh scripts using shellcheck, shfmt, shellharden, zsh -n, zcompile, setopt warn_create_global/warn_nested_var, and checkbashisms.
Review and reorganize AI coding agent configuration and instruction files across Claude Code, Codex, Copilot, and OpenCode.
Smart, context-aware git commits with conventional commit messages and plan awareness.
Create GitHub issues using tmpfiles to avoid permission prompts from large multiline Bash arguments.
Best practices for handling user-provided secrets in CLI tools: secure input methods, credential storage, secret masking, and language-specific libraries.
Detect project linters and formatters, run them with auto-fix, resolve remaining issues, then commit and push the fixes.
Fetch and merge the base branch into the current feature branch with automatic conflict resolution.
Lint, commit, push, and create a pull request in one step with no prompts.
Prepare a versioned release or Claude Code marketplace catalog state tag: update release files, create a release commit, tag locally, and optionally publish a GitHub Release.
Process and resolve GitHub Copilot automated PR review comments.
Review and evaluate all work done on the current branch: summarize changes, assess plan compliance, and evaluate code quality.
Scaffold a complete Go CLI project with Cobra, GoReleaser, GitHub Actions, and Homebrew tap support.
Scaffold the universal boilerplate for a new repository: LICENSE, README, CHANGELOG, .gitignore, agent config files, and a plans directory.
Review open GitHub issues and recommend what to work on next with prioritized reasoning.
Git and GitHub CLI conventions for Claude Code: tmpfile patterns, HEREDOC commits, GPG signing, safe push practices, and permission-prompt avoidance.
Go code style guide based on Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior.
Applies Markdown style conventions when creating or editing Markdown files.
A collection of plugins for Claude Code, from Christopher Boone.
Skills
Git:
Commit
∙ Merge Main
∙ PR
∙ Release
∙ Review Branch
∙ Use Git
Issues and Worktrees:
Address Issue
∙ Create Issue
∙ Create Worktree
∙ Create Worktree from Issue
∙ Suggest Next Issue
Code Review:
Address Review
∙ Resolve Copilot PR Feedback
∙ Update Review
Code Quality:
Check Zsh Scripts
∙ Handle Secrets
∙ Lint and Fix
∙ Setup Linters
∙ Write Go Code
∙ Write Markdown
∙ Write Scrut Tests
∙ Write Bash Scripts
∙ Write Zsh Scripts
Scaffolding:
Add Community Files
∙ Bootstrap Project
Agents:
Clean Up Agent Config
∙ Create Plugin
Commands
Code Quality:
Add Scrut CLI Tests
CI Optimization:
Optimize Runner Usage
Scaffolding:
Add GoReleaser Homebrew
∙ Scaffold Go CLI
∙ Scaffold Go Library
∙ Scaffold Rust CLI
∙ Scaffold New Repo
∙ Setup CI
∙ Setup Secret Scanning
∙ Setup Installers
∙ Update Everything
Hooks
Security:
Block rm -rf
Workflow:
Notify
∙ Update Docs Reminder
From within claude, open the plugins manager via /plugin, then tab to Marketplace, and hit enter to Add Marketplace. Type cboone/cboone-cc-plugins, then choose which plugins you would like to install.
Or, from within claude, run:
/plugin marketplace add cboone/cboone-cc-plugins
Skills for the commit-to-PR pipeline. Stage, commit, merge, review, and open pull requests without leaving the conversation.
Smart, context-aware git commits with conventional commit messages and plan awareness. Analyzes your diff to generate well-structured commit messages, handles staged-only vs. all changes, and supports commit-and-push workflows.
Trigger:
/commitDetails: README
Fetch and merge the repository's base branch into the current feature branch. Automatically detects the default branch, handles uncommitted changes, resolves merge conflicts, and pushes after a successful merge.
Trigger:
/merge-mainRequires:gh(falls back togit remote show originif unavailable) Details: README
Commit all changes, push to remote, and create a GitHub pull request in one automated step with no prompts. Detects connected issues and adds closing references automatically.
Prepare a versioned release by analyzing conventional commits, recommending a version bump, updating version references in project files and documentation, managing CHANGELOG.md in Keep a Changelog format, creating a release commit, tagging locally, and optionally pushing and creating a GitHub Release. Detects project type automatically (Go CLI, Go library, or generic).
Trigger:
/releaseRequires:gh(optional, for GitHub Release creation) Details: README
Summarize all work done on the current branch compared to the base branch. Groups changes by area, highlights notable modifications, and optionally compares progress against a plan document.
Trigger:
/review-branchDetails: README
Git and GitHub CLI conventions for Claude Code. Covers when to use tmpfiles vs HEREDOCs for passing content, GPG signing, safe push practices, secret file exclusion, and parallel tool call patterns to avoid permission prompts.
Trigger:
/use-git(also activates automatically) Details: README
Parallel development with git worktrees. Pick an issue, spin up an isolated worktree with its own agent session, and let each agent work independently.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations