食事・運動の記録と健康管理アドバイスを行うスキル。食事報告からカロリー概算、運動記録、週次レポートを生成。データはmemory/に記録。「健康チェック」「週次ヘルスレポート」「食事記録して」「運動記録して」で使用。
npx skills add https://github.com/karaage0703/ai-assistant-workspace --skill xs-health-advisor
食事・運動を記録し、週次でフィードバックを提供するスキル。
memory/YYYYMMDD.md に残す以下のいずれかに該当したら 必ず自動発動 すること:
食事の報告:
運動の報告:
memory/への記録だけで終わらせない! 食事・運動の報告が来たら必ずカロリー概算+一言コメントもセットで行うこと。
食事の報告を受けたら記録&コメントする。
入力例:
やること:
memory/YYYYMMDD.md の日常セクションに追記(食事内容 + カロリー概算)コメント例:
運動の報告を受けたら記録&コメントする。
入力例:
やること:
memory/YYYYMMDD.md の日常セクションに追記(運動内容 + 歩数/時間)1週間分の食事・運動を振り返ってフィードバックする。
発動:
手順:
過去7日分の memory/YYYYMMDD.md を読み、食事・運動の記録を抽出する。
# 過去7日分のメモリファイルを確認
ls [WORKSPACE]/memory/
workspace-RAG が動いている場合は、体重・食事・運動・健康レポートの関連記録も検索して、前週比較や抜け漏れ確認に使う。
curl -s -G "http://127.0.0.1:7890/search" --data-urlencode "q=体重 食事 運動 健康レポート"
以下の観点でレビュー:
食事:
運動:
以下のフォーマットで報告:
週次ヘルスレポート(MM/DD〜MM/DD)
食事
- 記録日数: X/7日
- 外食率: XX%
- 良かった点: (具体的に)
- 改善ポイント: (1つだけ。具体的に)
運動
- 散歩: X回(平均XXXX歩)
- 推定消費: 約XXXkcal/週
- 良かった点: (具体的に)
来週のワンポイント
(実践しやすい具体的なアドバイス1つ)
前週との比較
(前週のレポートがあれば比較。なければ「来週から比較できるよ!」)
note-takingスキルの手順に従い notes/ に保存。
フロントマター:
---
title: 週次ヘルスレポート MM/DD〜MM/DD
date: YYYY-MM-DD
type: review
tags:
- 健康管理
- 週次レポート
status: completed
---
厳密な計算は不要。以下をざっくり参考に:
食事(1食あたり)
運動(体重70kg想定)
サウナ(1セットあたり)
memory/YYYYMMDD.md に集めると、週次レビューがしやすい昼はカレーうどん食べた
散歩してきた、5000歩
サウナ行ってきた、2セット
週次ヘルスレポート
健康チェック
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take karaage0703/xs-health-advisor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.