{"id":49417960,"url":"https://github.com/egregore-labs/egregore","last_synced_at":"2026-05-15T15:01:25.879Z","repository":{"id":346795901,"uuid":"1190764416","full_name":"egregore-labs/egregore","owner":"egregore-labs","description":"Shared intelligence layer for organizations","archived":false,"fork":false,"pushed_at":"2026-04-24T15:23:08.000Z","size":4762,"stargazers_count":215,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T17:20:40.494Z","etag":null,"topics":["ai","claude","claude-code","cli","collaboration","developer-tools","memory","multiplayer","shared-memory","team"],"latest_commit_sha":null,"homepage":"https://egregore.xyz/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egregore-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T15:43:17.000Z","updated_at":"2026-04-24T15:53:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/egregore-labs/egregore","commit_stats":null,"previous_names":["egregore-labs/egregore"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/egregore-labs/egregore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egregore-labs%2Fegregore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egregore-labs%2Fegregore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egregore-labs%2Fegregore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egregore-labs%2Fegregore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egregore-labs","download_url":"https://codeload.github.com/egregore-labs/egregore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egregore-labs%2Fegregore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33070221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claude-code","cli","collaboration","developer-tools","memory","multiplayer","shared-memory","team"],"created_at":"2026-04-29T04:00:29.020Z","updated_at":"2026-05-15T15:01:25.868Z","avatar_url":"https://github.com/egregore-labs.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"Shell\"\u003e\u003c/a\u003eShell"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"banner.jpg\" alt=\"Egregore — towards shared minds\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A shared intelligence layer for teams using Claude Code.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://egregore.xyz\"\u003eWebsite\u003c/a\u003e ·\n  \u003ca href=\"https://x.com/egregore_xyz\"\u003eCommunity\u003c/a\u003e ·\n  \u003ca href=\"LICENSE\"\u003eMIT License\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nEgregore is a shared cognition layer for AI-native collaboration. It turns Claude Code into an inhabitable production environment where every session, handoff, and decision accumulates into a living memory owned by your organization.\nWith use, the deep context that accumulates enables seamless continuity across multi-agent workflows, visibility into organizational patterns and decision-making, and persistence of collective intelligence across people, sessions, and time.\n\n\nhttps://github.com/user-attachments/assets/71a690fb-8a4e-4d0b-9a61-e6cdc7595430\n\n\n## Install\n\n```bash\nnpx create-egregore@latest --open\n```\n\nThis walks you through GitHub auth, names your egregore, creates the repos\n(instance + shared memory), clones everything locally, and adds a shell\ncommand to your profile.\n\nTo join an existing egregore:\n\n```bash\nnpx create-egregore join \u003cgithub-org\u003e\n```\n\n(You will need an invitation from the instance owner. See `/invite` below.)\n\nIf your org blocks third-party GitHub Apps, there's a gh-CLI install path: see [INSTALL-GH.md](INSTALL-GH.md) or the [docs](https://egregore.xyz/docs/guides/installation).\n\n## Start\n\nOpen a new terminal:\n\n```bash\negregore\n```\n\nor, if configured:\n\n```bash\n\u003cinstance-alias\u003e\n```\n\nMemory syncs. Identity resolves. The session picks up the accumulated context\nfrom every session before it.\n\n## Agent-agnostic use\n\nClaude Code is the integrated runtime, but the shared-memory protocol can be\nused by other agents too. Any runtime that can run shell commands inside the\ncheckout can call:\n\n```bash\nbin/agent.sh sync\nbin/agent.sh activity --for \u003cperson\u003e\nbin/agent.sh handoff --from \u003cperson\u003e --to \u003cperson\u003e --topic \"\u003ctopic\u003e\" --body \"\u003cbriefing\u003e\"\nbin/agent.sh ask --from \u003cperson\u003e --to \u003cperson\u003e --topic \"\u003ctopic\u003e\" --question \"\u003cquestion\u003e\"\n```\n\nSee [AGENTS.md](AGENTS.md) and [docs/AGENT-PROTOCOL.md](docs/AGENT-PROTOCOL.md).\n\n## The substrate\n\nThree structural pieces. Everything else is built on them.\n\n**`egregore.md`** — The identity document. What the group is, what it values,\nhow it works. Every session reads it. It evolves with use.\n\n**`memory/`** — Git-based shared knowledge. Handoffs, decisions, patterns,\nquests, people. A separate repo, symlinked into the instance. Version-controlled\nprovenance on everything.\n\n**Slash commands** — Coordination primitives that encode the session protocol.\nHand off context, capture decisions, invite people, save work. Nobody needs\nto learn git workflows or remember conventions.\n\n## Commands\n\n| Command | What it does |\n|---------|-------------|\n| `/handoff` | Structured context for the next session — decisions, trade-offs, open threads |\n| `/activity` | What's happening across the team |\n| `/invite` | Bring someone into the egregore |\n| `/save` | Stage, commit, push, PR — one command |\n| `/dashboard` | Your personal status and recent work |\n| `/quest` | Start or contribute to an open-ended exploration |\n| `/ask` `/harvest` | Route a question to a teammate or the group |\n| `/todo` | Personal task tracking |\n| `/reflect` | Capture a decision, pattern, or finding |\n| `/deep-reflect` | Cross-reference an insight against accumulated knowledge |\n\n## Invite\n\n```\n/invite \u003cgithub-username\u003e\n```\n\nAdds them as a collaborator on your repos. They join with:\n\n```bash\nnpx create-egregore join \u003cyour-github-org\u003e\n```\n\nNew members inherit the full shared context from session one. The egregore\nonboards them.\n\n## What runs\n\nEgregore uses [Claude Code hooks](https://docs.anthropic.com/en/docs/claude-code/hooks)\n— shell scripts that fire on session events. All source is in `bin/` and\n`.claude/hooks/`. Read them directly.\n\n| Hook | What it does |\n|------|-------------|\n| **SessionStart** | Syncs memory, resolves identity, renders greeting |\n| **PreToolUse** | Boundary isolation + branch protection |\n| **PostToolUse** | Local activity tracking |\n| **WorktreeCreate** | Isolated git worktrees per topic |\n| **PreCompact** | Saves context before memory compression |\n| **Stop** | Reminds you to save unsaved work |\n\nNo background processes. No daemons. No network calls you don't see.\n\n## Telemetry\n\nAnonymous usage data — command names and timestamps only. Never code, file\ncontents, or conversation. Opt out anytime:\n\n```bash\nEGREGORE_NO_TELEMETRY=1  # in your .env\nDO_NOT_TRACK=1           # or the standard flag\n```\n\n## Egregore Native: Managed hosting (coming soon)\n\nThe open-source Egregore was built as a self-hosted, sovereign architecture without dependencies. Egregore's true capabilities, functionalities and scale are greatly enhanced with managed services.\nFor teams that want the knowledge graph, live notifications, organizational agents, and persistent GUI: native@egregore.xyz.\n\n## Contributing\n\nEgregore is built by its users. If you already run an egregore:\n\n```\n/contribute\n```\n\nForks the repo, creates a branch, and opens a PR to `egregore-labs/egregore`\nwhen you're done.\n\nFor manual setup, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## From the lab\n\nBuilt by [Egregore Labs](https://egregore.xyz).\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eFind the others.\u003c/em\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegregore-labs%2Fegregore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegregore-labs%2Fegregore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegregore-labs%2Fegregore/lists"}