From ljg-the-one
Extracts core formula from books, concepts, or ideas via first-principles, falsifies with boundary conditions, and generates themed visual HTML card with Mermaid diagram.
npx claudepluginhub lijigang/ljg-skill-the-one --plugin ljg-the-oneThis skill uses the workspace's default tool permissions.
本 skill 输出为 HTML 文件(浏览器渲染),不适用 L0 中的 Org-mode、Denote 和 ASCII-only 规范。
Deconstructs concepts across 8 philosophical dimensions into org-mode epiphany reports. Invoke via /ljg-learn or auto-triggers on 'explain/learn concept' phrases.
Parses ebooks to extract concepts and entities with citation traceability, classifies by type/layer, and synthesizes across collections for knowledge bases.
Generates Mermaid mindmap diagrams as 2-3 nonlinear outline options for article structures, knowledge domains, and idea mapping after brainstorming raw material.
Share bugs, ideas, or general feedback.
本 skill 输出为 HTML 文件(浏览器渲染),不适用 L0 中的 Org-mode、Denote 和 ASCII-only 规范。
The Many (表象) → The One (本质) → The Formula (最小符号表达)
书、概念、文章 URL、一句话、一个道理。
找到公式的边界条件(至少 2-3 个):
根据核心情感基调,从 assets/theme-map.json 读取匹配的色系。
色系映射表概览:
| 情感基调 | 关键词示例 |
|---|---|
| 警示/危机 | 风险、陷阱、负面、警告 |
| 成长/生机 | 学习、进化、希望、复利 |
| 智慧/洞察 | 哲学、认知、深度、道 |
| 财富/价值 | 商业、投资、价值、市场 |
| 平衡/和谐 | 系统、平衡、中庸、稳态 |
| 力量/突破 | 变革、颠覆、突破、破坏 |
| 沉稳/经典 | 经典、永恒、真理、传统 |
用 theme-map.json 中的颜色值填充 HTML 模板的配色槽位。
assets/template.html| 槽位 | 说明 |
|---|---|
{{TITLE}} | 卡片标题 |
{{HEADER_ICON}} | 头部图标 |
{{ORIGIN}} / {{ORIGIN_ICON}} | 来源描述 / 图标 |
{{PHENOMENON}} / {{PHENOMENON_ICON}} | 表象(用 <span class="highlight"> 高亮)/ 图标 |
{{CORE_LOGIC}} / {{LOGIC_ICON}} | 核心逻辑 / 图标 |
{{FORMULA}} | The One 公式 |
{{FORMULA_VARS}} | 变量列表 <li><span class="var-symbol">X</span><span class="var-name">Name</span><span>描述</span></li> |
{{MERMAID_DIAGRAM}} | Mermaid 流程图代码 |
{{BOUNDARY_ICON}} / {{BOUNDARY_TITLE}} | 边界图标 / 标题 |
{{BOUNDARY_ITEMS}} | 边界条目 <div class="boundary-item"> 含 condition + reason |
| 配色槽位 | {{THEME_PRIMARY}} {{THEME_SECONDARY}} {{THEME_GLOW}} 等,从 theme-map.json 填充 |
/tmp/essence-card-{概念名称}.htmlopen /tmp/essence-card-{概念名称}.html