Add the marketplace
/plugin marketplace add cboone/agent-harness-pluginsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
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.
Add 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.
Fetch a GitHub issue, plan the work, execute changes, and commit with issue references.
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.
Guide for creating new plugins in this repository with consistent structure and conventions.
Create a git worktree, branch, and tmux window with a task prompt using workmux.
Find a GitHub issue and create a worktree, branch, and tmux window for working on it, with issue context injected as a task prompt.
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.
Bootstrap, audit, and maintain REUSE-style mixed-license coverage in a repository: LICENSES/, NOTICE, REUSE.toml, SPDX headers, and reuse lint cleanliness.
Fetch and merge the base branch into the current feature branch with automatic conflict resolution.
Sends macOS notifications when Claude Code, OpenCode, or Codex CLI finishes a task or needs your attention.
Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows.
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.
Fetch and rebase the current feature branch onto the base branch with automatic conflict resolution and force-with-lease push.
Refresh existing project scaffolding against the latest plugin templates.
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 a Go library project with GoReleaser changelog releases, golangci-lint, GitHub Actions CI/CD, and Makefile.
Scaffold a Lean 4 library project with Mathlib or PFR dependencies, Lake test/lint wiring, GitHub Actions CI, text linting, and agent instructions.
Scaffold the universal boilerplate for a new repository: LICENSE, README, CHANGELOG, .gitignore, agent config files, and a plans directory.
Scaffold a complete Rust CLI project with Cargo, cargo-deny, cargo-nextest, git-cliff, GitHub Actions CI/CD, and Makefile.
Set up GitHub Actions CI with test, lint, format, and vulnerability check jobs, plus matching Makefile targets.
Set up installer and distribution methods for Go, Swift, Rust, and Zig projects: Homebrew tap, go/cargo install, and release workflow.
Detect project languages, recommend linters and formatters, install them, and generate config files, including Pandoc-academic Markdown presets.
Set up secret scanning with gitleaks and TruffleHog GitHub Actions workflows and optional gitleaks configuration.
Review open GitHub issues and recommend what to work on next with prioritized reasoning.
Assess every version reference in a repository, evaluate available upgrades with repo-specific risk and reward, and present selectable upgrade options.
Git and GitHub CLI conventions for Claude Code: tmpfile patterns, HEREDOC commits, GPG signing, safe push practices, and permission-prompt avoidance.
Applies Bash style conventions when creating or editing Bash scripts.
Document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants.
Go code style guide based on Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior.
Write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions.
LaTeX mathematical typesetting style guide based on AMS, IEEE, ISO 80000-2, and Knuth conventions.
Lean 4 style guide and Mathlib conventions for naming, proofs, formatting, and metaprogramming.
Conventions for compile-time, example-based Lean 4 API regression tests that mirror a library's public surface.
Applies Markdown style conventions when creating or editing Markdown files.
Mathematical writing and exposition guide based on Tao, Knuth, Halmos, and other leading references.
Pandoc-flavored Markdown conventions for academic papers with LaTeX output.
Applies scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins.
Applies zsh style conventions when creating or editing zsh scripts, configurations, and completions.