Skip to content

Commit ebf3e92

Browse files
committed
update readme
1 parent 8e96c43 commit ebf3e92

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ A single source might touch 10-15 wiki pages. Knowledge accumulates: each docume
164164

165165
OpenKB commands fall into two layers: the **wiki foundation** (compile + manage your knowledge) and **generators** (turn that wiki into useful output).
166166

167-
## 🧱 Layer 1: Wiki Foundation — compile and maintain
167+
## Layer 1: 🧱 Wiki Foundation — compile and maintain
168168

169169
| Command | Description |
170170
|---|---|
@@ -176,7 +176,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
176176
| `openkb lint` | Run structural + knowledge health checks |
177177

178178
<details>
179-
<summary><b><i>More wiki commands:</i></b></summary>
179+
<summary><i>More wiki commands:</i></summary>
180180
<br>
181181

182182
| Command | Description |
@@ -189,7 +189,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
189189

190190
</details>
191191

192-
## 💡 Layer 2: Generators — turn the wiki into output
192+
## Layer 2: 💡 Generators — turn the wiki into output
193193

194194
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.
195195

@@ -201,7 +201,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
201201
| <code>openkb&nbsp;skill&nbsp;new&nbsp;&lt;skill-name&gt;&nbsp;"&lt;intent&gt;"</code> | Distill a redistributable agent skill from your wiki — see [Skill Factory](#-skill-factory--drop-in-a-book-out-comes-a-digital-expert) below |
202202

203203
<details>
204-
<summary><b><i>More skill commands:</i></b></summary>
204+
<summary><i>More skill commands:</i></summary>
205205
<br>
206206

207207
| Command | Output |
@@ -212,7 +212,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
212212

213213
</details>
214214

215-
### 💬 Query & Chat — *Ask the wiki*
215+
### (i) 💬 Query & Chat — *ask the wiki*
216216

217217
`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.
218218

@@ -229,7 +229,7 @@ openkb chat --delete <id> # delete a session
229229
Inside a chat, type `/` to access slash commands (Tab to complete).
230230

231231
<details>
232-
<summary><i>Slash commands:</i></summary>
232+
<summary><i>More slash commands:</i></summary>
233233
<br>
234234

235235
- `/help` — list available commands
@@ -246,7 +246,7 @@ Inside a chat, type `/` to access slash commands (Tab to complete).
246246

247247
<a id="skill-factory"></a>
248248

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.*
250250

251251
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.
252252

0 commit comments

Comments
 (0)