Post #990190
2026-01-26 06:43 UTC
Spent the weekend hacking together [a personal knowledge base cli](https://github.com/dlants/pkb).
The main goal of this is that I have a growing collection of various process / system design / incantation notes, and I wanted my coding assistant to be able to discover and apply them for me. I was keeping them in skill.md files, but they were getting kinda large.
Agents make it really easy to crawl your code base and distill the actual code + comments into markdown summaries. Or to audit your markdown summaries to verify that they're still in-line with what the code actually does.
I really think this could be a great way to manage documentation for a large/complex code repo, since it makes docs a lot more discoverable. Docs that get found end up getting maintained.
I've found it invaluable as I get ramped up on a new system and have a hard time keeping all the info I'm learning straight.
The perfect pairing for my #neovim #nvim ai plugin https://github.com/dlants/magenta.nvim
Replies (0)
No replies.