Go Configs & Rules

Claude Code configurations for Go projects.

MCP Configgo
sp-api-mcp-go MCP Config
{ "mcpServers": { "Context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp@latest" ] }, "deepwiki": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-everything" ] }, "exa": { "command": "npx", "args": [ "-y", "mcp-remote",...
2000
Commandgo
/validate-design Command
description: Interactive technical design quality review and validation allowed-tools: Read, Task argument-hint: <feature-name>
3000
CLAUDE.mdgo
dapper-cluster CLAUDE.md
This is a GitOps-managed Kubernetes home cluster running on Talos Linux with Flux CD for automated deployments. The infrastructure follows Infrastructure as Code (IaC) principles with comprehensive monitoring, automation, and self-healing capabilities.
3000
Skillgo
Test Skill
name: test description: Run code quality checks and tests for the argo-trading project. Use this skill when: (1) User asks to test the code or run tests, (2) User asks to lint or check code quality, (3) User wants to verify code changes work correctly, (4) User says "/test" or asks to run the test...
3000
CLAUDE.mdgo
trivy-plugin-zarf CLAUDE.md
Software, like nature, follows eternal cycles of creation and decay. Our approach embraces these truths:
3000
CLAUDE.mdgo
cli CLAUDE.md
Go CLI for the Prolific research platform. Uses Cobra (CLI), Bubbletea (TUI), Viper (config).
7000
Rulego
Hardcoded Credentials Rule
NEVER store secrets, passwords, API keys, tokens or any other credentials directly in source code.
7000
Rulego
.Mcp.Json Rule
{ "mcpServers": { "serena": { "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "ide-assistant", "--project", ".", "--enable-web-dashboard=false" ], "cwd": "." }, "kiri": { "command": "npx", "args": [ "kiri-mcp-server@latest",...
4000
Commandgo
/commit-and-push Command
When committing code changes, follow these guidelines to create intelligent, organized commits:
4000
MCP Configgo
k8s MCP Config
{ "mcpServers": { "victoriametrics": { "command": "podman", "args": [ "run", "-i", "--rm", "-e", "VM_INSTANCE_ENTRYPOINT", "-e", "VM_INSTANCE_TYPE", "ghcr.io/victoriametrics-community/mcp-victoriametrics" ], "env": { "VM_INSTANCE_ENTRYPOINT": "https://vm.home.lex.la", "VM_INSTANCE_TYPE": "single" }...
4000
CLAUDE.mdgo
pegasus-docs CLAUDE.md
Project configuration and development guidelines for pegasus-docs
30000
Rulego
047 Protecao Dados Sensiveis Rule
Dados pessoais identificáveis (PII), dados de pagamento (PCI) e dados de saúde (HIPAA) devem ter proteções especiais incluindo criptografia, controle de acesso restrito, mascaramento em logs e conformidade com regulamentações.
4000
CLAUDE.mdgo
kubernetes-dependency-watches CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4000
Rulego
Cursor.Mcp Rule
{ "mcpServers": { "scrapfly": { "command": "/root/scrapfly-mcp/scrapfly-mcp", "env": { "SCRAPFLY_API_KEY": "APIKEY" } } } }
4000
Rulego
009 Diga Nao Pergunte Rule
Exige que um método chame métodos ou acesse propriedades apenas de seus "vizinhos imediatos": o próprio objeto, objetos passados como argumento, objetos que ele cria ou objetos que são propriedades internas diretas.
4000
CLAUDE.mdgo
ai-corekit CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4000
Skillgo
Changelog Skill
name: doc-sync description: Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work...
10,126000
CLAUDE.mdgo
querydsl CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
565000
Commandgo
/c7 Command
Find $ARGUMENTS documentation and add it to the context. Use Context7 MCP.
4000
Rulego
Event Sourcing Rule
Every state change MUST use this pattern. No exceptions.
4000