Christopher Boone avatar

Christopher Boone

Community

@cboone · Vermont

28Followers
|
95Public Repos
|
14Published Skills

Christopher Boone maintains 68 skills for Git-centric development: repository scaffolding, CI/CD setup, release publishing, code review, and multi-language style enforcement.

Skills Distribution
DomainDeveloper To...Git & GitHub Opera.. (30%)Project Scaffoldin.. (25%)Language Style Gui.. (20%)CI/CD & Supply-Cha.. (15%)

Agent Skills by Christopher Boone

Showing 14 vetted skills indexed across 2 GitHub repositories.

cboonecboone
2

check-versions

Verify plugin version bumps and marketplace.json consistency after branch changes.

Community
Intermediate
cboonecboone
2

commit

Generate conventional Git commit messages from diffs and recent logs.

Community
Intermediate
cboonecboone
2

clean-up-agent-config

Consolidate AI coding agent instructions into AGENTS.md and organize tool-specific settings.

Community
Advanced
cboonecboone
2

suggest-next-issue

Analyze open GitHub issues to recommend the next task for developers.

Community
Advanced
cboonecboone
2

create-worktree-from-issue

Create a git worktree, branch, and tmux window for a GitHub issue.

Community
Advanced
cboonecboone
2

create-plugin

Scaffold new plugins with `plugin.json`, `SKILL.md`, and `marketplace.json` registration.

Community
Intermediate
cboonecboone
2

write-shell-scripts

Enforce Bash style conventions for creating and editing shell scripts.

Community
Basic
cboonecboone
2

write-markdown

Apply GitHub Flavored Markdown style conventions to Markdown files.

Community
Basic
cboonecboone
2

merge-main

Fetch and merge the base branch into the current feature branch.

Community
Advanced
cboonecboone
2

write-go-code

Guide Go code creation and review using Effective Go and Google Go Style Guide.

Community
Intermediate
cboonecboone
2

pr

Commit staged changes, push to remote, and create a GitHub pull request.

Community
Advanced
cboonecboone
2

scaffold-new-repo

Generate LICENSE, README.md, .gitignore, agent config, and plans directory for new repositories with inferred Go, JavaScript, Shell, Ruby, or Generic .gitignore files.

Community
Intermediate
cboonecboone
2

create-worktree

Create a git worktree and tmux window with an injected task prompt.

Community
Intermediate
cboonecboone
2

resolve-copilot-pr-feedback

Fetch and resolve GitHub Copilot PR review threads via the GitHub API.

Community
Advanced

Frequently Asked Questions About Christopher Boone

FAQPage Schema
What tasks can I accomplish with cboone's skills?▼

You can scaffold Go, Rust, Zig, and Lean 4 projects, set up GitHub Actions CI, publish releases with GoReleaser and Homebrew taps, create conventional commits and pull requests, manage git worktrees, triage Dependabot PRs, enforce Bash/zsh/Go/LaTeX style guides, and harden repositories with secret scanning and version pinning.

Who are these skills designed for?▼

They target software engineers and CLI developers working in GitHub-centric environments, particularly those shipping Go, Rust, or Zig command-line binaries, maintaining Lean 4/Mathlib formalization libraries, or managing open-source repositories with CI/CD, licensing, and dependency hygiene requirements.

How do the skills handle releases and distribution?▼

The release, add-goreleaser-homebrew, set-up-installers, and write-homebrew-formula skills prepare versioned releases, tag them, publish GitHub Releases, and distribute binaries via Homebrew taps, go install, and cargo install, including Cobra version subcommands with ldflags build metadata.

What security and compliance capabilities are included?▼

Skills cover gitleaks and TruffleHog secret scanning setup, secure secret handling in CLI tools, REUSE/SPDX license compliance with reuse lint, Dependabot configuration review and PR triage, and one-shot supply-chain hardening by pinning action SHAs, digests, and runtime versions.

What prerequisites do these skills assume?▼

Skills assume a Git repository hosted on GitHub with the GitHub CLI available, plus language toolchains as needed: Go with Cobra and GoReleaser, Rust with Cargo, Zig with build.zig, or Lean 4 with Lake and Mathlib. Shell skills assume Bash or zsh with shellcheck and shfmt.