gum-beautify
01Skill Claude CodeCodex
Integrate Charmbracelet gum for beautiful, TTY-safe terminal output in bash scripts: interactive prompts, styled output, spinners, and structured logging.
A curated collection of specialized Claude Code plugins designed to enhance your development workflow with intelligent agents, skills, and commands.
Skill Claude CodeCodex
Integrate Charmbracelet gum for beautiful, TTY-safe terminal output in bash scripts: interactive prompts, styled output, spinners, and structured logging.
Skill Claude CodeCodex
Detect white box Go tests and propose conversion to black box tests (package footest), creating exporttest.go bridges when tests need access to internals.
Skill Claude CodeCodex
Scaffold the Bulma CSS framework into a Go web app with embedded assets for zero-dependency binaries. Use when building an HTML UI with a classes-based CSS framework and no Node toolchain.
Skill Claude CodeCodex
Recommend and scaffold Go project layouts by type (CLI, API, library, monorepo). Use when starting a Go project, when asked about package organization, or when reviewing structure for anti-patterns (utils packages, over-nesting, misused pkg/).
Skill Claude CodeCodex
Manage Go tool dependencies using the tool directive (Go 1.24+). Use when a Go project needs code generation tools like sqlc, moq, templ, swag, stringer, or enumer managed as reproducible Go tool dependencies.
Skill Claude CodeCodex
Push current branch, create MR/PR on GitHub, GitLab, or Forgejo, wait for CI pipeline, merge, and clean up branch using auto-mr CLI.
Skill Claude CodeCodex
Detect repository hosting service (GitHub/GitLab/Forgejo) from the git remote and extract hostname, owner, repo, projectpath, and apibase for platform-aware routing.
Skill Claude CodeCodex
Auto-detect the project's linter (Taskfile, Makefile, golangci-lint, eslint, ruff, clippy) and run it, reporting pass or fail.
Skill Claude CodeCodex
Auto-detect the project's test runner (Taskfile, Makefile, go test, npm, pytest, cargo) and run it, reporting pass or fail.