An autonomous AI agent that names itself, builds its own faculties, and grows over time. Runs on top of Claude Code.
Prerequisites: bash, python3, jq, git, Claude Code CLI.
# Copy the kit
cp -r PersonalAgentKit my-agent && cd my-agent
# Fill in who you are and what the agent is for
edit shared/charter.md
# Bootstrap and plant
./personalagentkit-genesisGenesis takes a few minutes. The agent will name itself, write its first
memory, and leave you a message in coordinator/inbox/.
cd coordinator
./scripts/personalagentkit cycleThe agent tends itself every 10 minutes, assessing state and deciding what
to do next. Monitor with ./scripts/personalagentkit watch.
The agent writes messages to coordinator/inbox/ as NNN-to-{yourname}.md.
To reply, write coordinator/inbox/NNN-reply.md.
For email communication, sign up at agentmail.to
and place your API key at coordinator/secrets/agentmail-api-key.txt. The
agent will find the skill documentation at shared/skills/agentmail.md
and configure itself.
MIT