Skip to content
View wuchengwei1996's full-sized avatar

Block or report wuchengwei1996

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wuchengwei1996/README.md

浣熊 · wuchengwei1996

用 Claude Code 和 Codex CLI 做事,順手把流程寫成 skill。

Claude Code skills(MIT,中英 README)

  • explain:先找你卡在哪,再選說明方法;「還是不懂」就換方法,不加長
  • spec-check:spec 定稿前讓 3–5 個獨立 agent 找碴,產修改計畫、不改 spec
  • show:先讀懂資料,再決定畫不畫、畫什麼,做完自己驗

裝法:git clone <repo> ~/.claude/skills/<name>。歡迎 issue/PR。

(English) I build Claude Code / Codex CLI skills. Three are public: explain, spec-check, show. Clone into ~/.claude/skills/<name> and go.

Pinned Loading

  1. claude-skill-explain claude-skill-explain Public

    Claude Code skill (also Codex CLI): find the comprehension gap first, then pick one of ten explanation methods; when you say "still unclear" it switches method instead of writing longer. 先找理解斷點,再選說明方法

    Python

  2. claude-skill-show claude-skill-show Public

    Claude Code skill (also Codex CLI): read the data first, decide between chart, diagram and table, then read your own output back before calling it done. 先讀懂資料,再決定怎麼畫,做完自己驗

    Python

  3. claude-skill-spec-check claude-skill-spec-check Public

    Claude Code skill (also Codex CLI): audit a spec or design doc before you build it. 3 to 5 independent AI agents review in parallel (completeness, premortem, cut scope) and return a change plan; th…