whatisgithub

What is vincci-knowledge-network?

vincci-wenxi/vincci-knowledge-network — explained in plain English

Analysis updated 2026-05-18

47PythonAudience · generalComplexity · 2/5LicenseSetup · moderate

In one sentence

An Obsidian-based note system that separates raw notes, verified knowledge, and original ideas using coded folders and a maturity workflow.

Mindmap

mindmap
  root((Wenxi Knowledge Network))
    What it does
      Encodes raw notes
      Separates verified and original
      Tracks note maturity
    Tech stack
      Python
      PyYAML
      Obsidian
    Use cases
      Personal knowledge base
      Duplicate detection
      Ghost link repair
    Audience
      Chinese Obsidian users
      Researchers and writers
    Setup
      Clone and install deps
      Configure vault path

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Build a structured personal knowledge base in Obsidian

USE CASE 2

Separate verified research from your own original ideas

USE CASE 3

Track how notes mature from raw idea to fully developed concept

USE CASE 4

Detect duplicate concepts and broken links across a large vault

What is it built with?

PythonPyYAMLObsidianGit

How does it compare?

vincci-wenxi/vincci-knowledge-networkjameslhw/polymarket-quick-tradelucasmantou/codex-proxy
Stars474747
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity2/53/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Obsidian plus Python 3.7+ with PyYAML, and manual vault-path configuration.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Wenxi Knowledge Network is a note-taking system built on top of Obsidian, designed for people who want a structured way to turn raw notes into organized, verified knowledge. The core idea is that new notes start as raw material in an inbox and only move into the formal system once they are encoded and checked. Along the way, the system keeps a clear line between knowledge you have verified from outside sources and ideas that are your own original thinking, storing each in separate folders. Notes are organized using a small set of discipline codes, such as life experience, discipline knowledge, or cognitive evolution, and each note is labeled with a prefix showing whether it is a verified term, a thinking model, or a concept, or whether it is an original version of one of those. Notes also move through stages, starting as a seed, growing into a sprout, and eventually maturing, so you can track how developed an idea is over time. The system also maintains a registry of concepts to catch duplicates and can detect and repair broken links between notes. The project includes Python scripts for these maintenance tasks: one script scans for duplicate concepts and syncs the registry, another checks and repairs ghost links, and a third manages the status transitions between seed, sprout, and mature. Each script can be run in a preview mode first, so you can review planned changes before applying them. To use it, you need Python 3.7 or newer, the PyYAML library, Obsidian, and Git. You clone the repository, install dependencies, then run a setup script to build the folder structure inside your own Obsidian vault. The generated folders and workflow are written in Chinese, since the project is built for a Chinese-language Obsidian environment, though an English README is provided. It also includes an optional AI workflow skill file that can be copied into a Claude skills folder. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Help me set up the Wenxi Knowledge Network folder structure in my Obsidian vault.
Prompt 2
Explain how the encode and decode workflow in this knowledge system works.
Prompt 3
Run the duplicate detection script on my vault and summarize the results.
Prompt 4
Show me how to check and repair ghost links using kn_links.py.

Frequently asked questions

What is vincci-knowledge-network?

An Obsidian-based note system that separates raw notes, verified knowledge, and original ideas using coded folders and a maturity workflow.

What language is vincci-knowledge-network written in?

Mainly Python. The stack also includes Python, PyYAML, Obsidian.

What license does vincci-knowledge-network use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is vincci-knowledge-network to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is vincci-knowledge-network for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.