by lout33
A symbiotic AI agent that remembers everything, acts autonomously, and extends your cognition.
# Add to your Claude Code skills
git clone https://github.com/lout33/claude_life_assistantA symbiotic AI agent that remembers everything, challenges you, and extends your cognition.
<a href="https://www.youtube.com/watch?v=oBURNsNVU3Y"><img src="https://i.ibb.co/mCcVCc1m/whiteboard-evolution.jpg" alt="Claude Life Assistant Demo" border="0"></a>
Two files that turn Claude into a symbiotic agent:
The key difference: Not a chatbot. An agent that lives in your filesystem, remembers your context, sees patterns you miss, and operates alongside you.
graph LR
A[You] <-->|Symbiotic| B[Agent]
B -->|Reads| C[CLAUDE.md<br/>Who you are]
B -->|Reads| D[NOW.md<br/>Current state]
B -->|Updates| E[Memory Log<br/>Patterns over time]
B -->|Acts| F[Code/Files/Research]
E -.->|Part of| D
style C fill:#2d3748,stroke:#4a5568,color:#fff
style D fill:#2d3748,stroke:#4a5568,color:#fff
style E fill:#2d3748,stroke:#4a5568,color:#fff
style A fill:#2d3748,stroke:#4a5568,color:#fff
style B fill:#2d3748,stroke:#4a5568,color:#fff
style F fill:#2d3748,stroke:#4a5568,color:#fff
The Philosophy: Symbiotic AI through transparency. All memory lives in files you control. The agent builds context over time, challenges your blind spots, and you see everything it remembers.
One command:
curl -fsSL https://raw.githubusercontent.com/lout33/claude_life_assistant/main/install.sh | bash
Works with Claude Code, OpenCode, or as a local project. The script auto-detects your setup.
Windows users: Run in WSL or Git Bash.
Option 1: Clone
git clone https://github.com/lout33/claude_life_assistant
cd claude_life_assistant
Then open with Claude Code and start talking.
Option 2: Global Install (Claude Code)
cp CLAUDE.md NOW.md ~/.claude/
Option 3: Global Install (OpenCode)
cp CLAUDE.md ~/.config/opencode/AGENTS.md
cp NOW.md ~/.config/opencode/
Note: Rename CLAUDE.md to AGENTS.md for OpenCode.
After install, just start talking. That's it.
The agent reads your files at session start. It knows your identity, your current projects, your patterns. No commands needed — it adapts to whatever you're doing.
Built-in commands for daily rituals:
| Command | What it does |
|---------|--------------|
| /start-day | Morning kickoff. Sets your MIT (Most Important Task) for the day. |
| /check-day | Quick check-in anytime. Accountability without friction. |
| /end-day | Evening review. Captures wins, lessons, updates the log. |
| /reflect | Deep reflection. Creates journal entries, surfaces patterns. |
Just type the command. The agent handles the rest.