CommunityKunst & Designgithub.com

chinayin/gox-claude-plugins

Team coding-standards plugins for Claude Code (Agent Skills marketplace) · 面向 Claude Code 的团队代码规范插件(技能 marketplace)

Funktioniert mitClaude Code~Codex CLI~Cursor
npx skills add chinayin/gox-claude-plugins

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Dokumentation

Team Go Standards

Follow team conventions when writing or designing Go code in this repo. Reply and write code comments in Chinese. Read the detailed standards in references/ on demand per the index below — do not read them all at once, only the file relevant to the current task.

When to read which (index)

What you're doingRead this
Writing any Go code (baseline: versions, logging, errors, concurrency, naming…)references/rules.md ← read first by default
Designing/writing CLI commands under cmd/** (cobra + gox/cli)references/cli.md
Configuration loading (config/**, main.go/config.go, bootstrap/, gox/config)references/config.md
Database migrations / schema (migrations/, dbmigrate/, store.go, *migrate*, *migration*, *schema*, goose)references/db-migrations.md
Project scaffolding (Makefile, .gitignore, .editorconfig, .golangci-lint-version, .github/workflows/*.yml)references/scaffold.md

Core rules (highest priority; details in rules.md)

  • Go 1.26+; JSON/protobuf fields use snake_case.
  • Logging: initialize gox/log at the entry point, use log/slog in business code; never log with fmt.
  • Config: use gox/config exclusively; never use viper directly or bare os.Getenv in business code.
  • All external calls must set a timeout (internal 10s, external 30s).
  • No package-level mutable global state; wrap errors with a package prefix.

These are in-session soft guidance; the final enforcement is the repo's golangci-lint / CI / PR review.

Verwandte Skills

chuccp/go-ai-agent

Create AI workflows by chatting. Describe what you need — the agent designs, builds, and runs the pipeline. Desktop app, one-click share.

community

Miyamura-sudo/product-builder-starter

Enable product builders to quickly set up AI-driven workflows for planning, coding, and team collaboration using agentic frameworks and Linear integration.

community

Unswept-puffing907/claude-code-recover-and-python-reset

Recover and reset Claude Code in Python with a faithful CLI port that preserves core logic and removes the UI layer

community

Niurougan1/visual-feedback-studio

一个专属于 Codex 工作流的可视化审稿 Skill 与 Chrome 插件,用于在浏览器中收集视觉反馈并映射回源码修改。

community

wshobson/helm-chart-scaffolding

Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.

community

forcedotcom/implementing-ui-bundle-agentforce-conversation-clie

Use this skill when the user asks to add, embed, integrate, configure, style, or remove an agent, chatbot, chat widget, conversation client, or AI assistant in a UI Bundle project. TRIGGER when: project contains a uiBundles/*/src/ directory and the task involves adding or modifying a chat widget, chatbot, or conversational AI; files under uiBundles/*/src/ import AgentforceConversationClient; user asks to add any chat or agent functionality to a page. DO NOT TRIGGER when: user wants to create a custom agent, chatbot, or chat widget component from scratch; the project has no uiBundles directory.

community