Tag: skills
All the articles with the tag "skills".
-
Making Claude Talk Like a Human: A Plain-English Standard From Aircraft Maintenance Manuals
Claude stopped talking like a human starting with 4.7, and I thought my English just wasn't good enough — until Reddit showed me native speakers complaining too. So I turned ASD-STE100, the simplified-English standard used in aircraft maintenance manuals, into a skill, and now I can finally understand its English.
-
讓 Claude 說人話:一套飛機維修手冊的簡化英文標準
Claude 從 4.7 起就不說人話,我一度以為是自己英文太差,直到上 Reddit 才發現老外也在抱怨;後來我把飛機維修手冊在用的簡化英文標準 ASD-STE100 做成 skill,終於看得懂它的英文了。
-
Running Taiwan Sports-Lottery Odds With Mobile Claude Code, Standing in the Lottery Shop: the Odds Are Garbage, You'll Lose
Walked past a lottery shop, felt like placing a sports bet, and on a whim wired up a betting-odds skill on mobile Claude Code right there. The verdict: the correct-score market carries a 191% overround, every expected value is negative, you lose.
-
在彩券行用手機 Claude Code 算運彩賠率:台運賠率爛透了,誰下誰賠
路過彩券行起念想下運彩,順手用手機 Claude Code 接賭率分析 skill 現場開算,結論:台運波膽盤水錢高達 191%,期望值全負,誰下誰賠。
-
I Built a "Tinghao SKILL" — Distilling a Finance YouTuber's Perspective Into AI
I spent my leftover Claude quota building a Tinghao SKILL: 17 finance episodes distilled, 3-4 rounds of blind testing, and a curious difference in how AI and humans deploy dirty jokes.
-
我做了一個「庭皓 SKILL」——把財經 YouTuber 的觀點蒸餾成 AI
用沒燒完的閒 token 做了一個庭皓 SKILL:蒸餾 17 部財經速解讀、3-4 輪盲測驗證,還發現 AI 跟人類講黃段子的邏輯不太一樣。
-
Moving from Claude Code to Codex: I Built a Skill to Handle It
Migrating an entire personal harness from Claude Code to Codex is not trivial — claude.md / agents.md, MCP, hooks, settings each need their own translation. I packaged the workflow as a Skill on GitHub. Plus a note on why I keep reaching for Codex these days.
-
從 Claude Code 搬家到 Codex:我做了一個 Skill 自動處理
把整套個人 harness 從 Claude Code 遷移到 Codex 不容易——claude.md / agents.md、MCP、hooks、settings 各自要對齊。我把流程包成一個 Skill 放在 GitHub,順便聊聊為什麼最近越來越常用 Codex。
-
See the Outside, Think the Inside: Two Claude Skills That Pair
I saw a competitor selling well and my first reaction was anxiety. But before letting anxiety win, I wanted to actually understand what it was. Lately I have been pairing two Claude Skills for this — H/V analysis to see the outside, first-principles to see the inside.
-
看清外面、想清裡面:兩個 Claude Skill 的分工
偶然看到一個競品賣得很好,第一反應是焦慮。但焦慮之前,我想先搞清楚它到底是什麼。最近用兩個 Claude Skill 把這件事做透——橫縱分析法看外面,第一性原理看裡面。
-
hermes-CCC: Bringing All 46 Hermes Agent Capabilities into Claude Code
Someone ported the entire NousResearch Hermes Agent into 46 native Claude Code Skills. No OAuth, no external processes, just restart CC and you're ready. The core philosophy is "procedures-as-prompt" — structured markdown instruction scripts drive AI behavior without writing a single line of code.
-
hermes-CCC:把 Hermes Agent 的 46 個能力全部裝進 Claude Code
有人把 NousResearch 的 Hermes Agent 整套行為拆解成 46 個 Claude Code 原生 Skill。沒有 OAuth、沒有外部進程、重啟 CC 就能用。核心設計哲學是「procedures-as-prompt」:用結構化 markdown 指令稿驅動 AI 行為,不用寫一行程式碼。