Projects
Things I’ve built. Some useful, some just fun.
commonplace-plugin#
Claude Code plugin for commonplace. Teaches Claude Code when and how to use the commonplace CLI to store and recall memories across sessions. Install with claude plugin add saikatkumardey/commonplace-plugin.
commonplace#
Agent-agnostic memory CLI. BM25 search across topic-organized markdown files. Built for AI agents that need persistent memory without a vector database. Stores facts, decisions, and preferences that survive across sessions.
indieclaw#
A personal AI agent that runs on Telegram. Persistent memory via markdown files, self-editing personality, cron scheduling, tool building, and Claude Code integration. The agent that manages my health tracking, morning briefings, and half my daily workflow.
grokking-playground#
Interactive browser demo of neural network grokking. Train a small net on modular multiplication and watch it memorize fast, then suddenly generalize. All sliders, all in-browser, no backend. Code.
termstage#
Fake terminal demos. Write a YAML file describing the session, get an SVG. No recording, no live shell. Good for README headers and docs.
python-doctor#
CLI that gives your Python codebase a 0-100 health score. Security, lint, complexity, dead code, and more. Built for AI agents.
html2md#
Aggressive HTML-to-markdown converter for AI agents. Mozilla Readability strips navbars, ads, and footers. Turndown converts the rest to clean markdown. Supports token budgeting, stdin, local files, and JSON output. Built because agents kept drowning in boilerplate.
aidoc#
Auto-generates documentation for Python projects. Point it at your codebase, get clean docs. Available on PyPI.
quickreadai#
Key takeaways from non-fiction books, powered by AI. Try it live.
habithub#
A minimal habit tracker for iOS. Built in Swift because I wanted something that stayed out of the way.
tweetSpy#
Real-time tweet monitoring dashboard. Track keywords, watch trends unfold.
interactive-dataviz#
Interactive data visualization app built with Dash. Reactive charts, clean interface.