Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/freepeak/cortex/go-conventiongit clone --depth 1 https://github.com/FreePeak/cortexWhat 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 | $0.01270 | $0.01270 |
| Opus 5 | $0.00635 | $0.00635 |
| Sonnet 5 | $0.00254 | $0.00254 |
| Haiku 4.5 | $0.00127 | $0.00127 |
Grade A, and why
go-convention 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Golang Guidelines
- Follow the Go style guide (https://go.dev/doc/effective_go).
- Use lowercase package names (e.g.,
http,utils). - Prefer explicit error handling with
if err != nilover panics. - Use structs with exported fields (capitalized) for public APIs; lowercase for internal use.
- Avoid unnecessary interfaces; only define them when multiple implementations are needed.
- Use
go fmtstyle: no unnecessary whitespace, consistent indentation. - Structure files: one main type/struct per file with related methods, helpers in separate utils files.
- Naming: Short, concise, and contextual (e.g.,
dbfor database,srvfor server). - Applying the Design Pattern when see the use case is fit with any design pattern.
Golang IDE Cursor Rules
These rules govern how the cursor behaves in your IDE to ensure that all generated Golang code passes linters (golint), static analysis (go vet), and can run without issues.
Automatic Imports
- Auto-import: When a new package is referenced, the cursor automatically adds the import to the top of the file
- Clean imports: When removing code that uses an import, the cursor automatically removes unused imports
- Group imports: Standard library imports are grouped first, followed by third-party libraries, then local packages
- Alphabetical order: Imports within each group are sorted alphabetically
Indentation and Formatting
- Tab-based indentation: Always use tabs (not spaces) for indentation
- Auto-format on save: Always run
gofmtwhen saving a file - Standard bracing: Opening braces always on the same line as the statement:
if condition { // Code } - Line length: Hard wrap at 100 characters
Variable and Function Naming
- camelCase for private: Private variables and functions use camelCase
- PascalCase for exported: Exported variables and functions use PascalCase
- Acronyms: Acronyms in names are all uppercase (e.g.,
HTTPServernotHttpServer) - Short-lived variables: Use short names for variables with small scopes
- Descriptive names: Use descriptive names for exported functions and variables
- Context parameter: Name the context parameter
ctxwhen present
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.
- yesterday First seen · 114 lines · 1,270 tokens per session scan A f77c3f28aede
go-convention is a cursor rule published in the GitHub repository FreePeak/cortex (25 stars, last pushed 1y ago), licensed Apache-2.0. It adds 1,270 tokens to every session, about $0.0064 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 cursor rules, from other repositories
cloudbase-rules
Cursor rule "cloudbase-rules" from TencentCloudCommunity/mcp-server, covering 📋 cloudbase ai 开发规则指南, 🎯 开发流程规范 - 场景识别与最佳实践, 1. 场景识别, 2. 规则文件选择 and 3. 开发确认.
miniprogram-development
Cursor rule "miniprogram-development" from TencentCloudCommunity/mcp-server, covering 微信小程序开发规则, 项目结构, 开发工具, 云开发集成 and 小程序认证特性.
web-development
Cursor rule "web-development" from TencentCloudCommunity/mcp-server, covering web 前端开发规则, 项目结构, 部署和预览, cloudbase web sdk 使用 and 登录认证最佳实践.
cloudbase-platform
Cursor rule "cloudbase-platform" from TencentCloudCommunity/mcp-server, covering cloudbase 平台知识, 存储和托管, 环境和认证, 认证最佳实践 and web 端认证.
ui-design
你是专业的前端开发工程师,专长于创建高保真原型设计。你的主要工作是将用户需求转化为可直接用于开发的界面原型。请通过以下方式完所有界面的原型设计,并确保这些原型界面可以直接用于开发。.
workflows
开发工作流程和部署流程.