claudeindex
Marketplace

agent-harness-plugins

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

Stars

2

Forks

1

Plugins

51

Installation

1

Add the marketplace

/plugin marketplace add cboone/agent-harness-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

51

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

add-cobra-version

Add a version subcommand with build metadata (version, commit hash, build date, Go runtime version, optional JSON output) to an existing Cobra-based Go CLI, wiring up ldflags in main.go, the cmd package, GoReleaser, and the Makefile.

Plugin

add-community-files

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

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-issue

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

Plugin

address-review

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

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

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

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-issue

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

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

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

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

manage-repo-licensing

Bootstrap, audit, and maintain REUSE-style mixed-license coverage in a repository: LICENSES/, NOTICE, REUSE.toml, SPDX headers, and reuse lint cleanliness.

Plugin

merge-main

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

Plugin

notify

Sends macOS notifications when Claude Code, OpenCode, or Codex CLI finishes a task or needs your attention.

Plugin

optimize-runner-usage

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

Plugin

pin-everything

Pin every version surface in a repository (action SHAs, packageManager integrity digests, dependency exact-pins, runtime version files, install commands) for one-shot supply-chain hardening.

Plugin

pr

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

Plugin

rebase-onto-main

Fetch and rebase the current feature branch onto the base branch with automatic conflict resolution and force-with-lease push.

Plugin

refresh-project-scaffolding

Refresh existing project scaffolding against the latest plugin templates.

Plugin

release

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.

Plugin

resolve-copilot-pr-feedback

Process and resolve GitHub Copilot automated PR review comments.

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-lean-library

Scaffold a Lean 4 library project with Mathlib or PFR dependencies, Lake test/lint wiring, GitHub Actions CI, text linting, and agent instructions.

Plugin

scaffold-new-repo

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

Plugin

scaffold-rust-cli

Scaffold a complete Rust CLI project with Cargo, cargo-deny, cargo-nextest, git-cliff, GitHub Actions CI/CD, and Makefile.

Plugin

set-up-ci

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

Plugin

set-up-installers

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

Plugin

set-up-linters

Detect project languages, recommend linters and formatters, install them, and generate config files, including Pandoc-academic Markdown presets.

Plugin

set-up-secret-scanning

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

Plugin

suggest-next-issue

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

Plugin

upgrade-everything

Assess every version reference in a repository, evaluate available upgrades with repo-specific risk and reward, and present selectable upgrade options.

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

write-bash-scripts

Applies Bash style conventions when creating or editing Bash scripts.

Plugin

write-formalization-roadmap

Document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants.

Plugin

write-go-code

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

Plugin

write-homebrew-formula

Write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions.

Plugin

write-latex

LaTeX mathematical typesetting style guide based on AMS, IEEE, ISO 80000-2, and Knuth conventions.

Plugin

write-lean-code

Lean 4 style guide and Mathlib conventions for naming, proofs, formatting, and metaprogramming.

Plugin

write-lean-tests

Conventions for compile-time, example-based Lean 4 API regression tests that mirror a library's public surface.

Plugin

write-markdown

Applies Markdown style conventions when creating or editing Markdown files.

Plugin

write-math

Mathematical writing and exposition guide based on Tao, Knuth, Halmos, and other leading references.

Plugin

write-pandoc-markdown

Pandoc-flavored Markdown conventions for academic papers with LaTeX output.

Plugin

write-scrut-tests

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

Plugin

write-zsh-scripts

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