Claude Skill Tom banner
ViviChen-nocode ViviChen-nocode

Claude Skill Tom

Development community

Description

電腦發燙診斷 — Claude Code skill,輸入 /tom 幾秒知道為什麼燙

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

/tom — 電腦發燙診斷

tom = 燙。電腦燙了,就叫 tom。

一個 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill,讓你在終端機裡輸入 `/tom`,幾秒內知道電腦為什麼發燙、該關掉什麼。

緣起

不懂電腦規格,但電腦常常燙到不行。每次都在 Claude Code 裡問同一個問題:「我的電腦好燙該怎麼辦?」

問了幾次之後想——這不就是重複對話嗎?乾脆做成一個 skill,一個指令搞定。

它做了什麼

`/tom` 會同時跑三個系統診斷指令,然後直接告訴你:

  • 哪些程序在吃 CPU
  • 記憶體夠不夠
  • 系統有沒有散熱警告
  • 具體該關掉什麼、重啟什麼

不會丟一堆數據給你看,只給結論和行動建議。

安裝

把 `SKILL.md` 放到 Claude Code 的 skills 目錄:

# 全域安裝(所有專案都能用)
mkdir -p ~/.claude/skills/tom
curl -o ~/.claude/skills/tom/SKILL.md \
  https://raw.githubusercontent.com/ViviChen-nocode/claude-skill-tom/main/SKILL.md

使用

在 Claude Code 裡輸入:

/tom

就這樣。

適用環境

  • macOS(使用 pstoppmset 指令)
  • 需要 Claude Code CLI

貢獻

歡迎提交 Issue 或 Pull Request!

授權

本專案採用 [MIT 授權](LICENSE)。

作者

Vivi Chen(大師姐)

如有問題歡迎透過 [GitHub Issues](https://github.com/ViviChen-nocode/claude-skill-tom/issues) 聯繫。