ECC/agents
Claude 75e1e46f3f
feat: add comprehensive Golang language support
Add Go-specific agents, skills, and commands for idiomatic Go development:

Agents:
- go-reviewer: Go code review for concurrency, error handling, security
- go-build-resolver: Fix Go build errors with minimal changes

Skills:
- golang-patterns: Idiomatic Go patterns, best practices, conventions
- golang-testing: TDD, table-driven tests, benchmarks, fuzzing

Commands:
- /go-review: Invoke Go code reviewer
- /go-test: Go TDD workflow with coverage
- /go-build: Fix Go build/vet/lint errors

Also updates README.md to document the new Go support.
2026-01-26 08:20:42 +00:00
..
architect.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
build-error-resolver.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
code-reviewer.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
database-reviewer.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
doc-updater.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
e2e-runner.md fix: use correct unscoped agent-browser package name (#77) 2026-01-25 19:04:47 -08:00
go-build-resolver.md feat: add comprehensive Golang language support 2026-01-26 08:20:42 +00:00
go-reviewer.md feat: add comprehensive Golang language support 2026-01-26 08:20:42 +00:00
planner.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
refactor-cleaner.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
security-reviewer.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
tdd-guide.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00