Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Explore AT Protocol lexicons and perform authenticated XRPC calls by connecting Claude Code to Lexicon Garden's remote MCP server, enabling seamless integration without needing personal secrets or local setup.
npx claudepluginhub johnwhiteside/claude-at-proto-plugins --plugin lexicon-gardenA marketplace of Claude Code plugins for interacting with AT Protocol networks (Bluesky, etc.).
Add the marketplace to Claude Code:
claude /marketplace add johnwhiteside/claude-at-proto-plugins
Install plugins:
claude /install at-explore@claude-at-proto-plugins
| Plugin | Description |
|---|---|
| at-explore | Explore and interact with AT Protocol networks via at-explore MCP |
| atproto-docs | Search AT Protocol documentation via @immber's mcp-atproto-docs |
| lexicon-garden | AT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP |
To add a new plugin to this marketplace:
plugins/your-plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
└── commands/ # optional
└── your-command.md
plugin.json{
"name": "your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0"
}
.mcp.jsonFor an npm package MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "stdio",
"command": "npx",
"args": ["-y", "your-mcp-package"]
}
}
}
For a remote HTTP MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "http",
"url": "https://your-server.com/mcp"
}
}
}
Create markdown files in a commands/ directory. Claude Code will automatically discover them.
marketplace.jsonAdd your plugin to .claude-plugin/marketplace.json:
{
"name": "your-plugin-name",
"source": "./plugins/your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0",
"tags": ["relevant", "tags"]
}
MIT
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
ATProtocol-specific skills for Claude Code: lexicon design, DID resolution, XRPC, DAG-CBOR, MST/repo inspection, OAuth flows, record parsing. Use when the user is working with Bluesky, at:// URIs, com.atproto.*, app.bsky.*, or any AT Protocol concept.
Skill for working with the Jacquard AT Protocol library for Rust — teaches correct BosStr usage, borrow-first patterns, and common pitfalls
Model Context Protocol Mcp Expert subagent
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
AT Protocol exploration and interaction via at-explore MCP
Search AT Protocol documentation via @immber's mcp-atproto-docs MCP server
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim