Christopher Boone
Community@cboone · Vermont
Christopher Boone maintains 68 skills for Git-centric development: repository scaffolding, CI/CD setup, release publishing, code review, and multi-language style enforcement.
Agent Skills by Christopher Boone
Showing 14 vetted skills indexed across 2 GitHub repositories.
check-versions
Verify plugin version bumps and marketplace.json consistency after branch changes.
commit
Generate conventional Git commit messages from diffs and recent logs.
clean-up-agent-config
Consolidate AI coding agent instructions into AGENTS.md and organize tool-specific settings.
suggest-next-issue
Analyze open GitHub issues to recommend the next task for developers.
create-worktree-from-issue
Create a git worktree, branch, and tmux window for a GitHub issue.
create-plugin
Scaffold new plugins with `plugin.json`, `SKILL.md`, and `marketplace.json` registration.
write-shell-scripts
Enforce Bash style conventions for creating and editing shell scripts.
write-markdown
Apply GitHub Flavored Markdown style conventions to Markdown files.
merge-main
Fetch and merge the base branch into the current feature branch.
write-go-code
Guide Go code creation and review using Effective Go and Google Go Style Guide.
pr
Commit staged changes, push to remote, and create a GitHub pull request.
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.
create-worktree
Create a git worktree and tmux window with an injected task prompt.
resolve-copilot-pr-feedback
Fetch and resolve GitHub Copilot PR review threads via the GitHub API.
Frequently Asked Questions About Christopher Boone
FAQPage SchemaWhat 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.