symbiotic-ai

作者 lout33已验证

A symbiotic AI agent that remembers everything, challenges you, and extends your cognition.

733
Stars
73
Forks
Shell
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/lout33/symbiotic-ai

快速入门

使用 symbiotic-ai 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Symbiotic AI

Your AI's context should belong to you, not a platform. Symbiotic AI keeps it in plain files you own.

Your identity, commitments, and current direction live in a handful of Markdown files you can read, edit, version, and carry to any model. Native platform memory is opaque, automatic, and locked to one vendor. This is the opposite: you own it, and it moves with you.

Symbiotic AI is also a reference implementation of AI for better thinking loops, a category built around the claim that AI can help people think better in ways that survive commitment, action, and review. See proof, methods, and adjacent workflows at Thinking Loops.

Symbiotic AI Tutorial

Watch the tutorial

Fastest start

Install the symbiotic-onboard skill and run it. A short interview, then you own your files.

gh skill install lout33/symbiotic-ai symbiotic-onboard

Then invoke symbiotic-onboard in your agent and answer the questions. Full walkthrough (plus the manual path): Get your agent to understand you in 10 minutes.

The System

The system is simple on purpose: a small set of files that turns one useful session into ongoing context.

FilePurposeChanges
SOUL.mdAgent personality, identity, values, how it thinks and talksMonthly
USER.mdYour profile: identity, psychology, wiring, mission, energy patternsMonthly
AGENTS.mdHow the agent operates: protocols, tools, patterns, interventionsWeekly
NOW.mdCurrent state: tasks, queue, log, active projects, deadlinesDaily

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.

Want to scale beyond one main agent? See the Multi-Agent Hierarchy Guide for a simple human -> orchestrator -> leads -> specialists pattern.

Guides

What Makes It Different

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."

You own it. Your context lives in plain files you control, not a vendor's black box. Read it, edit it, version it in git, and carry it to any model. Unlike native platform memory, nothing is opaque, automatic, or locked to one tool.

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.

Symbiotic AI vs native memory

Native platform memorySymbiotic AI
OwnershipVendor owns it, lives in their accountYou own it: plain Markdown files on your disk
PortabilityLocked to one platformRuns on any model (Claude Code, Hermes, OpenClaw, opencode)
TransparencyOpaque and automatic: you can't see or edit what it storedYou read, edit, delete, and version every line

Installation

Try without installing: the Personal AI Hub gives you a chat-based setup that generates your files in minutes, with no terminal needed.

Want it set up with you, 1:1? I'll build your Guardian Angel with you in one screen-share session, and you keep the system. Book the 1:1 setup.

Hermes Agent (recommended)

Install Hermes, clone this repo as your workspace, then start Hermes inside it:

# 1) Install Hermes Agent
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.bashrc  # or: source ~/.zshrc

# 2) Clone your Symbiotic workspace
git clone https://github.com/lout33/symbiotic-ai ~/symbiotic-ai
cd ~/symbiotic-ai

# 3) Optional but recommended: use the Symbiotic voice globally in Hermes
mkdir -p ~/.hermes
cp SOUL.md ~/.hermes/SOUL.md

# 4) Start Hermes from inside the workspace
hermes

What goes where with Hermes:

  • SOUL.md -> global voice at ~/.hermes/SOUL.md
  • AGENTS.md, USER.md, NOW.md -> live in your workspace/project root
  • Run hermes from that workspace so the agent starts with your current context

If you already have a ~/.hermes/SOUL.md, merge it instead of overwriting it.

Claude Code / opencode quick installer

curl -fsSL https://raw.githubusercontent.com/lout33/symbiotic-ai/main/install.sh | bash

Manual clone

git clone https://github.com/lout33/symbiotic-ai
cd symbiotic-ai

How It Evolves

  1. Week 1-2: Fill in SOUL.md (who is the agent?), USER.md (who are you?), AGENTS.md (basic rules), NOW.md (what are you doing?)
  2. Month 1: The agent starts noticing your patterns. NOW.md log grows. You learn what works.
  3. Month 2+: Optional files appear as needed. Milestones accumulate naturally.
  4. Ongoing: SOUL.md and USER.md get refined as you learn more about yourself and what agent personality works.

Examples

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:

  • jamie/ -- 22yo CS student juggling classes, internship apps, and a side project
  • sam/ -- 30yo mid-level dev focused on career growth and interview prep
  • morgan/ -- 35yo marketing manager integrating AI into their workflow

