by lout33
A symbiotic AI agent that remembers everything, challenges you, and extends your cognition.
# Add to your Claude Code skills
git clone https://github.com/lout33/symbiotic-ai4 markdown files that turn any AI into a symbiotic agent. Persistent memory, pattern recognition, and autonomous execution across sessions. Not a chatbot. A co-pilot that lives in your filesystem.
<a href="https://www.youtube.com/watch?v=tCFSz1vbY6s"><img src="https://i.ibb.co/mCcVCc1m/whiteboard-evolution.jpg" alt="Symbiotic AI Tutorial" border="0"></a>
4 files. That's it.
| File | Purpose | Changes |
|------|---------|---------|
| SOUL.md | Agent personality, identity, values, how it thinks and talks | Monthly |
| USER.md | Your profile: identity, psychology, wiring, mission, energy patterns | Monthly |
| AGENTS.md | How the agent operates: protocols, tools, patterns, interventions | Weekly |
| NOW.md | Current state: tasks, queue, log, active projects, deadlines | Daily |
The agent reads all 4 at session start. Updates NOW.md as you work. The system gets smarter the longer you use it -- not because of AI improvements, but because the files accumulate real context about you.
It challenges you. From a real conversation:
AI: "You find something valuable -> People want it -> You feel repulsed by the exchange -> You give it away for free -> You have no money -> Repeat. That's not idealism. That's self-punishment."
It remembers. Persistent memory across sessions. Patterns, quotes, history stored in your files.
It acts. Writes code, researches, creates files. Not just advice.
It evolves. After 100+ sessions, your files contain hard-won insights about what works for you specifically. No generic advice. Your patterns, your bugs, your wins.
No comments yet. Be the first to share your thoughts!
curl -fsSL https://raw.githubusercontent.com/lout33/symbiotic-ai/main/install.sh | bash
Or clone and open with your AI coding tool:
git clone https://github.com/lout33/symbiotic-ai
cd symbiotic-ai
Not sure what filled-in files look like? The examples/ folder has 3 complete setups showing what the system looks like after weeks of real use:
Each has all 4 files filled in with realistic data. Start from the root templates and make them yours.