mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
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. |
||
|---|---|---|
| .. | ||
| build-fix.md | ||
| checkpoint.md | ||
| code-review.md | ||
| e2e.md | ||
| eval.md | ||
| go-build.md | ||
| go-review.md | ||
| go-test.md | ||
| learn.md | ||
| orchestrate.md | ||
| plan.md | ||
| refactor-clean.md | ||
| setup-pm.md | ||
| tdd.md | ||
| test-coverage.md | ||
| update-codemaps.md | ||
| update-docs.md | ||
| verify.md | ||