Revert "Remove telegram, discord, and fakechat plugins (#741)"

This reverts commit d53f6ca4cd.
This commit is contained in:
Kenneth Lien
2026-03-19 13:55:32 -07:00
committed by GitHub
parent d53f6ca4cd
commit d2bd4ddb1d
31 changed files with 3999 additions and 0 deletions

View File

@@ -264,6 +264,12 @@
},
"homepage": "https://github.com/awslabs/agent-plugins"
},
{
"name": "discord",
"description": "Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.",
"category": "productivity",
"source": "./external_plugins/discord"
},
{
"name": "explanatory-output-style",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
@@ -275,6 +281,12 @@
"category": "learning",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style"
},
{
"name": "fakechat",
"description": "Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.",
"category": "development",
"source": "./external_plugins/fakechat"
},
{
"name": "feature-dev",
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
@@ -964,6 +976,12 @@
}
}
},
{
"name": "telegram",
"description": "Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.",
"category": "productivity",
"source": "./external_plugins/telegram"
},
{
"name": "terraform",
"description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",