By cheolwanpark
Automatic Go linting and formatting using goimports, go vet, and golangci-lint
Modifies files
Hook triggers on file write and edit operations
Runs pre-commands
Contains inline bash commands via ! syntax
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Automatically format Rust files with rustfmt and provide on-demand clippy linting
Multi-chain blockchain explorer integration using Foundry's cast CLI for Etherscan, Polygonscan, Arbiscan, and more
Automated code review using gemini-cli and codex
Access up-to-date library documentation and code examples via Context7 API
npx claudepluginhub cheolwanpark/claude-plugins --plugin go-lintGo-specific development tools with idiomatic best practices
Review Go code for adherence to Go Style Guide
Run golang codebase related commands and tools
Go development following Google Go style guide with Go 1.25+ features and best practices
Automatically format Go files with gofmt after Write/Edit/MultiEdit operations
Review Go design documents before implementation begins — catches over-engineering, missing error paths, interface misuse, and Cobra/Viper convention violations while a plan is still cheap to change.