chinese-commit-conventions

chinese-commit-conventions is a skill for Claude Code from xbsheng/atguigu-note. It costs 65 tokens per session (2,695 once invoked), scanned A, original, no licence file.

A Chinese-language reference for writing commit messages and changelogs, which record code changes and releases.

In plain words
What is it for?
Use it when configuring Conventional Commits, commitlint, Husky, Commitizen, or changelog tools for Chinese-language projects. It runs only when explicitly called with /chinese-commit-conventions.
Why use it?
It helps teams apply consistent Chinese wording and formatting to change records and commit checks.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when configuring Conventional Commits, commitlint, Husky, Commitizen, or changelog tools for Chinese-language projects. It runs only when explicitly called with /chinese-commit-conventions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xbsheng/atguigu-note/chinese-commit-conventions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add xbsheng/atguigu-note --skill chinese-commit-conventions
Clone the repo
git clone --depth 1 https://github.com/xbsheng/atguigu-note

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for chinese-commit-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/xbsheng/atguigu-note/chinese-commit-conventions/github.svg)](https://agentmods.dev/skills/xbsheng/atguigu-note/chinese-commit-conventions)
Your own site
<a href="https://agentmods.dev/skills/xbsheng/atguigu-note/chinese-commit-conventions"><img src="https://agentmods.dev/badge/skills/xbsheng/atguigu-note/chinese-commit-conventions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for chinese-commit-conventions

Your own site · 80×15
<a href="https://agentmods.dev/skills/xbsheng/atguigu-note/chinese-commit-conventions"><img src="https://agentmods.dev/badge/skills/xbsheng/atguigu-note/chinese-commit-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,695 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.02695
Opus 5 $0.00032 $0.01347
Sonnet 5 $0.00013 $0.00539
Haiku 4.5 $0.00006 $0.00269

Measured 10d ago against content hash efaf4e0d341f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

chinese-commit-conventions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

vibe_coding/代码/AICoding/claude_deepseek/.claude/skills/chinese-commit-conventions/SKILL.md · 365 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 365 lines · 65 tokens per session scan A efaf4e0d341f

Subscribe to this mod's changes

chinese-commit-conventions is a skill published in the GitHub repository xbsheng/atguigu-note (336 stars, last pushed yesterday), with no licence file. It adds 65 tokens to every session and 2,695 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github-pr-workflow

GitHub PR lifecycle: branch, commit, open, CI, merge.

HezaoHezao/poirot · 20 tokens

conventional-git

Conventional Commits v1.0.0 branch naming and commit message standards for GitHub and GitLab projects. Use when creating branches, writing commits, generating commit messages, reviewing branch conventions, or setting up changelog automation. Apply when your project needs consistent git history, SemVer-driven releases…

Harmeet10000/skills · 77 tokens

octocat

Handles git and GitHub operations using the gh CLI. Use when the user asks about pull requests (PRs), GitHub issues, repo management, branching, merging, rebasing, cherry-picking, merge conflict resolution, commit history cleanup, pre-commit hook debugging, GitHub Actions workflows, or releases. Covers creating and…

Harmeet10000/skills · 100 tokens

adk-git

Writes commit messages and pull request descriptions for the adk-python repository: Conventional Commits types and scopes, subject lines that say why a change was made, and the linked-issue and testing-plan sections the PR template requires. Use when writing or rewording a commit message, squashing commits before a…

google/adk-python · 138 tokens

release-notes

Draft a release note section from a commit range, grouped by what the reader gets.

kirodotdev/KiroCrew · 21 tokens

swarm-migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…

yonatangross/orchestkit · 103 tokens