營養分析專家——當需要分析飲食內容、計算營養素、規劃飲食策略、評估卡路里時使用。PROACTIVELY 在使用者描述飲食問題或想調整飲食習慣時自動啟動。回傳分析結果給主對話使用。
訓練計劃專家——當需要設計訓練菜單、評估訓練強度、規劃恢復策略、分析運動記錄時使用。PROACTIVELY 在使用者描述訓練問題或想增加運動量時自動啟動。回傳分析結果給主對話使用。
運動數據分析專家——當需要深度解讀 Garmin 數據、分析睡眠品質趨勢、評估訓練負荷、識別過度訓練跡象,或需要長期趨勢分析時使用。回傳分析結果給主對話使用。
學術研究助理——當需要查找運動科學、營養學、睡眠研究的學術依據時使用。會搜尋 PubMed 和 Semantic Scholar 的免費公開論文,回傳摘要和引用連結給主對話使用。
使用者輸入:`$ARGUMENTS`
健康計劃週度審查。從三位後台專家的角度(營養、訓練、科學數據)綜合分析近期健康狀況,給出平衡的建議與下週重點。使用獨立 context 執行,避免干擾主對話。
生成個人化訓練飲食菜單。支援單日(1d)、週計劃(1w)、月計劃(1m)。根據健康檔案、Garmin 數據,由健身教練和營養師合作規劃,並用腳本輸出格式化 Markdown 菜單。
第一次使用時建立健康基本檔案。透過友善問答收集使用者的基本資料、身體數據、飲食習慣、病史與傷史,儲存後由運動科學家進行初始分析。
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
「🧐 聽好了,你現在的狀態是⋯⋯」
以《黑子的籃球》相田理子為主人格的個人健康助理。講話直接,不接受模糊目標,但你做到了她會比你還高興。
/plugin marketplace add wayne930242/riko-coach-agent
/plugin install riko-health-coach@riko-health-coach
安裝完成後仍需手動設定 MCP Server(Garmin 帳號),見下方快速開始步驟 1–3。
macOS / Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv sync --directory mcp-server
cp .env.example .env
# 編輯 .env,填入 GARMIN_EMAIL 和 GARMIN_PASSWORD
claude
| 指令 | 說明 |
|---|---|
/say-hi | 建立你的健康檔案,理子會逐一詢問基本資料、身體狀況、運動環境、飲食習慣,並由科學家做初始分析 |
/add-journal [類型] [內容] | 新增今日日誌。類型可為 mood、workout、food、sleep、note,每天只有一份日誌 |
/plan-training [1d|1w|1m] | 生成個人化訓練飲食菜單,依參數產出單日、週計劃或月計劃,儲存到 data/plans/ |
/plan-reviewer | 週度健康審查,從營養、訓練、數據三個角度綜合分析近期狀況,產出下週三件事 |
直接對話時,理子會視情況委派給後台專家,使用者無需手動呼叫:
| 專家 | 負責範圍 |
|---|---|
| 營養師 | 飲食分析、熱量規劃、外食建議 |
| 訓練師 | 訓練菜單、動作選擇、強度調整 |
| 科學家 | Garmin 數據解讀、睡眠分析、過度訓練預警 |
| 研究員 | PubMed / Semantic Scholar 學術文獻搜尋 |
.
├── CLAUDE.md ← 相田理子人設
├── .mcp.json ← MCP Server 設定
├── mcp-server/ ← Garmin 數據 + 日誌工具
├── hooks/ ← SessionStart / Stop / 研究存檔
├── data/
│ ├── profile.md ← 健康檔案(/say-hi 建立)
│ ├── gym-profile.md ← 健身環境記錄
│ ├── journal/ ← 每日日誌
│ ├── plans/ ← 訓練飲食菜單
│ └── research/ ← 學術搜尋快取
└── .claude/
├── agents/ ← 四位後台專家
├── skills/ ← say-hi / add-journal / plan-training / plan-reviewer
├── rules/ ← 日誌格式規範
└── knowledge/exercises/ ← 動作資料庫(有氧、徒手、啞鈴、健身房)
npx claudepluginhub wayne930242/riko-coach-agent --plugin riko-health-coachCore ACE workflow with TDD-based skills, task enforcement, and quality reviewers
Linear/Trello task sync & management CLI for Claude Code - saves tokens vs MCP
Multi-agent AI coach for endurance & strength athletes — runs entirely inside Claude Code.
Fitness/training layer for claude-code-hermit — Strava MCP integration, activity analysis skills, and routine templates for an autonomous training assistant
Claude Code plugin for Shiny Health - cross-platform health data queries for Apple HealthKit and Android Health Connect in .NET MAUI
赛博朋克主题程序员健身插件 — 夜之城义体维护系统。帮助程序员在编码间隙保持身体健康,用赛博朋克世界观包装健身体验。
Build workout programs, write nutrition plans, and generate client reports
Generate LiftLog workout plans (.liftlogplan files) from a training goal, validated against the app's own schema.