From 0bd88f40e6f13d5bdf6ede0c2c995b63ebb1748d Mon Sep 17 00:00:00 2001 From: "Xichang(Seacen) Zhao" Date: Wed, 1 Jul 2026 11:00:42 +0800 Subject: [PATCH] Add wisdom-first skill (EN + zh-CN) --- src/content/skills-zh/wisdom-first.md | 37 ++++++++++++++++ src/content/skills/wisdom-first.md | 64 +++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 src/content/skills-zh/wisdom-first.md create mode 100644 src/content/skills/wisdom-first.md diff --git a/src/content/skills-zh/wisdom-first.md b/src/content/skills-zh/wisdom-first.md new file mode 100644 index 0000000..ea9cdaa --- /dev/null +++ b/src/content/skills-zh/wisdom-first.md @@ -0,0 +1,37 @@ +--- +slug: wisdom-first +--- + +## 使用场景 + +- 定战略、拿艰难的主意 +- 分量很重的书面表达——一场演讲,或一份要让老板一眼看懂的汇报 +- 谈判与冲突化解 +- 值得认真思考的设计与规划 +- 工作或生活里感到迷茫、不知从何下手 + +## 核心能力 + +- **诊断真实需求**:看清你到底要*做什么、决定什么、感受到什么*,以及卡在哪一层(是内容,还是临场与心气) +- **调出对的智慧**:两三个互补的框架加上最值得读的书,靠通用的「品味」而非对照表来选 +- **提炼精髓**:只讲真正要紧的那几步,并引你回到原著 +- **透过视角解题**:把框架编织成一个连贯的答案,让思考清晰可见,而不是硬贴上去 +- **长你自己的见识**:你带走的是能反复调用的心智模型和一份书单,而不只是一个「今天怎么办」的结论 + +## 示例 + +``` +我下周要做一场至关重要的演讲,心里很紧张。 +帮我准备一下。 +``` + +Wisdom First 会调出一本讲临场与表达的经典,再配一个「让人记得住」的框架, +把真正要紧的那几步提炼出来,然后**透过这些视角**把你的演讲搭起来—— +同时把书指给你,让你在这一个答案之外继续长见识。 + +## 注意事项 + +- 在咨询类、长周期的任务上会自动触发,也可以用 `/wisdom-first` 直接调用 +- 深度随事情的分量伸缩——随手问一句给一个利落的模型;分量重的问题给全套 +- 没有「领域 → 书」的对照表:对的经典之作,是从一套与领域无关的纯通用品味里自然长出来的 +- 与具体智能体无关。对于开放的 `skills` CLI 支持的智能体,一行即可到处安装:`npx skills add seacen/wisdom-first` diff --git a/src/content/skills/wisdom-first.md b/src/content/skills/wisdom-first.md new file mode 100644 index 0000000..fdb5bbb --- /dev/null +++ b/src/content/skills/wisdom-first.md @@ -0,0 +1,64 @@ +--- +name: wisdom-first +title: Wisdom First +description: Bring the right frameworks and books to bear before improvising, then solve through those lenses +source: community +author: seacen +githubUrl: https://github.com/seacen/wisdom-first +docsUrl: https://github.com/seacen/wisdom-first#readme +category: productivity +tags: + - thinking + - mental-models + - frameworks + - decision-making + - advice +roles: + - developer + - pm + - designer + - marketer + - executive +featured: false +popular: false +isOfficial: false +installCommand: | + git clone https://github.com/seacen/wisdom-first + cp -r wisdom-first ~/.qoder/skills/wisdom-first +date: 2026-07-01 +--- + +## Use Cases + +- Strategy and hard decisions +- High-stakes writing — a speech, or a report your boss must grasp fast +- Negotiation and conflict resolution +- Design and planning that rewards real thinking +- Feeling stuck and unsure how to proceed, in work or in life + +## Core Capabilities + +- **Frame the live need**: diagnose what you must *do, decide, or feel* — and on which layer (the content, or the nerve and execution) +- **Surface the right wisdom**: two or three complementary frameworks plus the best books, chosen by a general taste rather than a lookup table +- **Distill the essence**: the few moves that carry the weight, with a nudge to read the source +- **Solve through the lenses**: weave the frameworks into one coherent answer, so the thinking is visible rather than bolted on +- **Grow your own judgment**: you keep durable mental models and a reading list — not just an answer for today + +## Example + +``` +I'm giving a make-or-break presentation next week and I'm nervous about it. +Help me prepare. +``` + +Wisdom First surfaces a delivery-and-presence classic alongside a +"make it memorable" framework, distills the few moves that matter, then +builds your talk *through* those lenses — while pointing you to the books +so you keep learning past this one answer. + +## Notes + +- Triggers on its own for advisory / long-horizon work, or invoke it with `/wisdom-first` +- Scales depth to the stakes — a quick gut-check gets one crisp model; a weighty problem gets the full set +- No "topic → book" table: the right canonical works fall out of a pure, domain-blind taste +- Agent-agnostic. For agents supported by the open `skills` CLI, one line installs it anywhere: `npx skills add seacen/wisdom-first`