Comet Bilingual Docs logo

Comet Bilingual Docs

OrganizationPopular
rpamis
comet-bilingual-docs

在保留已确认语义、仓库结构、子模块边界和聚焦验证的前提下,同步 Comet 中英文文档、README、Skill、发布说明和网站页面。文档变更需要保持双语,或中文措辞需要英文对应版本时使用。

Overview

Publisherrpamis
Repositorycomet
Skill namecomet-bilingual-docs
Stars
3.1K
Forks
295
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by rpamis on GitHub. Read the source before you install it.

Installation

Install the Comet Bilingual Docs AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/rpamis/comet.git /tmp/comet
mkdir -p .claude/skills
cp -r /tmp/comet/assets/skills-maintainer/comet-bilingual-docs .claude/skills/comet-bilingual-docs
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Comet Bilingual Docs in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Comet Bilingual Docs on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Comet Bilingual Docs is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

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

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Comet Bilingual Docs AI skill do?

在保留已确认语义、仓库结构、子模块边界和聚焦验证的前提下,同步 Comet 中英文文档、README、Skill、发布说明和网站页面。文档变更需要保持双语,或中文措辞需要英文对应版本时使用。

Why use Comet Bilingual Docs on TypingMind?

Because you install it once and use it with any model. Comet Bilingual Docs is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Comet Bilingual Docs in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/rpamis/comet/tree/master/assets/skills-maintainer/comet-bilingual-docs. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Comet Bilingual Docs?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Comet Bilingual Docs?

As many as you like. As long as a model supports skills, you can use Comet Bilingual Docs with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Comet Bilingual Docs AI skill free?

Yes. It is published on GitHub by rpamis under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