You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ A single source might touch 10-15 wiki pages. Knowledge accumulates: each docume
164
164
165
165
OpenKB commands fall into two layers: the **wiki foundation** (compile + manage your knowledge) and **generators** (turn that wiki into useful output).
166
166
167
-
## 🧱 Layer 1: Wiki Foundation — compile and maintain
167
+
## Layer 1: 🧱 Wiki Foundation — compile and maintain
168
168
169
169
| Command | Description |
170
170
|---|---|
@@ -176,7 +176,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
176
176
|`openkb lint`| Run structural + knowledge health checks |
177
177
178
178
<details>
179
-
<summary><b><i>More wiki commands:</i></b></summary>
179
+
<summary><i>More wiki commands:</i></summary>
180
180
<br>
181
181
182
182
| Command | Description |
@@ -189,7 +189,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
189
189
190
190
</details>
191
191
192
-
## 💡 Layer 2: Generators — turn the wiki into output
192
+
## Layer 2: 💡 Generators — turn the wiki into output
193
193
194
194
A "generator" reads from the compiled wiki and produces something usable: an answer, a conversation, a skill folder. The wiki is the substrate; generators are the surfaces.
195
195
@@ -201,7 +201,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
201
201
| <code>openkb skill new <skill-name> "<intent>"</code> | Distill a redistributable agent skill from your wiki — see [Skill Factory](#-skill-factory--drop-in-a-book-out-comes-a-digital-expert) below |
@@ -212,7 +212,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
212
212
213
213
</details>
214
214
215
-
### 💬 Query & Chat — *Ask the wiki*
215
+
### (i) 💬 Query & Chat — *ask the wiki*
216
216
217
217
`openkb query "..."` answers a single question. `openkb chat` is interactive — each turn carries history, so you can dig into a topic without re-typing context. Both use the same underlying wiki and retrieval primitives.
Inside a chat, type `/` to access slash commands (Tab to complete).
230
230
231
231
<details>
232
-
<summary><i>Slash commands:</i></summary>
232
+
<summary><i>More slash commands:</i></summary>
233
233
<br>
234
234
235
235
-`/help` — list available commands
@@ -246,7 +246,7 @@ Inside a chat, type `/` to access slash commands (Tab to complete).
246
246
247
247
<aid="skill-factory"></a>
248
248
249
-
### 🛠 Skill Factory — *Drop in a book; out comes a digital expert.*
249
+
### (ii) 🛠 Skill Factory — *drop in a book; out comes a digital expert.*
250
250
251
251
The newest generator. `openkb skill new` distills an [agent skill](https://docs.claude.com/en/docs/build-with-claude/skills) from any subset of your wiki, a portable folder that major agents (Claude Code, Codex, etc.) can install and load natively. Drop in a book's worth of papers; out comes a specialist that other agents can call on.
0 commit comments