npx skills add https://github.com/4444j99/a-i--skills --skill knowledge-architecture按存在本身组织知识,而非官僚体系。
大多数知识系统之所以失败,是因为它们按以下方式组织:
结果:知识碎片化。联系被隐藏。理解力衰退。
通过提问来组织:这个东西本质上是什么?
不是问"这个文件应该放在哪里?",而是问"这个实体的本质是什么?它通过这种本质与什么相关?"
自身存在的事物,而非其他事物的属性。
| 类别 | 示例 | 识别性问题 |
|---|---|---|
| 人物 | 你、协作者、导师 | 谁在行动? |
| 项目 | in-midst-my-life, AI Council | 正在构建什么? |
| 工具 | Claude, Figma, 模块化合成器 | 什么促进行动? |
| 作品 | 文章、代码、艺术品 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 什么被创造出来? |
| 概念 | 想法、理论、框架 | 什么被理解? |
仅作为实体的方面而存在。
| 类别 | 示例 | 识别性问题 |
|---|---|---|
| 状态 | 进行中、已完成、已放弃 | 处于什么阶段? |
| 性质 | 优雅的、实验性的、稳定的 | 具有什么特征? |
| 关系 | 依赖于、扩展自、相矛盾 | 如何连接? |
| 度量 | 大小、持续时间、复杂度 | 数量是多少? |
发生的事情,有始有终。
| 类别 | 示例 | 识别性问题 |
|---|---|---|
| 行动 | 决策、提交、发布 | 做了什么? |
| 过程 | 学习、构建、演化 | 什么在展开? |
| 场合 | 会议、截止日期、里程碑 | 什么标记了时间? |
本质属性:使事物成为那个事物的属性。移除它,事物就变成别的东西。偶然属性:可以改变而不影响身份。
示例:一个"作品集网站"
组织原则:按本质属性分组。按偶然属性打标签/过滤。
经典定义结构:"A 是一个具有 C 特性的 B"
Project
├── Software Project (produces code)
│ ├── Library (produces reusable code)
│ ├── Application (produces usable program)
│ └── Infrastructure (produces enabling system)
├── Creative Project (produces art/writing)
│ ├── Visual Work (produces images)
│ ├── Written Work (produces text)
│ └── Interactive Work (produces experience)
└── Research Project (produces knowledge)
├── Academic (produces citable work)
└── Applied (produces practical insight)
不要将关系隐藏在属性中。使其可导航。
| 关系类型 | 含义 | 逆关系 |
|---|---|---|
| depends-on | 没有则无法存在 | enables |
| extends | 建立在基础之上 | is-extended-by |
| contradicts | 相互矛盾 | is-contradicted-by |
| implements | 实现抽象 | is-implemented-by |
| exemplifies | 是模式的实例 | is-exemplified-by |
| supersedes | 取代先前版本 | is-superseded-by |
每个笔记捕获一个事物:
连接通过链接原子而产生,而非将复合物塞入单个容器。
创建导航中心,而非分层文件夹。
# Project Index
## By Nature
- [[Software Projects]]
- [[Creative Projects]]
- [[Research Projects]]
## By State
- [[Active Work]]
- [[Completed Work]]
- [[Archived Work]]
## By Relation
- [[Dependencies Map]]
- [[Influence Graph]]
同一实体,不同上下文:
/entities/project-alpha.md # 事物本身
/contexts/technical/project-alpha.md # 技术视角
/contexts/business/project-alpha.md # 商业视角
/contexts/personal/project-alpha.md # 个人意义
知识会变化。追踪它:
/current/concept-x.md # 当前理解
/history/concept-x/ # 演化过程
├── 2024-01-understanding.md
├── 2024-06-revision.md
└── changelog.md
[type]-[identifier]
project-in-midst-my-life
concept-modular-synthesis
person-mentor-name
tool-claude-desktop
[source]--[relation]--[target]
project-alpha--depends-on--library-beta
concept-x--contradicts--concept-y
[entity].[state-type]
project-alpha.status = active
project-alpha.phase = development
project-alpha.health = stable
同一概念,不同领域词汇:
concept: feedback-loop
domains:
synthesis: "output patches to input, creating evolving timbre"
systems: "output affects input, creating dynamic behavior"
learning: "results inform practice, creating improvement"
biology: "effect influences cause, creating homeostasis"
发现跨领域的结构相似性:
Modular Synthesis ←→ Software Architecture
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Oscillator ←→ Data Source
Filter ←→ Transformer
Patch Cable ←→ API Connection
Mixer ←→ Aggregator
CV ←→ Configuration
Audio Signal ←→ Data Payload
记录组合产生的涌现特性:
Component A + Component B = Emergent Property C
# Example
Note-taking + Linking + Time = Evolving understanding
(None of the parts alone produces this)
knowledge/
├── entities/ # 主要实体
│ ├── projects/
│ ├── concepts/
│ ├── works/
│ └── tools/
├── relations/ # 连接映射
│ ├── dependencies.md
│ ├── influences.md
│ └── contradictions.md
├── contexts/ # 视角层
│ ├── technical/
│ ├── personal/
│ └── temporal/
├── indices/ # 导航中心
│ ├── by-nature.md
│ ├── by-state.md
│ └── by-domain.md
└── meta/ # 关于系统本身
├── ontology.md
├── conventions.md
└── changelog.md
---
type: [entity-type]
nature: [essential description]
state: [current state]
created: [date]
modified: [date]
relations:
depends-on: [list]
extends: [list]
relates-to: [list]
contexts: [list of applicable contexts]
tags: [accidental properties for filtering]
---
references/ontological-terms.md - 哲学术语references/implementation-patterns.md - 具体文件/链接模式每周安装数
1
代码仓库
GitHub 星标数
2
首次出现
1 天前
安全审计
安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Organize knowledge by being, not bureaucracy.
Most knowledge systems fail because they organize by:
Result: Knowledge fragments. Connections hide. Understanding atrophies.
Organize by asking: What is this thing, essentially?
Not "where should this file go?" but "what is the nature of this entity, and what does it relate to by that nature?"
Things that exist in themselves, not as properties of other things.
| Category | Examples | Identifying Question |
|---|---|---|
| Persons | You, collaborators, mentors | Who acts? |
| Projects | in-midst-my-life, AI Council | What is being built? |
| Tools | Claude, Figma, modular synth | What enables action? |
| Works | Essays, code, art pieces | What has been created? |
| Concepts | Ideas, theories, frameworks | What is understood? |
Exist only as aspects of substances.
| Category | Examples | Identifying Question |
|---|---|---|
| States | In-progress, complete, abandoned | What phase? |
| Qualities | Elegant, experimental, stable | What character? |
| Relations | Depends-on, extends, contradicts | How connected? |
| Measures | Size, duration, complexity | What quantity? |
Things that happen, with beginning and end.
| Category | Examples | Identifying Question |
|---|---|---|
| Actions | Decisions, commits, publications | What was done? |
| Processes | Learning, building, evolving | What unfolds? |
| Occasions | Meetings, deadlines, milestones | What marks time? |
Essential : What makes the thing that thing. Remove it, and it's something else. Accidental : Could be otherwise without changing identity.
Example: A "portfolio website"
Organizing principle : Group by essential properties. Tag/filter by accidental.
Classical definition structure: "A is a B that C"
Project
├── Software Project (produces code)
│ ├── Library (produces reusable code)
│ ├── Application (produces usable program)
│ └── Infrastructure (produces enabling system)
├── Creative Project (produces art/writing)
│ ├── Visual Work (produces images)
│ ├── Written Work (produces text)
│ └── Interactive Work (produces experience)
└── Research Project (produces knowledge)
├── Academic (produces citable work)
└── Applied (produces practical insight)
Don't bury relations in properties. Make them navigable.
| Relation Type | Meaning | Inverse |
|---|---|---|
| depends-on | Cannot exist without | enables |
| extends | Builds upon foundation | is-extended-by |
| contradicts | In tension with | is-contradicted-by |
| implements | Realizes abstraction | is-implemented-by |
| exemplifies | Is instance of pattern | is-exemplified-by |
| supersedes | Replaces previous | is-superseded-by |
Each note captures ONE thing:
Connections emerge from linking atoms, not from cramming compounds into single containers.
Create navigational hubs, not hierarchical folders.
# Project Index
## By Nature
- [[Software Projects]]
- [[Creative Projects]]
- [[Research Projects]]
## By State
- [[Active Work]]
- [[Completed Work]]
- [[Archived Work]]
## By Relation
- [[Dependencies Map]]
- [[Influence Graph]]
Same entity, different contexts:
/entities/project-alpha.md # The thing itself
/contexts/technical/project-alpha.md # Technical view
/contexts/business/project-alpha.md # Business view
/contexts/personal/project-alpha.md # Personal meaning
Knowledge changes. Track it:
/current/concept-x.md # Current understanding
/history/concept-x/ # Evolution
├── 2024-01-understanding.md
├── 2024-06-revision.md
└── changelog.md
[type]-[identifier]
project-in-midst-my-life
concept-modular-synthesis
person-mentor-name
tool-claude-desktop
[source]--[relation]--[target]
project-alpha--depends-on--library-beta
concept-x--contradicts--concept-y
[entity].[state-type]
project-alpha.status = active
project-alpha.phase = development
project-alpha.health = stable
Same concept, different domain vocabularies:
concept: feedback-loop
domains:
synthesis: "output patches to input, creating evolving timbre"
systems: "output affects input, creating dynamic behavior"
learning: "results inform practice, creating improvement"
biology: "effect influences cause, creating homeostasis"
Find structural similarities across domains:
Modular Synthesis ←→ Software Architecture
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Oscillator ←→ Data Source
Filter ←→ Transformer
Patch Cable ←→ API Connection
Mixer ←→ Aggregator
CV ←→ Configuration
Audio Signal ←→ Data Payload
Document what emerges from combination:
Component A + Component B = Emergent Property C
# Example
Note-taking + Linking + Time = Evolving understanding
(None of the parts alone produces this)
knowledge/
├── entities/ # Primary substances
│ ├── projects/
│ ├── concepts/
│ ├── works/
│ └── tools/
├── relations/ # Connection maps
│ ├── dependencies.md
│ ├── influences.md
│ └── contradictions.md
├── contexts/ # Perspective layers
│ ├── technical/
│ ├── personal/
│ └── temporal/
├── indices/ # Navigation hubs
│ ├── by-nature.md
│ ├── by-state.md
│ └── by-domain.md
└── meta/ # About the system itself
├── ontology.md
├── conventions.md
└── changelog.md
---
type: [entity-type]
nature: [essential description]
state: [current state]
created: [date]
modified: [date]
relations:
depends-on: [list]
extends: [list]
relates-to: [list]
contexts: [list of applicable contexts]
tags: [accidental properties for filtering]
---
references/ontological-terms.md - Philosophical vocabularyreferences/implementation-patterns.md - Concrete file/linking patternsWeekly Installs
1
Repository
GitHub Stars
2
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
站立会议模板:敏捷开发每日站会指南与工具(含远程团队异步模板)
10,500 周安装