Go Configs & Rules
Claude Code configurations for Go projects.
Agentgo
Go Scaffold Agent
7000
Commandgo
/validate-csv Command
22000
Commandgo
/prd-create Command
Conduct a structured interview to generate a clear, complete, and actionable PRD (Product Requirements Document).
21000
Agentgo
Feedback Agent
--- name: thinker description: | Use this agent when you need expert feedback on your plans, code changes, reviews, or problem-solving approach. This agent should be used proactively during development work to validate your thinking and discover blind spots.
13000
CLAUDE.mdgo
tulip CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
7000
Agentgo
Project Analyst Agent
14000
CLAUDE.mdgo
FigureYaLLM CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
10000
Commandgo
/api Command
9000
Rulego
.Mcp Rule
{ "mcpServers": { "python-sdk": { "name": "Python SDK", "description": "Official Python SDK with FastMCP for rapid MCP development", "command": "python", "args": ["-m", "python_sdk.server"], "env": {} }, "memory-bank": { "name": "Memory Bank MCP", "description": "Centralized memory system for AI...
8000
Rulego
File Handling Uploads Rule
7000
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