{"id":51113348,"url":"https://github.com/chinayin/gox-claude-plugins","last_synced_at":"2026-06-24T19:31:08.224Z","repository":{"id":366099842,"uuid":"1275059995","full_name":"chinayin/gox-claude-plugins","owner":"chinayin","description":"Team coding-standards plugins for Claude Code (Agent Skills marketplace) · 面向 Claude Code 的团队代码规范插件(技能 marketplace)","archived":false,"fork":false,"pushed_at":"2026-06-20T08:45:41.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T09:22:11.985Z","etag":null,"topics":["agent-skills","ai-coding","anthropic","claude-code","claude-code-plugin","coding-standards","developer-tools","golang","llm","marketplace"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chinayin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["chinayin"]}},"created_at":"2026-06-20T07:43:05.000Z","updated_at":"2026-06-20T08:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chinayin/gox-claude-plugins","commit_stats":null,"previous_names":["chinayin/gox-claude-plugins"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/chinayin/gox-claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinayin%2Fgox-claude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinayin%2Fgox-claude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinayin%2Fgox-claude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinayin%2Fgox-claude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chinayin","download_url":"https://codeload.github.com/chinayin/gox-claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinayin%2Fgox-claude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34747387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-coding","anthropic","claude-code","claude-code-plugin","coding-standards","developer-tools","golang","llm","marketplace"],"created_at":"2026-06-24T19:31:08.108Z","updated_at":"2026-06-24T19:31:08.202Z","avatar_url":"https://github.com/chinayin.png","language":"Shell","funding_links":["https://github.com/sponsors/chinayin"],"categories":[],"sub_categories":[],"readme":"# gox-claude-plugins\n\n\u003e Team coding standards for Claude Code — loaded on demand while you write code, with **zero writes to your repo**.\n\n团队内部的 Claude Code 规范插件 marketplace（marketplace 名：`chinayin`）。把团队代码规范做成 **Agent Skills**：写代码时按需自动加载，对你的 repo **零写入**。\n\n---\n\n## 为什么用它\n\n传统做法是把规范塞进每个 repo 的 `CLAUDE.md` 或文档里，问题很现实：\n\n- **会漂移** —— 规范散落在 N 个 repo，改一处要同步 N 次，越改越不一致。\n- **费 context** —— 规范越长，每次会话都被整段塞进上下文，挤占 token、稀释注意力。\n- **难维护** —— 谁也说不清哪个 repo 的规范是最新的。\n\n`gox-code-rules` 把规范集中到**一个 marketplace 仓库**，以技能形式分发：\n\n- ✅ **零写入** —— 不往你的 repo 里塞任何规范正文，只在 `.claude/settings.json` 加几行启用配置。\n- ✅ **按需渐进加载** —— 只在你**动相关文件**时才激活，且只读当前任务用得到的那一篇细则（cli / config / 迁移 / 脚手架），不整段灌。\n- ✅ **集中维护、一处更新** —— 规范在本仓库统一维护，各 repo 通过插件自动拿到最新版，不再复制粘贴。\n- ✅ **不阻断** —— 会话提示走 fail-open，出错也绝不打断你干活。\n\n\u003e 诚实说明：技能是会话内的**软引导**（模型按需加载，可能不触发）。**真正的强制以仓库的 `golangci-lint` / CI / PR review 为准。**\n\n---\n\n## 60 秒上手\n\n### 团队 repo 启用（推荐，project-scope）\n\n把 `templates/project-settings.json` 的内容并入该 repo 的 `.claude/settings.json` 并提交即可 —— 协作者信任该 repo 后，Claude Code 会提示启用本插件，**仅该 repo 生效**。完整配置见 [`USAGE.md`](USAGE.md)。\n\n### 单机手动试用\n\n```\n/plugin marketplace add chinayin/gox-claude-plugins\n/plugin install gox-code-rules@chinayin\n/reload-plugins\n```\n\n装好后，在含 `.go` 的项目里编辑 Go 文件，`go` 技能会自动激活；想强制加载随时输入 `/gox-code-rules:go`。\n\n---\n\n## 有哪些技能\n\n| 技能 | 调用名 | 何时激活 | 内容 |\n|---|---|---|---|\n| 通用工程准则 | `/gox-code-rules:engineering` | 描述匹配即可（无文件限定） | Karpathy 准则：先想后写、简单优先、外科手术式改动、目标驱动 |\n| Go 规范 | `/gox-code-rules:go` | 动 Go 文件（`**/*.go, go.mod...`）且任务相关 | Go 架构/编码 + cobra·gox/config·goose·脚手架，正文在 `references/` 按需读 |\n| 前端规范 | `/gox-code-rules:frontend` | 动前端文件且任务相关 | React/Vue/TS/JS/样式（**骨架，正文 TODO 待填**） |\n\n**怎么问能稳定触发、没触发怎么办** → 见 [`USAGE.md`](USAGE.md)。\n\n---\n\n## 开发\n\n- 校验清单（JSON 等）：`brew install jq bats-core \u0026\u0026 bats tests/`\n- 技能触发率：用 skill-creator 的 eval 流程评估 `go` 技能在真实 Go 任务下的自动激活率。\n- 加新语言/领域：一语言一技能，同插件内并存，各带 `description` + `paths` + `references/`，详见 `docs/DESIGN.md`。\n\n---\n\n## License\n\n[Apache License 2.0](LICENSE) © 2026 chinayin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinayin%2Fgox-claude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinayin%2Fgox-claude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinayin%2Fgox-claude-plugins/lists"}