Grov automatically captures the context from your private AI sessions and syncs it to a shared team memory. It auto injects relevant memories across developers and future sessions to save tokens and time spent on tasks.
git clone https://github.com/TonyStef/Grov.gitGrov captures the reasoning and decisions your team's AI agents discover and syncs them to a shared team dashboard. When one developer's Claude figures something out—like how your authentication system works—every other developer's Claude automatically knows it without re-exploring. The tool injects relevant team memories into new sessions, eliminating redundant investigation and token spend. It's designed for engineering teams using Claude Code, Cursor, or other Claude-powered tools who want their AI agents to learn collectively rather than in isolated silos.
1. **Start a Private Session:** Open your AI tool (e.g., Claude, ChatGPT) and begin a private session focused on a specific task or problem. Include detailed context like code snippets, error logs, or project goals. 2. **Trigger Grov Capture:** After resolving a subtask or reaching a decision, use the prompt template above to generate a Grov-compatible summary. Replace [SESSION_TRANSCRIPT] with your session notes or copy the entire transcript. 3. **Sync to Team Memory:** Paste the formatted output into your team's Grov channel (e.g., Slack, Discord, or Grov's web interface). Ensure you include relevant tags (#backend, #priority-high) to categorize the entry for easy retrieval. 4. **Auto-Injection in Future Sessions:** In subsequent private sessions, Grov will automatically inject relevant memories (e.g., previous decisions, unresolved questions) to provide context and save tokens. For example, if you’re debugging again, Grov might surface the `timeoutMiddleware` fix from the shared memory. 5. **Refine and Iterate:** After syncing, review the shared memory entry for accuracy. If Grov misses critical context, manually edit the entry or provide additional details in your next session to improve future auto-injections.
Avoid duplicate AI exploration of codebase architecture across team members
Speed up onboarding by injecting new developers with verified team knowledge
Reduce token costs by skipping re-investigation of already-solved problems
Preserve institutional knowledge from AI sessions that would normally disappear
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/TonyStef/GrovCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use Grov to capture the context from this session: [SESSION_TRANSCRIPT]. Then, summarize the key decisions, code snippets, and unresolved questions into a shared team memory entry. Format the output as a concise bullet-point list with tags like #backend, #bug, #priority-high. Share this with the team by pasting it into our Grov channel: [TEAM_CHANNEL_NAME].
```markdown
# Shared Team Memory Entry (Grov Sync)
**Session Context:** Debugging API timeout issues in the `payment-service` (PR #42).
**Key Decisions:**
- Confirmed the issue is in the `timeoutMiddleware` (line 45-50).
- Decided to increase timeout from 5s to 10s as a temporary fix (#priority-medium).
- Scheduled follow-up with @devops-team to optimize database queries.
**Code Snippets:**
```javascript
// Temporary fix in payment-service/src/middleware/timeout.js
const timeoutMiddleware = (req, res, next) => {
req.setTimeout(10000, () => { // Increased from 5000
res.status(504).json({ error: 'Request timeout' });
});
next();
};
```
**Unresolved Questions:**
- Why are some queries taking 8s+? (Tag: #backend, #investigate)
- Should we implement circuit breakers? (Tag: #architecture)
**Next Steps:**
- @alice to create a ticket for query optimization.
- @bob to draft a proposal for circuit breakers.
```
**Grov Tags:** #payment-service #timeout #debugging #priority-mediumAutomate your browser workflows effortlessly
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan