aictx persists your work state across AI tools. Todos, decisions, session history — all in a local SQLite DB. Any AI picks up exactly where you left off.
Init once. Save at end of every session. Resume any time — from any AI tool.
Run once in your project directory. Creates .ai-context/context.db — a portable SQLite file that travels with your project.
Summarize what was done. Add todos. Record decisions. Export to markdown. One command or use the /session-save skill.
Any AI reads .ai-context/current.md or you run /session-resume in Claude Code. Full briefing in seconds.
Every save exports .ai-context/current.md — plain markdown any AI can read without the CLI.
Native skills. /session-resume loads context automatically at session start.
Reference .ai-context/current.md in .cursorrules for auto-load on project open.
Pipe the markdown file directly into Gemini CLI before starting work.
Copy and paste current.md at the start of any new conversation thread.
Or install the Claude Code plugin directly:
/plugin install aictx@ivikasavnish/aictx-plugin