Each has all 4 files filled in with realistic data. Start from the root templates and make them yours.

The Memory Log

In NOW.md, the agent maintains a dated log of patterns, quotes, and insights:

### Jan 10
- Avoided user call. Rescheduled twice. Pattern: building = safe, talking = scary.

### Jan 15
- Had first user call. Quote: 'I've been building what I think they want instead of asking'

### Feb 1
- Pattern confirmed: 3 weeks on feature nobody asked for. This is the 3rd time.

Commands

CommandWhat it does
/start-dayMorning kickoff. Sets MIT for the day.
/check-dayQuick accountability check-in.
/end-dayEvening review. Captures wins, lessons.
/reflectDeep reflection. Surfaces patterns. Creates journal entry.

Commands work manually or scheduled via cron. See commands/README.md.

Optional Files

The system grows with you. Just create the file. The agent discovers and uses it.

Tier-1 Optional

These are the first files to add after the core 4.

FilePurposeWhen to Add
COMMITMENTS.mdSaid vs Did trackingFirst optional file to add if you want stronger accountability, pattern detection, and "you said this before" interventions
WINS.mdShipped projects, milestones, pattern breaksWhen you need evidence you're making progress
IDEAS.mdQuick idea captureWhen ideas come faster than you can act
LOG_ARCHIVE.mdArchived memory logs from NOW.mdWhen NOW.md gets too long

Other Optional

FilePurposeWhen to Add
JOURNAL.mdLonger-form reflectionsWhen sessions aren't enough depth

HEARTBEAT: Screen-Aware Accountability

Optional. Your AI monitors your screen activity, compares it against your tasks in NOW.md, and pings you on Telegram when you drift.

[14:30] DOING: VS Code - building landing page components
SHOULD: Ship landing page
Flow state. Keep going.
[15:15] DOING: YouTube - watching programming streams (45 min)
SHOULD: Ship landing page
You know what you should be doing.

Powered by OpenClaw + what-did-i-do screen tracker. Setup guide

Interoperability

One directory, multiple interfaces:

FrameworkConfigBest For
Hermes AgentPut AGENTS.md, USER.md, and NOW.md in your workspace. Optionally copy SOUL.md to ~/.hermes/SOUL.md for a stable global voice. Run hermes from the workspace root.Full agent runtime: tools, memory, web, code execution, automation
OpenClawSet workspace in ~/.openclaw/openclaw.jsonHEARTBEAT, Telegram, scheduled check-ins
Claude Code~/.claude/CLAUDE.md (concatenate the 4 files)Deep coding sessions
opencode~/.config/opencode/ or project rootTerminal-based sessions

What Goes Where

QuestionAnswer
"Will this change next week?"Yes -> NOW.md. No -> the stable file it belongs to.
"Is this about the agent or the user?"Agent -> SOUL.md. User -> USER.md.
"Is this a protocol or personality?"Protocol -> AGENTS.md. Personality -> SOUL.md.
"Not sure?"Put it in NOW.md. Move it later.

Community

GitHub Discussions -- Ask questions, share your setup, propose ideas.

Show Your Symbiosis: Post your configuration in Show and tell. Your SOUL.md personality, conversation screenshots, custom commands. Think r/unixporn but for AI agents.

Want to contribute? See CONTRIBUTING.md.

Philosophy

Symbiotic > Assistive. Challenge > Validate. Memory compounds. Ship ugly.

The Ecosystem

ProjectWhat it does
OpenClawPersonal AI assistant runtime. Powers HEARTBEAT, Telegram, cron.
what-did-i-doPassive screen tracker with Gemini Vision
writing-style-skillMake AI write like you

Created by @lout33

GitHub stars

常见问题

What is symbiotic-ai?

symbiotic-ai is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by lout33. A symbiotic AI agent that remembers everything, challenges you, and extends your cognition. It has 733 GitHub stars.

Is symbiotic-ai safe to use?

Yes. symbiotic-ai passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install symbiotic-ai?

Clone the repository with "git clone https://github.com/lout33/symbiotic-ai" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is symbiotic-ai written in?

symbiotic-ai is primarily written in Shell. It is open-source under lout33 on GitHub, so you can review or fork the full source.

Are there alternatives to symbiotic-ai?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh symbiotic-ai against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情