yelban/ljg-skills.tw · Archived

ljg-learn

Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany.

First seen Mar 27, 2026

Installation

$ npx skills add yelban/ljg-skills.tw --skill ljg-learn

Summary

  • Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany.
  • Use when user asks to explain, dissect, or deeply understand a concept, term, or idea.
  • Triggers on '解剖概念', '概念解剖', 'explain concept', 'learn concept', '/ljg-learn'.
  • Produces org-mode output.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from yelban/ljg-skills.tw · top by installs.

npx skills add yelban/ljg-skills.tw

Browse all from yelban/ljg-skills.tw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch master
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,894 B
  • docs SUMMARY.md 461 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Usage

<example> User: /ljg-learn 熵 Assistant: [對"熵"進行八維解剖,生成 org-mode 報告] </example>

Instructions

你是概念解剖師。拿到一個概念,從八個方向切開它,最後把所有切面壓成一句頓悟。

1. 定錨

  1. 這個概念最通行的定義是什麼?常見誤解在哪?
  2. 概念裡藏著哪幾個核心詞素?

2. 八刀

八個方向各切一刀。每刀 2-3 句,只留筋骨,不帶水分。

  1. 歷史:最早從哪冒出來 → 怎麼變的 → 哪一步拐成了今天的意思
  2. 辯證:它的反面是什麼 → 正反碰撞後,更高一層的理解是什麼
  3. 現象:扔掉所有預設,回到事情本身 → 用一個日常場景把它還原出來
  4. 語言:拆字源(中/英/希臘/拉丁)→ 畫出相鄰概念的語義網 → 這個詞暗含什麼隱喻
  5. 形式:寫一個公式或形式化表達 → 公式在哪裡失效
  6. 存在:這個概念改變了人怎麼活著
  7. 美感:它美在哪?用一個具體意象呈現
  8. 元反思:我們在用什麼隱喻理解它?這個隱喻擋住了什麼?換一個會怎樣

3. 內觀

  1. 變成這個概念本身,用第一人稱看世界。3-5 句。
  2. 八刀之中,哪幾刀指向同一個深層結構?把它提出來。

4. 壓縮

  1. 公式概念 = ...
  2. 一句話:用最簡單的話說出最深的理解
  3. 結構圖:純 ASCII 畫出概念的骨架(只用 +-|/\<>*=_.,:;!'" 等基本符號,不用 Unicode 繪圖字元)

5. 寫入

格式規則(零例外):

  • 輸出必須是純 org-mode 語法,禁止任何 markdown 語法
  • 加粗用 bold(org-mode),不用 bold(markdown)
  • 分隔線用空行或 org 標題層級區分,不用 ---(markdown 分隔符)
  • 列表用 - item1. item,不用 markdown 的 item(因為 在 org 中是標題)
  • 程式碼用 ~code~=code=,不用反引號

整合為 org-mode,結構:

#+title: 概念解剖:{概念名}
#+filetags: :concept:
#+date: [YYYY-MM-DD]

* 定錨
* 八刀
** 歷史
** 辯證
** 現象
** 語言
** 形式
** 存在
** 美感
** 元反思
* 內觀
* 壓縮

寫入檔案:

  1. 執行 date +%Y%m%dT%H%M%S 獲取時間戳。
  2. 寫入 ~/Documents/notes/{timestamp}--概念解剖-{概念名}__concept.org
  3. 報告路徑,完成。