cboone/agent-harness-plugins

Claude, Codex, + OpenCode commands, hooks, and skills

2Stars on the repository
61Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

check-versions

01

cboone/agent-harness-plugins

Skill Claude CodeCodex

Verify that plugin versions and marketplace.json are correct and consistent after changes on the current branch. Use when the user says "check versions", "verify versions", "are the versions correct", "review version bumps", or any similar variant. Also use after merging, rebasing, or before creating a PR.

2 1mo ago A 65 tokens original MIT

add-cobra-version

02

cboone/agent-harness-plugins

Skill Claude CodeCodex

Add a version subcommand with build metadata to an existing Cobra-based Go CLI. Use when the user says "add a version subcommand", "add the version command", "wire up version, commit, and date", "add build metadata to version", "add a /version command to this CLI", "make the version command print commit and build…

2 1mo ago A 176 tokens original MIT

add-community-files

03

cboone/agent-harness-plugins

Skill Claude CodeCodex

Add standard community files to a project: CONTRIBUTING.md, CODEOFCONDUCT.md, SECURITY.md, and a pull request template. Use when the user says "add community files", "add contributing guide", "prepare for open source", "add code of conduct", "add security policy", or any variant involving adding community or…

2 1mo ago A 78 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Add GoReleaser configuration and a GitHub Actions release workflow to an existing Go CLI project with Homebrew tap publishing. Use when the user says "add goreleaser", "set up goreleaser", "add Homebrew tap publishing", "publish to Homebrew", "set up release workflow", "add release automation for Go", or wants a Go…

2 1mo ago A 149 tokens original MIT

add-scrut-cli-tests

05

cboone/agent-harness-plugins

Skill Claude CodeCodex

