comet-bilingual-docs

comet-bilingual-docs is a skill for Claude Code, Codex from rpamis/comet. It costs 70 tokens per session (458 once invoked), scanned A, original, MIT.

A workflow for keeping Comet documentation in Chinese and English aligned across READMEs, skills, release notes, and website pages. It preserves confirmed wording, repository structure, examples, commands, links, and configuration names.

In plain words
What is it for?
Use it when updating bilingual documentation, translating confirmed Chinese wording into English, synchronizing release information, or validating documentation and website changes.
Why use it?
It prevents the two language versions from drifting apart or changing agreed meanings during translation. It also keeps website documentation changes within the requested scope and checks the affected files.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

About the project

Comet is a resumable workflow and skill platform for coding tasks, covering requirements work as well as skill creation, evaluation, and release. It supports separate Native and Classic workflows and can coordinate implementation and verification across isolated Git worktrees. The catalogue contains skills and instructions that implement Comet-related workflows.

rpamis/comet · 2,931 stars · on GitHub · docs.comet.rpamis.com

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.

agentmods
npx agentmods add skills/rpamis/comet/comet-bilingual-docs
Any agent
npx skills add rpamis/comet --skill comet-bilingual-docs
Clone the repo
git clone --depth 1 https://github.com/rpamis/comet

Made for: Claude Code, Codex.

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 comet-bilingual-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpamis/comet/comet-bilingual-docs.svg)](https://agentmods.dev/skills/rpamis/comet/comet-bilingual-docs)
Your own site
<a href="https://agentmods.dev/skills/rpamis/comet/comet-bilingual-docs"><img src="https://agentmods.dev/badge/skills/rpamis/comet/comet-bilingual-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00070 $0.00458
Opus 5 $0.00035 $0.00229
Sonnet 5 $0.00014 $0.00092
Haiku 4.5 $0.00007 $0.00046

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

Security

Grade A, and why

comet-bilingual-docs 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 6d 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.

assets/skills-maintainer/comet-bilingual-docs/SKILL.md · 30 lines

What it actually says

Comet 双语文档

先读取 ../comet-github/references/maintainer-contract.md,并将文档变更限制在用户要求的范围内。

确定源语义

  1. 确认权威的行为、发布范围或已接受的中文措辞。
  2. 先更新并审阅中文语义。翻译时不要静默改变已经确认的用户可见术语。
  3. Skill 内容需要用户确认时,在中文版本完成后暂停;确认后再同步英文版本。
  4. 明确要求发布同步时,保持主 Changelog 和中英文网站页面的用户可见语义及信息架构一致。

谨慎同步

  • 除非变更确实需要,准确保留示例、命令名、配置键、链接、锚点和代码围栏。
  • 中文术语要自然,不要把 workflow 的 “gate” 翻译为“门”。
  • 不增加用户不需要的实现细节。
  • D:\Project\comet-website-docs 视为独立仓库。用户授权交付时,先提交网站仓库,再更新父仓库 gitlink。

验证与报告

运行受影响文件的 Prettier 和 git diff --check。网站变更从网站仓库运行 mint validate --disable-openapi,或报告准确的 fallback/超时。README 或仓库契约变更时,运行可用的聚焦仓库契约测试。

报告源语言、同步的文件范围、验证结果和有意延后的翻译。除非用户明确要求,不提交或推送;交付时使用 comet-safe-delivery

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 30 lines · 70 tokens per session scan A 9c470e9bea3a

Subscribe to this mod's changes

comet-bilingual-docs is a skill published in the GitHub repository rpamis/comet (2,931 stars, last pushed today), licensed MIT. It adds 70 tokens to every session and 458 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

zh-tw

Rewrite the previous reply in Traditional Chinese.

sd0xdev/sd0x-harness · 11 tokens

agent-spec-tool-first

CRITICAL: Use for agent-spec CLI tool workflow. Triggers on: agent-spec, contract, lifecycle, guard, verify, explain, stamp, checkpoint, plan, requirements, work-units, knowledge requirements, KLL, docs vs knowledge, spec verification, task contract, spec quality, lint spec, run log, "how to verify", "how to use…

ZhangHanDong/agent-spec · 165 tokens

agent-spec-authoring

CRITICAL: Use for writing and editing agent-spec .spec/.spec.md files. Triggers on: write spec, create spec, edit spec, new spec, spec authoring, task contract, .spec file, .spec.md file, BDD scenario, acceptance criteria, completion criteria, test selector, boundary, constraint, intent, decision, out of scope, "how…

ZhangHanDong/agent-spec · 172 tokens

agent-spec-intent-compiler

Use when converting PRD or issue prose into KLL requirements, running the intent compiler plan, or reverse-interviewing a human to resolve requirement ambiguity before task spec generation.

ZhangHanDong/agent-spec · 42 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

smart-rebase

Smart partial rebase for squash-merge repositories. Auto-detect which commits to keep/drop when base branch was squash-merged into target. Use when: user says 'rebase', 'partial rebase', 'base already merged', 'smart rebase', or /smart-rebase. Not for: simple git rebase (the developer runs it — Claude never executes…

sd0xdev/sd0x-harness · 131 tokens