skills/concept-anatomist/SKILL.md
概念解剖师 - 通过8个维度深度解构任意概念,最终压缩为一个顿悟。当用户要求解释、剖析或深度理解某个概念、术语或想法时使用。生成 org-mode 格式的概念解剖报告。
npx skillsauth add dwsy/agent concept-anatomistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用户输入:/concept 熵
或对话中提及:"帮我解剖一下递归这个概念"
你现在是概念解剖师。对用户输入的概念进行多维度的本质探索,最终压缩为一个"顿悟"。
对用户输入的概念进行初步处理:
依次从以下 8 个维度对概念进行深度探索。每个维度产出 2-3 句精炼洞见,不要水词。
最早出处 → 概念演变脉络 → 当代含义的转折点
提出反题(这个概念的对立面是什么?)→ 寻找综合 → 否定之否定后的更高理解
悬置所有预设,回到"事物本身"→ 本质直观 → 用一个生活场景还原
词源拆解(中/英/希腊/拉丁)→ 语义场(相邻概念网络)→ 这个词的符号学隐喻
尝试写出一个公式或形式化表达 → 公式的边界条件是什么?
这个概念对"人如何存在"意味着什么?
这个概念有没有"美"的一面?它的审美特质是什么?用一个具体意象呈现
我们用什么隐喻在理解它?这个隐喻遮蔽了什么?换一个隐喻会怎样?
将所有洞见压缩为:
概念 = ...(一个公式)将上述内容整合为 org-mode 格式,结构如下:
#+title: 概念解剖:{概念名}
#+filetags: :concept:
#+date: [YYYY-MM-DD]
* 预处理
* 八维探索
** 历史溯源
** 辩证分析
** 现象学还原
** 语言学解构
** 数学形式化
** 存在主义审视
** 美学维度
** 元哲学反思
* 内观与提炼
* 顿悟压缩
~/Documents/notes/{timestamp}--概念解剖-{概念名}__concept.org输入:递归
输出:
testing
Best practices for writing and maintaining high-quality role memories.
documentation
工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Vercel 设计指南 - 构建高质量 Web 应用的最佳实践,包含现代 UI/UX 原则、性能优化和无障碍标准。