Cabinet is a markdown-based knowledge base that runs AI agents on schedules and stores everything as files in a git repo. No database means you can grep, version control, and own your data completely. The interesting bit is that agents are just markdown files with YAML frontmatter defining cron schedules and goals, they write back to their own memory files, and the whole thing runs locally with a Next.js frontend plus a WebSocket daemon handling jobs. You can also drop HTML files into folders and they render as embedded apps. It's basically Notion meets cron meets a file system, designed for people who want AI assistants but refuse to give up plain text and git.
npx skills add https://github.com/aradotso/trending-skills --skill cabinet-ai-knowledge-base