Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/davistroy/claude-marketplace --skill skill-nameコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
One-shot, read-only health snapshot across the personal fleet (DGX Spark, Jetson Orin Nano, homeserver, bond, obvm). Checks uptime, load, disk, memory, and each machine's key inference/service endpoints over SSH and curl, then renders a single status table with a pass/fail verdict. Use for a fleet status check, a morning brief before starting work, answering "is the spark available" or similar per-machine availability questions, or any general machine health check across the 5 hosts. Read-only — never restarts, stops, or reconfigures anything on any host.
SSH into the Jetson Orin Nano and audit the running inference config against known best practices and community optimizations. Reports gaps, misconfigurations, and optimization opportunities. Complements jetson-recon (external landscape) with internal config validation.
Initialize mandatory experiment logging using scientific notebook, ADR, and postmortem patterns. For projects involving system changes, benchmarks, debugging, or exploratory work. Creates LAB_NOTEBOOK.md with living decision/action tracking and injects iron-clad CLAUDE.md rules that make logging a PRECONDITION for every action. Suggest when — infrastructure/experimental/expensive-failure projects, multi-session work, or keywords like optimize/benchmark/debug/configure. Confirms before writing anything when suggested rather than invoked.
SOC 職業分類に基づく
SKILL.md を表示中
| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
{{INTRO_PARAGRAPH}}
Arguments: $ARGUMENTS
The user may provide optional arguments when invoking this skill. Dynamic context is available via:
$ARGUMENTS — raw argument string passed by the user!cmd — command output injected before Claude reads the prompt (e.g., `!`git status -s)
$ARGUMENTS is available — never inject a command containing a placeholder you expect to be substituted.!git status -s 2>/dev/null || echo "(not a git repository)"``Describe what output the skill produces (in-conversation, file, etc.)
User: /{{SKILL_NAME}}
Claude: [Example response]