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-architecturegit 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.01789 | $0.01789 |
| Opus 5 | $0.00894 | $0.00894 |
| Sonnet 5 | $0.00358 | $0.00358 |
| Haiku 4.5 | $0.00179 | $0.00179 |
Grade A, and why
go-architecture 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IDE Cursor Rules for Golang Development
Architecture & Structure
-
Clean Architecture
- Maintain clear separation between layers: domain, repository, usecase, handler
- Follow dependency rule: inner layers must not depend on outer layers
- Domain entities should not have dependencies on frameworks or external libraries
- Use dependency injection for infrastructure dependencies
-
Project Structure
root/ ├── cmd │ ├── app │ └── tools ├── config ├── documents ├── internal │ ├── domain │ │ ├── authentication │ │ ├── shared │ │ │ ├── errors │ │ │ └── valueobjects │ │ └── user │ ├── infrastructure │ │ ├── background │ │ ├── db │ │ │ ├── migrations │ │ │ └── repository │ │ ├── file_storage │ │ ├── filestorage │ │ ├── logging │ │ ├── server │ │ └── temporal │ ├── interfaces │ │ ├── persistence │ │ └── rest │ ├── middleware │ ├── shared │ └── usecases ├── pkg │ └── utils
3. **Domain-Driven Design**
- Model domain entities around business concepts
- Use value objects for immutable concepts
- Implement aggregate roots to maintain consistency boundaries
- Define repository interfaces in the domain layer
- Keep business logic in domain entities or domain services
## Code Quality Principles
4. **SOLID Principles**
- **Single Responsibility**: Each struct/function should have only one reason to change
- **Open/Closed**: Extend behavior through interfaces rather than modification
- **Liskov Substitution**: Interface implementations must be substitutable
- **Interface Segregation**: Prefer small, focused interfaces (1-3 methods)
- **Dependency Inversion**: Depend on abstractions, not concrete implementations
5. **DRY (Don't Repeat Yourself)**
- Extract common functionality into shared packages
- Use middleware for cross-cutting concerns
- Create utility functions for repeated operations
- Implement generic repository patterns where appropriate
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.
- 2d ago First seen · 249 lines · 1,789 tokens per session scan A d0376f9fb01f
go-architecture is a cursor rule published in the GitHub repository FreePeak/cortex (25 stars, last pushed 1y ago), licensed Apache-2.0. It adds 1,789 tokens to every session, about $0.0089 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
开发工作流程和部署流程.