pkai-agent
A starter kit for your own personal AI agent — a persistent, file-based companion-assistant you chat with through Claude Code.
You download the zip, unzip it, open it in Claude Code (in a terminal app), and on first run your new agent introduces itself, asks you to pick its name, and offers to walk you through the rest of the setup. It comes with a working memory system, room for sessions and drafts, and four embedded starter wikis covering Claude Code, Git, Obsidian, and project management.
Download
Current release: v1.1.0.
Unzip somewhere you'll remember — for example
~/Documents/my-agent/
on macOS or Linux, or
Documents\my-agent\
on Windows. Then open the directory in Claude Code and say hi. The agent takes it from there.
Source and links
- GitHub repository — full source, history, and the README.
- Issues — bug reports, questions, suggestions.
- License — Mozilla Public License 2.0.
- Participation waiver — please read before first run; your agent will ask you to agree to it.
What's in the box
- A genericized persona at
CLAUDE.md. The same shape as the personal agents some PKAI members already run, but stripped of person-specific content so it can become yours. - A memory system at
memory/. Plain markdown files your agent reads at the start of every session and writes to as you teach it things. - Working directories for inbox, outbox, sessions, schedule, and briefings. Use what you need; ignore what you don't.
- Embedded PKAI starter wikis covering Claude Code, Git, Obsidian, and project management — your agent can walk you through them at your pace.
Questions? Email Pete or open an issue.