Borrowing it
Nothing to install: this file belongs to marcopollivier/techagenda. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/marcopollivier/techagenda/main/.claude/commands/generate-enums.mdgit clone --depth 1 https://github.com/marcopollivier/techagendaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/marcopollivier/techagenda/generate-enums)<a href="https://agentmods.dev/commands/marcopollivier/techagenda/generate-enums"><img src="https://agentmods.dev/badge/commands/marcopollivier/techagenda/generate-enums/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/marcopollivier/techagenda/generate-enums"><img src="https://agentmods.dev/badge/commands/marcopollivier/techagenda/generate-enums.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00194 |
| Opus 5 | $0.00010 | $0.00097 |
| Sonnet 5 | $0.00004 | $0.00039 |
| Haiku 4.5 | $0.00002 | $0.00019 |
Grade A, and why
generate-enums scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Regenere os arquivos de enum do projeto.
- Garanta que o
go-enumestá instalado (make install-depsinstala junto com o goose). - Rode
go generate ./...para reprocessar todas as diretivas//go:generate go-enum. - Os arquivos
*_enum.gosão gerados — nunca edite à mão. Para mudar um enum, altere a anotação// ENUM(...)acima do tipo nomodel.gocorrespondente e regenere. - Rode
go build ./...depois para confirmar que nada quebrou.
Lembre que os tipos enum também atravessam a fronteira SSR (Go → TS gerado em ui/src/props/generated.ts) quando expostos em lib/ssr/props.go.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 13 lines · 19 tokens per session scan A b42302a3243a
generate-enums is a command published in the GitHub repository marcopollivier/techagenda (23 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 194 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
check-go
Run Go code quality checks including formatting, linting, vetting, and tests.
golang-test-review
Use when reviewing Go test code (new or changed test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag correctness, and harness reuse. Complements the general code-reviewer with test-specific rigor.
skill-go-gin-api
Padrões DARE para APIs REST em Go + Gin (ou stdlib net/http) + sqlc + PostgreSQL. Handlers, services, repositories, middleware, validador, JWT, rate limit, swag OpenAPI.
go-conventions
Scan the current Go repo and write .claude/go-conventions.md — a project-specific convention file that rules/go.md loads on every session instead of re-scanning the codebase from scratch. Use when starting work in a new Go repo, when conventions have drifted, or when --refresh is passed to merge in new patterns.
go-test
A Go testing command that follows test-driven development, or TDD: write a failing test, implement the smallest change that passes it, then improve the code.
go-review
Go code review for idiomatic patterns.