Skip to main content

Unifying layer for AI coding agents - share skills and context across Claude Code, Cursor, and Windsurf

Project description

AgentShare

Share skills and context across AI coding agents (Claude Code, Cursor, Windsurf).

AgentShare gives your AI agents shared memory — when one agent finishes work, the next one picks up where it left off. It also provides a skills registry so you can write reusable instruction snippets once and scaffold them into any project for any platform.

Quick Start

pip install agentshare

# Register the MCP server + inject agent rules into all detected platforms
agentshare mcp init --global

# Restart your AI agents to pick up the changes

That's it. Your agents will now automatically:

  • Ask if you want them to fetch prior context for the project
  • Use MCP to fetch prior context when you agree
  • Save summaries of their work for future agents (write_session)

agentshare mcp init --global also installs an agentshare-cli skill into each detected platform's global skill directory plus ~/.agents/skills. This skill teaches agents how to install and use the AgentShare CLI.

AgentShare also nudges agents to check recent MCP sessions first and only read files when the context is insufficient.

How It Works

AgentShare has two core features:

1. Cross-Agent Context Sharing (MCP Server)

An MCP server exposes four tools to your agents:

Tool Purpose
write_session Save a summary of work done — title, decisions, files modified, tags
query_context Full-text search across all past sessions
list_sessions Browse recent sessions chronologically
get_session Fetch full details of a specific session

Sessions are stored in a local SQLite database (~/.agentshare/context.db) with FTS5 full-text search.

2. Skills Registry

Skills are reusable Markdown instruction files (with YAML frontmatter) that you manage globally and scaffold into projects per-platform.

# Create a skill
agentshare skills create code-review --description "Code review checklist" --category workflows

# Edit it
# ~/.agentshare/skills/workflows/code-review/SKILL.md

# Scaffold into a project for all platforms
agentshare init skills --path ./my-project --all-platforms

Supported Platforms

Platform MCP Config Agent Rules Detection
Claude Code claude mcp add (fallback: ~/.claude.json) ~/.claude/CLAUDE.md ~/.claude.json or ~/.claude/
Cursor ~/.cursor/mcp.json ~/.cursor/rules/agentshare.mdc ~/.cursor/
Windsurf ~/.codeium/windsurf/mcp_config.json ~/.codeium/windsurf/memories/global_rules.md ~/.codeium/windsurf/

Platforms are auto-detected based on the presence of their config directories.

CLI Reference

agentshare --version              Show version

agentshare mcp init --global      Register MCP server + inject agent rules + install CLI skill globally
agentshare mcp init               Write .mcp.json to current project (local install)
agentshare mcp serve              Start MCP server (used internally by platforms)
agentshare mcp remove             Remove MCP config + rules + CLI skill from all platforms

agentshare skills list            List all registered skills
agentshare skills add <path>      Import a skill directory
agentshare skills remove <name>   Remove a skill
agentshare skills create <name>   Create a new skill  [-d description] [-c category]

agentshare init skills            Scaffold skills into a project
                                  [--path] [--platform] [--all-platforms] [--category]

Development

git clone https://github.com/devashar13/agentshare.git
cd agentshare
uv venv && source .venv/bin/activate
uv pip install ".[dev]"

# Run tests
uv run pytest -v

Note: After making code changes, re-run uv pip install . to pick them up.

Requires Python 3.11+.

Architecture

~/.agentshare/
  skills/              # Global skills registry
    <category>/<name>/SKILL.md
  context.db           # SQLite + FTS5 session store

src/agentshare/
  cli.py               # Typer CLI app
  config.py            # Paths, platform detection
  context/
    models.py          # Session model (Pydantic)
    store.py           # SQLite CRUD + full-text search
  mcp/
    server.py          # FastMCP server (4 tools)
    installer.py       # Platform config + rules injection
  skills/
    registry.py        # Skill CRUD
    scaffold.py        # Copy skills into project dirs

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentshare-0.1.1.tar.gz (62.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentshare-0.1.1-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file agentshare-0.1.1.tar.gz.

File metadata

  • Download URL: agentshare-0.1.1.tar.gz
  • Upload date:
  • Size: 62.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for agentshare-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2b21f5970a0bfa2bad03676eed08f5b00cfae83bc477c54a4477953fea8e6946
MD5 943d22f57c0b8194d34d8b9487a436a2
BLAKE2b-256 3aed9d1d3a503b249882b8a1e45a876105604ecc24e4f4dfc81655b265963b90

See more details on using hashes here.

File details

Details for the file agentshare-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: agentshare-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for agentshare-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6970b8fb7cc7ebba9e73fe8bc369050249a172c6ff4b6f9e874397062ff50f54
MD5 a7a64a1cd822962348e0e763c4577866
BLAKE2b-256 febff7062e2631a2a500baedbd815e87eda206b74a016920a6aa265b739b676e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page