Context Kit — solve AI context amnesia with Personal Context Artifacts #167
JDDavenport
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi — sharing a tool I built that addresses a gap across most AI tools: persistent personal context.
Context Kit — MIT, one-command install.
The problem
Every AI session starts at zero. The model doesn't know who you are, what you're building, or how you think. No matter how much context you've built up, the next conversation starts from scratch.
The solution: Personal Context Artifacts (PCAs)
4 Markdown files that capture you:
You fill them out once. They work with any AI tool, any model, any provider. You own them — they're just Markdown files.
5 Claude Code skills included
/open-loops— surfaces open promises before they're dropped/watchers— sets up conditional monitors (file, email, URL)/crm-everything— logs every person mentioned/morning-briefing— context-aware daily briefing/session-digest— continuity notes between sessionsInstall
curl -fsSL https://raw.githubusercontent.com/JDDavenport/context-kit/main/install.sh | bashGitHub: https://github.com/JDDavenport/context-kit
Full essay (how I built a 28-agent AI system around this): https://docs.agenttree.army/articles/personal-ai-os/
The underlying pattern (static Markdown context files) works with any AI tool. Happy to discuss implementation or extensions.
Beta Was this translation helpful? Give feedback.
All reactions