egregore
Shared team memory, handoffs, and knowledge capture for coding sessions
All Skills in This Repository (10)
Pure Emerald Level Indicatorsactivity
Aggregate team sessions, handoffs, questions, quests, and PRs into a 72-character TUI dashboard.
handoff
Generate structured end-of-session briefings and triage open handoffs for recipients.
dark-mode
Enforce CSS variable references for theme colors in SSR-rendered UIs.
reflect
Capture work reflections into a graph-backed knowledge store as decisions, findings, or patterns.
meeting
Extract decisions, actions, findings, and continuity signals from Granola meeting transcripts.
issue
Capture issue context and route it to memory, egregore-core, or GitHub.
deep-reflect
Cross-reference insights against a git-backed knowledge graph to detect structural signals.
view
Generate branded HTML artifacts from Egregore memory and markdown files.
egregore-voice
Rewrite external drafts into Egregore-aligned prose with anti-pattern enforcement.
visual-explain
Produce ASCII diagrams, flow charts, tables, and structural maps for concepts.
Frequently Asked Questions
FAQPage SchemaHow to install Egregore?โผ
Run `npx skills add egregore-labs/egregore --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Egregore solve?โผ
It stops team knowledge from disappearing when a coding session ends. Decisions, handoffs, and open threads are captured into a shared Git-backed memory that every future session can read.
Does Egregore work with Codex and other runtimes?โผ
Yes. It ships native adapters for Claude Code, Codex, and Pi, all converging on the same shared memory files and shell scripts.
Can I use Egregore without a hosted service?โผ
Yes. Local mode runs entirely on your filesystem and Git repos with no graph database or API key required; connected mode adds a knowledge graph and notifications.
How do teams share context with Egregore?โผ
Members use simple commands like /handoff, /reflect, and /quest to capture context, and /activity or /dashboard to see what everyone else has been working on.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core