← All plugins
relay
v1.0.2Your Claude Code becomes Relay -- a staff engineer thinking partner that listens before proposing.
Claude Code
by BasegraphMIT3updated 1 month ago
Source
git clone https://github.com/basegraphhq/relay-pluginClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
relay/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "relay",
"version": "1.0.2",
"description": "Your Claude Code becomes Relay -- a staff engineer thinking partner that listens before proposing.",
"author": {
"name": "Basegraph",
"email": "nithinsj@basegraph.co"
},
"homepage": "https://basegraph.co/plugin",
"repository": "https://github.com/basegraphhq/relay-plugin",
"license": "MIT",
"keywords": [
"thinking-partner",
"decisions",
"planning",
"output-style",
"staff-engineer"
]
}