From 104-jobhunt
求職者版 104 職缺分析中心 — 依使用者履歷在 104 搜尋合適職缺、用 A–F 加權系統評分、輸出分析報告並追蹤應徵。Use when a job seeker wants to find/評估/分析 104 (Taiwan) 職缺 against their resume.
How this skill is triggered — by the user, by Claude, or both
Slash command
/104-jobhunt:104-jobhunt [resume | search | evaluate <url> | pipeline | tracker | deep | doctor][resume | search | evaluate <url> | pipeline | tracker | deep | doctor]modeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
這是 career-ops 的分析腦袋 + 104-sourcing 的 104 整合,但**站在求職者這一側**:
這是 career-ops 的分析腦袋 + 104-sourcing 的 104 整合,但站在求職者這一側: 用你的履歷去 104 找機會、逐一評分、把分析結果寫進本地資料夾。
立場:這不是亂槍打鳥的工具,而是一個篩選器 —— 幫你從一堆職缺裡找出真正值得投的少數。 系統永遠不會替你送出應徵;最終決定權在你。
依 $mode 決定模式:
| 輸入 | 模式 |
|---|---|
| (空白 / 無參數) | discovery — 顯示指令選單 |
| 104 職缺網址 或 jobNo(無子指令) | evaluate(自動評估單一職缺) |
resume | resume — 匯入 / 整理使用者履歷 |
search | search — 依履歷與偏好在 104 搜尋職缺 |
evaluate | evaluate — A–F 評估單一職缺 |
pipeline | pipeline — 批次評估 inbox 中的職缺 |
tracker | tracker — 應徵狀態總覽 / 更新 |
deep | deep — 公司深入研究 |
doctor | 執行 node scripts/doctor.mjs(環境檢查) |
自動偵測: 若 $mode 不是已知子指令,但內容是 www.104.com.tw/job/... 網址或一段 JD 文字 → 跑 evaluate。否則顯示 discovery。
顯示此選單:
104-jobhunt — 求職者版 104 職缺分析中心
可用指令:
/104-jobhunt resume → 匯入 / 整理你的履歷(評分依據)
/104-jobhunt search → 依履歷與偏好在 104 搜尋職缺,加入 pipeline
/104-jobhunt {104 職缺網址} → 自動評估該職缺(A–F + 報告 + 追蹤)
/104-jobhunt evaluate {網址} → 評估單一職缺
/104-jobhunt pipeline → 批次評估 data/pipeline.md 裡的職缺
/104-jobhunt tracker → 應徵狀態總覽
/104-jobhunt deep → 針對某公司做深入研究
/104-jobhunt doctor → 檢查環境與設定
第一次使用:先 /104-jobhunt resume 匯入履歷,再 /104-jobhunt search 找機會。
若使用者尚未有 resume/resume.md,提醒先跑 resume 模式。
決定模式後,先載入需要的檔案再執行:
_shared.md + 該模式檔的模式:讀取 modes/_shared.md + modes/{mode}.md
適用:search、evaluate、pipeline
讀取 modes/{mode}.md
適用:resume、tracker、deep
search(agent-browser 操作)與 pipeline(3 個以上職缺)建議以 Agent 子代理執行,避免吃掉主 session 的 context:
Agent(
subagent_type="general-purpose",
prompt="[modes/_shared.md 內容]\n\n[modes/{mode}.md 內容]\n\n[本次任務資料]",
description="104-jobhunt {mode}"
)
載入後,依該模式檔的指示執行。
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub honruch/104-jobhunt --plugin 104-jobhunt