shared-memory

Store and retrieve project knowledge across AI coding agents.

12|3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Fei2-Labs/skill-genie --skill shared-memory-fei2-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-memory
Source: https://github.com/Fei2-Labs/skill-genie/tree/main/skills/shared-memory
Command: npx skills add https://github.com/Fei2-Labs/skill-genie --skill shared-memory-fei2-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standard for storing and retrieving project knowledge across various AI coding agents, ensuring consistency and availability of information.

Core Features & Use Cases

  • Cross-Agent Compatibility: Facilitates knowledge sharing between Claude Code, Cursor, Codex, OpenClaw, and other agents.
  • Shared & Private Layers: Offers a public, shared memory and a private, personal layer for sensitive information.
  • Use Case: When collaborating on a project, use this Skill to save and access shared knowledge like project goals, vision, and glossary terms across different AI tools.

Quick Start

Save project knowledge by running: 'save to shared memory <content>'

Frequently Asked Questions about shared-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share project knowledge across different AI coding agents?

To share project knowledge across different AI coding agents, you can use a shared memory protocol that defines a common data format, enabling cross-agent coordination and consistent data retention among tools like Claude Code, Cursor, and Codex.

Can I use shared memory to coordinate tasks between Cursor and Claude Code?

Yes, you can use shared memory to coordinate tasks between Cursor and Claude Code, as the protocol facilitates cross-agent compatibility by defining common access conventions for exchanging project-related information without requiring external dependencies.

How do I save project goals and glossary terms for cross-agent collaboration?

You save project goals and glossary terms for cross-agent collaboration by running the 'save to shared memory' command, which stores the content in a public layer accessible to various AI agents.

What is the best way to retain sensitive project knowledge for AI agents without exposing it publicly?

To retain sensitive project knowledge for AI agents without exposing it publicly, use the private personal memory layer provided by the shared memory protocol, which separates sensitive information from the public shared memory.

Does cross-agent knowledge sharing require external dependencies?

No, cross-agent knowledge sharing does not require external dependencies for core functionality, as the shared memory protocol operates independently by defining a common data format and access conventions.

Why does my AI agent lose project context when switching between different coding tools?

Your AI agent loses project context when switching between different coding tools because they lack a shared memory standard, a problem solved by implementing a common data format for project knowledge retention and cross-agent coordination.