knowledge

Solid

The owner's personal knowledge base — a markdown folder that is also a typed graph of the people, projects, companies, decisions and terms around this work, driven by the `kb` CLI. Use it BEFORE answering anything about the owner, who they work with, what a project or an internal word means, or what was decided and why — and use it WITHOUT being asked to record a durable fact you have just learned about any of those. Not for facts about the code itself (that is what the repository and its documentation are for).

Data & Documents 22 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# The knowledge base `kb` is on your PATH. It reads a folder of markdown notes — `knowledge/` in the workspace unless `$KB_FOLDER` says otherwise — where every note is a **thing** and every link is a **connection between things**. ```sh kb find "ada" # search names, header facts and prose kb read "Ada Lovelace" # the note, its facts, and its links both ways kb list --type decision # everything of one kind kb find --linked-to Intentic # everything connected to one thing kb links "Ada Lovelace" # just the connections kb graph Intentic --depth 2 # the neighbourhood, as a map kb check # broken links, orphans, vocabulary drift kb vocab # the kinds and relationships this knowledge base has adopted ``` Add `--json` to any of them. Exit 0 found something, 1 found nothing, 2 could not run. ## When to read it **Before answering a question about the owner's world.** Who someone is, what a project is, what an internal word means, what was decided about something and why, how two things relate. One `kb find` costs a second and is the difference between an answer grounded in what this owner actually told you and a plausible invention. Start with `kb find <the words in the question>`. If it lands on a note, `kb read` it and follow the links that matter — the connections are the point, and the neighbouring note is usually where the answer actually is. **Not f...

Details

Author
intentic
Repository
intentic/intentic
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

knowledge

Understand the knowledge plugin's full taxonomy (docs, memory, context) and which of its 18 commands to reach for. Use this before invoking any $knowledge:* command — it covers the three write boundaries and their role rules, zero-config memory-store discovery, and pointers to each surface's complete write contract.

0 Updated 2 days ago
devgirishattri
Data & Documents Solid

scribe-kb

Read, write, and search a scribe-managed knowledge base (markdown vault with frontmatter conventions, wikilinks, and qmd hybrid search). Use when the user's project has a scribe.yaml (KB root) or a .claude/<kb_name>/ drop-file directory (consumer side), or when they mention scribe, scriptorium, qmd, drop files, or "my KB". Covers frontmatter schema, wikilink syntax, drop-file pattern, search via qmd, and directory taxonomy.

61 Updated today
oliver-kriska
AI & Automation Listed

knowledge

Manage the LifeOS Knowledge Archive — a curated, typed graph of People, Companies, Ideas, and Research notes with typed related: links; search, add, harvest, develop, ingest, and graph-navigate. USE WHEN knowledge, knowledge base, search knowledge, what do we know about, archive, harvest, knowledge status, develop note, add to knowledge, ingest, contradictions, knowledge graph, retrieve, mine conversations. NOT FOR session/ISA context recovery (use ContextSearch), published content semantic search across blog/newsletter/X/LinkedIn (use _CONTENTSEARCH), or one-shot URL/YouTube ingestion via the Arbol harvester pipeline (use _HARVEST).

12 Updated 4 days ago
DorShaer