JetBrains/go-modern-guidelines
Help AI coding agents write modern Go
About the project
A set of guidelines for AI coding agents that help them write modern Go: the agent detects the Go version from go.mod and uses idioms and stdlib features available up to that version.
Useful for
- Install the plugin in Claude Code, Codex, Cursor or Junie to generate modern Go
- Make the agent replace legacy loops and checks with slices.Contains, max and cmp.Or
- Install the skill via npx skills add for OpenCode and other agents
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 6 stars so far today, about 10 expected by the end of the day.
- GitHub Trending this month: #12, +2,850 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 3,670
- Today
- 6 · ≈ 10 by evening
- Forks
- 122
- Issues and pull requests
- 33
- Watchers
- 25
- Language
- Go
- License
- Apache-2.0
- Created
- November 24, 2025
- Last push
- September 10, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 24, 2026GitHub Trending this month: #12, +2,850 stars
More in this category
-
8.2
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
8.1
google/ax
A declarative orchestrator for running autonomous AI agent workloads in a cluster, using a Kubernetes-like model with Task, Workspace, Gateway, and Model manifests. It sandboxes agents, pre-wires their environment, and…
-
7.7
unreallabsai/unreal-agent
Async-first agent harness in Go: sessions with persisted forkable history, input deduplication, an LLM-turn coordinator, and asynchronous operation execution via swappable components.
-
7.4
strands-agents/harness-sdk
Open-source Python and TypeScript SDK for building and running AI agents: agent loop, tools, MCP, memory, multi-agent patterns and tracing in one package. Runs in your process with no hosted control plane and supports…
-
7.1
mikehasa/golive-skill
Agent Skill and Node CLI that takes an agent-built app live: hosting, database, domain, email and payments on your own accounts. Runs a detect → plan → approve → apply → verify cycle with no hosted backend or telemetry.
-
7.1
Contrastive-LM/CLM
CLM is a class of System One language models trained contrastively to connect states and actions; the repo serves CLM-8B behind a TypeSafe-compatible API for fast agent decision-making.