Set up scrut snapshot-based CLI integration testing for a CLI project. Use when the user says "add scrut tests", "set up scrut", "add CLI integration tests", "add snapshot tests for the CLI", "wire up scrut", or wants end-to-end snapshot tests for a CLI binary. Detects the project language (Go, Swift, Rust, Zig…

2 1mo ago A 125 tokens original MIT

address-issue

06

cboone/agent-harness-plugins

Skill Claude CodeCodex

Fetch a GitHub issue, analyze it, plan and execute the work in the current branch, and commit with issue references. Use when the user says "address issue", "address issue #42", "address #42", "fix issue #42", "work on issue #42", "handle issue #42", "resolve issue #42", "tackle issue #42", "implement issue #42", or…

2 1mo ago C 109 tokens original MIT

address-review

07

cboone/agent-harness-plugins

Skill Claude CodeCodex

Parse a review document for actionable feedback items, work through them systematically, and track resolution progress. Use when the user says "address review", "address the review", "address @docs/reviews/...", "work through the review feedback", "resolve review items", "address the issues in @docs/...", or…

2 1mo ago A 74 tokens original MIT

bootstrap-project

08

cboone/agent-harness-plugins

Skill Claude CodeCodex

Assess a repository, determine what scaffolding and setup tools are needed, present a plan, and execute them in the correct order. Use when the user says "bootstrap this project", "set up everything", "scaffold everything", "full project setup", or any variant involving bootstrapping or scaffolding an entire project.

2 1mo ago A 68 tokens original MIT

check-zsh-scripts

09

cboone/agent-harness-plugins

Skill Claude CodeCodex

Check and evaluate zsh scripts using shellcheck, shfmt, shellharden, zsh -n, zcompile, setopt warncreateglobal/warnnestedvar, and checkbashisms. Use when: (1) creating or editing zsh scripts (.zsh, zshrc, zshenv, zprofile, zlogin, zlogout), (2) reviewing zsh code for bugs or portability issues, (3) checking zsh…

2 1mo ago A 151 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Review and reorganize AI coding agent configuration and instruction files across Claude Code, Codex, Copilot, and OpenCode. Use when the user says "clean up agent config", "organize agent files", "standardize agent instructions", "set up agent config", "review agent config", "consolidate agent files", or mentions…

2 1mo ago A 112 tokens original MIT

commit

11

cboone/agent-harness-plugins

Skill Claude CodeCodex

Create well-structured git commits with context-aware message generation, plan awareness, and support for common commit workflow variants. Use when the user says "commit", "commit the changes", "commit and push", "commit the plan", "commit staged", "commit just the staged changes", "give the plan a meaningful name and…

2 1mo ago A 77 tokens original MIT

create-issue

12

cboone/agent-harness-plugins

Skill Claude CodeCodex

Create a GitHub issue using the gh CLI with tmpfile-based body content to avoid permission prompts from large multiline Bash arguments. Use when the user says "create issue", "create a GitHub issue", "file an issue", "open an issue", "new issue", "report a bug", "request a feature", or asks to create an issue on a…

2 1mo ago A 91 tokens original MIT

create-plugin

13

cboone/agent-harness-plugins

Skill Claude CodeCodex

Guide for creating new plugins in this repository with consistent structure and conventions. Use when the user says "create a plugin", "add a new skill", "add a new hook", "add a new command", "create a slash command", "new plugin", "scaffold plugin", "create a new plugin", or asks to add a skill, hook, or command to…

2 1mo ago A 81 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Find a GitHub issue in the current repository and create a new git worktree, branch, and tmux window for working on it using workmux. Use when the user says "start issue", "create worktree from issue", "create worktree for issue", or references starting work on a GitHub issue by number (e.g., "#42") or by description…

2 1mo ago A 109 tokens original MIT

create-worktree

15

cboone/agent-harness-plugins

Skill Claude CodeCodex

Create a new git worktree, branch, and tmux window using workmux, with a task prompt injected into the new session. Use when the user says "create worktree", "new worktree", "start working on", "spin up a worktree", or asks to create a worktree for a general task (not tied to a specific GitHub issue -- use…

2 1mo ago A 96 tokens original MIT

handle-secrets

16

cboone/agent-harness-plugins

Skill Claude CodeCodex

Best practices for handling user-provided secrets in CLI tools. Use when: (1) building CLI tools that accept API keys, tokens, or passwords from users, (2) reviewing secret-handling code for security issues, (3) choosing between input methods (env vars, stdin, keychains, config files), (4) implementing credential…

2 1mo ago A 97 tokens original MIT

lint-and-fix

17

cboone/agent-harness-plugins

Skill Claude CodeCodex

Detect available linters and formatters in the project, run them with auto-fix flags, report results, manually resolve remaining issues, then commit and push the fixes. Use when the user says "lint and fix", "run the linter", "run linters", "fix lint errors", "format the code", "lint this project", "check and fix"…

2 1mo ago A 100 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Bootstrap, audit, and maintain REUSE-style mixed-license coverage in a repository: populate LICENSES/, write a root NOTICE, wire a root REUSE.toml, apply SPDX headers or sidecars to files, and keep reuse lint clean. Use when the user says "license this repo", "bootstrap licensing", "add SPDX headers", "normalize…

2 1mo ago A 166 tokens original MIT

merge-main

19

cboone/agent-harness-plugins

Skill Claude CodeCodex

Fetch and merge the base branch (usually main) into the current feature branch, handling conflicts and pushing. Use when the user says "merge main", "merge in main", "merge base branch", "update from main", "pull in main", "sync with main", "merge main into this branch", "update branch from main", or any variant…

2 1mo ago A 85 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows. Use when the user says "optimize runner usage", "reduce CI costs", "reduce GitHub Actions minutes", "add concurrency to workflows", "add paths-ignore", "add timeout-minutes", "cancel in-progress CI runs", "skip CI on docs…

2 1mo ago A 130 tokens original MIT

pin-everything

21

cboone/agent-harness-plugins

Skill Claude CodeCodex

Pin every version surface in a repository to commit hashes, integrity digests, or specific versions as a one-shot supply-chain hardening pass. Use when the user says "pin everything", "pin all versions", "harden version pinning", "SHA-pin actions", "SHA-pin all the actions", "pin to commit hashes", "audit version…

2 1mo ago A 170 tokens original MIT

pr

22

cboone/agent-harness-plugins

Skill Claude CodeCodex

Commit all changes (if needed), push to remote, and create a GitHub pull request in one automated step with no prompts. Handles plan files automatically (renaming, moving completed plans to done). Use when the user says "pr", "create a pr", "open a pr", "submit a pr", "push and create pr", "commit and create pr", or…

2 1mo ago A 98 tokens original MIT

rebase-onto-main

23

cboone/agent-harness-plugins

Skill Claude CodeCodex

Fetch and rebase the current feature branch onto the base branch (usually main), handling conflicts per commit and force-with-lease pushing. Use when the user says "rebase onto main", "rebase on main", "rebase against main", "rebase from main", "rebase main", "rebase branch", "update branch via rebase", "rebase…

2 1mo ago A 108 tokens original MIT

cboone/agent-harness-plugins

Skill Claude CodeCodex

Refresh existing project scaffolding against the latest agent-harness-plugins templates. Use when the user says "refresh project scaffolding", "update everything", "audit my repo", "audit the repo", "refresh templates", "bring this repo up to date", "check what's outdated", or wants the maintenance companion to…

2 1mo ago A 119 tokens original MIT