.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/johnwhiteside/claude-at-proto-plugins
home/mcp-servers/johnwhiteside/claude-at-proto-plugins
johnwhiteside avatar

claude-at-proto-plugins

byjohnwhiteside· 1 MCP server

Stars

5

Category

AI Agents & MCP

View on GitHub

TL;DR

A marketplace of Claude Code plugins for interacting with AT Protocol networks (Bluesky, etc.).

How to install claude-at-proto-plugins?

johnwhiteside/claude-at-proto-plugins
$git clone https://github.com/johnwhiteside/claude-at-proto-plugins

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install claude-at-proto-plugins by running `git clone https://github.com/johnwhiteside/claude-at-proto-plugins`, then use it for the current task and follow its documentation at https://github.com/johnwhiteside/claude-at-proto-plugins.

Files · 1

View on GitHub
README.md
1# AT Protocol Plugins for Claude Code
2 
3A marketplace of Claude Code plugins for interacting with AT Protocol networks (Bluesky, etc.).
4 
5## Installation
6 
7Add the marketplace to Claude Code:
8 
9```bash
10claude /marketplace add johnwhiteside/claude-at-proto-plugins
11```
12 
13Install plugins:
14 
15```bash
16claude /install at-explore@claude-at-proto-plugins
17```
18 
19## Available Plugins
20 
21| Plugin | Description |
22|--------|-------------|
23| **at-explore** | Explore and interact with AT Protocol networks via [at-explore MCP](https://mcp.atexplore.social) |
24| **atproto-docs** | Search AT Protocol documentation via [@immber's mcp-atproto-docs](https://github.com/immber/mcp-atproto-docs) |
25| **lexicon-garden** | AT Protocol lexicon exploration and authenticated XRPC calls via [Lexicon Garden MCP](https://lexicon.garden) |
26 
27## Adding a New Plugin
28 
29To add a new plugin to this marketplace:
30 
31### 1. Create the plugin directory structure
32 
33```
34plugins/your-plugin-name/
35├── .claude-plugin/
36│ └── plugin.json
37├── .mcp.json
38└── commands/ # optional
39 └── your-command.md
40```
41 
42### 2. Create `plugin.json`
43 
44```json
45{
46 "name": "your-plugin-name",
47 "description": "A short description of what your plugin does",
48 "version": "1.0.0"
49}
50```
51 
52### 3. Create `.mcp.json`
53 
54For an **npm package** MCP server:
55 
56```json
57{
58 "mcpServers": {
59 "your-plugin-name": {
60 "type": "stdio",
61 "command": "npx",
62 "args": ["-y", "your-mcp-package"]
63 }
64 }
65}
66```
67 
68For a **remote HTTP** MCP server:
69 
70```json
71{
72 "mcpServers": {
73 "your-plugin-name": {
74 "type": "http",
75 "url": "https://your-server.com/mcp"
76 }
77 }
78}
79```
80 
81### 4. Add commands (optional)
82 
83Create markdown files in a `commands/` directory. Claude Code will automatically discover them.
84 
85### 5. Register in `marketplace.json`
86 
87Add your plugin to `.claude-plugin/marketplace.json`:
88 
89```json
90{
91 "name": "your-plugin-name",
92 "source": "./plugins/your-plugin-name",
93 "description": "A short description of what your plugin does",
94 "version": "1.0.0",
95 "tags": ["relevant", "tags"]
96}
97```
98 
99### 6. Submit a pull request
100 
1011. Fork this repository
1022. Create a feature branch
1033. Add your plugin following the steps above
1044. Submit a pull request
105 
106## License
107 
108MIT

Preview

johnwhiteside/claude-at-proto-pluginsjohnwhiteside/claude-at-proto-plugins
Repojohnwhiteside/claude-at-proto-plugins
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJan 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k