Skip to content

Commit c60d272

Browse files
docs(i18n): add README translations for zh-TW / zh-CN / ja + language switcher
Matches the vibe-resume multilingual convention: English is the master document, with Traditional Chinese / Simplified Chinese / Japanese translations living alongside as sibling files. A small centred "English · 繁體中文 · 简体中文 · 日本語" switcher sits under the logo on every variant so readers can cross-navigate with one click. Scope of each translation mirrors the current (short) English README — tagline, hermes-sci origin paragraph, install-as-skill snippet, comparison table, license note. Grows in lockstep when README.md grows. Also dropped the stale "Status: scaffold only — Phase 2 pending" notice from README.md; the port landed in commit 84e4f45 and subsequent rounds, and the skill is already in the skills.sh index as of 2026-04-21. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 49c8613 commit c60d272

4 files changed

Lines changed: 124 additions & 2 deletions

File tree

README.ja.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<p align="center">
2+
<img src="assets/logo.png" width="180" alt="vibe-sci ロゴ — 羽根ペンが学術論文を書き、そのインクの軌跡がニューラルネットワークのノードへと変わる"/>
3+
</p>
4+
5+
<p align="center">
6+
<a href="README.md">English</a> ·
7+
<a href="README.zh-TW.md">繁體中文</a> ·
8+
<a href="README.zh-CN.md">简体中文</a> ·
9+
<strong>日本語</strong>
10+
</p>
11+
12+
# vibe-sci
13+
14+
プロバイダ中立(Provider-neutral)な自律型 ML 研究論文ライター — **アイデア生成 → LaTeX 執筆 → ピアレビュー → 反ハルシネーション数値監査**
15+
16+
[`hermes-sci`](https://github.com/easyvibecoding/hermes-sci) からスピンアウトし、Hermes ランタイム結合(MiniMax ピーク時間スロットリング、`~/.hermes/config.yaml` バックエンド解決)を取り除き、オープンな [agent skills](https://agentskills.io) 標準に準拠させました。`claude -p` サブプロセス、OpenAI 互換エンドポイント、またはルールベースのフォールバックと連携します — 単一ベンダーに依存しません。
17+
18+
## スキルとしてインストール
19+
20+
```bash
21+
npx skills add easyvibecoding/vibe-sci --skill vibe-sci
22+
```
23+
24+
またはプラグインマーケットプレイスのマニフェスト(`.claude-plugin/plugin.json``.codex-plugin/plugin.json`)経由。
25+
26+
## hermes-sci との関係
27+
28+
| | `hermes-sci` | `vibe-sci` |
29+
| --- | --- | --- |
30+
| バックエンド | Hermes 解決(MiniMax / hybrid) | 任意の `claude -p` サブプロセス、OpenAI 互換エンドポイント、またはルールベース |
31+
| 設定ソース | `~/.hermes/config.yaml` | ローカル `config.yaml` または環境変数 |
32+
| インストール方法 | `hermes skills tap add ...` | `npx skills add ...`(汎用) |
33+
| SKILL.md frontmatter | 拡張フィールド | [agentskills.io](https://agentskills.io) 準拠(4 フィールド) |
34+
35+
両方とも引き続きサポートされます。Hermes ワークフロー内では `hermes-sci` を、それ以外では `vibe-sci` をご利用ください。
36+
37+
## ライセンス
38+
39+
MIT — [LICENSE](LICENSE) を参照。

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
<img src="assets/logo.png" width="180" alt="vibe-sci logo — an academic paper being written by a quill whose ink trails off into a neural network"/>
33
</p>
44

5+
<p align="center">
6+
<strong>English</strong> ·
7+
<a href="README.zh-TW.md">繁體中文</a> ·
8+
<a href="README.zh-CN.md">简体中文</a> ·
9+
<a href="README.ja.md">日本語</a>
10+
</p>
11+
512
# vibe-sci
613

714
Provider-neutral autonomous ML research paper writer — **ideation → LaTeX writeup → peer review → anti-hallucination numerical audit**.
815

916
Spun out from [`hermes-sci`](https://github.com/easyvibecoding/hermes-sci) to remove the Hermes-runtime coupling (MiniMax peak-hour throttle, `~/.hermes/config.yaml` backend resolution) and conform to the open [agent skills](https://agentskills.io) standard. Works with any `claude -p` subprocess, an OpenAI-compatible endpoint, or a rule-based fallback — no single vendor required.
1017

11-
> **Status: scaffold only.** Core port from `hermes-sci` is tracked as Phase 2 — see [issue #1](https://github.com/easyvibecoding/vibe-sci/issues/1) once the repo is public. The SKILL.md body is a placeholder until the port lands.
12-
1318
## Install as a skill
1419

1520
```bash

README.zh-CN.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<p align="center">
2+
<img src="assets/logo.png" width="180" alt="vibe-sci logo — 羽毛笔在学术论文上书写,墨迹延伸为神经网络节点"/>
3+
</p>
4+
5+
<p align="center">
6+
<a href="README.md">English</a> ·
7+
<a href="README.zh-TW.md">繁體中文</a> ·
8+
<strong>简体中文</strong> ·
9+
<a href="README.ja.md">日本語</a>
10+
</p>
11+
12+
# vibe-sci
13+
14+
提供者中立(Provider-neutral)的自动化 ML 研究论文写作工具 — **构思(ideation)→ LaTeX 撰写 → 同行评审 → 抗幻觉数值审计**
15+
16+
[`hermes-sci`](https://github.com/easyvibecoding/hermes-sci) 剥离而来,去除 Hermes runtime 耦合(MiniMax 高峰时段节流、`~/.hermes/config.yaml` 后端解析),并遵循 [agent skills](https://agentskills.io) 开放标准。可搭配任何 `claude -p` subprocess、OpenAI 兼容端点、或 rule-based fallback — 不绑定单一供应商。
17+
18+
## 作为 skill 安装
19+
20+
```bash
21+
npx skills add easyvibecoding/vibe-sci --skill vibe-sci
22+
```
23+
24+
或通过 plugin marketplace manifests(`.claude-plugin/plugin.json``.codex-plugin/plugin.json`)。
25+
26+
## 与 hermes-sci 的关系
27+
28+
| | `hermes-sci` | `vibe-sci` |
29+
| --- | --- | --- |
30+
| 后端 | Hermes 解析(MiniMax / hybrid) | 任意 `claude -p` subprocess、OpenAI 兼容端点、或 rule-based fallback |
31+
| 配置来源 | `~/.hermes/config.yaml` | 本地 `config.yaml` 或环境变量 |
32+
| 安装路径 | `hermes skills tap add ...` | `npx skills add ...`(通用) |
33+
| SKILL.md frontmatter | 扩展字段 | [agentskills.io](https://agentskills.io) 合规(4 个字段) |
34+
35+
两者同时支持。在 Hermes 工作流中使用 `hermes-sci`;其他环境使用 `vibe-sci`
36+
37+
## 授权
38+
39+
MIT — 详见 [LICENSE](LICENSE)

README.zh-TW.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<p align="center">
2+
<img src="assets/logo.png" width="180" alt="vibe-sci logo — 羽毛筆在學術論文上書寫,墨跡延伸為神經網絡節點"/>
3+
</p>
4+
5+
<p align="center">
6+
<a href="README.md">English</a> ·
7+
<strong>繁體中文</strong> ·
8+
<a href="README.zh-CN.md">简体中文</a> ·
9+
<a href="README.ja.md">日本語</a>
10+
</p>
11+
12+
# vibe-sci
13+
14+
提供者中立(Provider-neutral)的自動化 ML 研究論文寫作工具 — **構思(ideation)→ LaTeX 撰寫 → 同行審查 → 抗幻覺數值稽核**
15+
16+
[`hermes-sci`](https://github.com/easyvibecoding/hermes-sci) 剝離而來,去除 Hermes runtime 耦合(MiniMax 尖峰時段節流、`~/.hermes/config.yaml` 後端解析),並遵循 [agent skills](https://agentskills.io) 開放標準。可搭配任何 `claude -p` subprocess、OpenAI 相容端點、或 rule-based fallback — 不綁定單一供應商。
17+
18+
## 安裝為 skill
19+
20+
```bash
21+
npx skills add easyvibecoding/vibe-sci --skill vibe-sci
22+
```
23+
24+
或透過 plugin marketplace manifests(`.claude-plugin/plugin.json``.codex-plugin/plugin.json`)。
25+
26+
## 與 hermes-sci 的關係
27+
28+
| | `hermes-sci` | `vibe-sci` |
29+
| --- | --- | --- |
30+
| 後端 | Hermes 解析(MiniMax / hybrid) | 任何 `claude -p` subprocess、OpenAI 相容端點、或 rule-based fallback |
31+
| 設定來源 | `~/.hermes/config.yaml` | 本機 `config.yaml` 或環境變數 |
32+
| 安裝路徑 | `hermes skills tap add ...` | `npx skills add ...`(通用) |
33+
| SKILL.md frontmatter | 擴充欄位 | [agentskills.io](https://agentskills.io) 合規(4 個欄位) |
34+
35+
兩者皆持續支援。在 Hermes 工作流中使用 `hermes-sci`;其他環境用 `vibe-sci`
36+
37+
## 授權
38+
39+
MIT — 詳見 [LICENSE](LICENSE)

0 commit comments

Comments
 (0)