This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.
/plugin marketplace add ananddtyagi/cc-marketplace/plugin install claude-desktop-extension@cc-marketplaceI want to build this as a Desktop Extension, abbreviated as "DXT". Please follow these steps: 1. **Read the specifications thoroughly:** - https://github.com/anthropics/dxt/blob/main/README.md - DXT architecture overview, capabilities, and integration patterns - https://github.com/anthropics/dxt/blob/main/MANIFEST.md - Complete extension manifest structure and field definitions - https://github.com/anthropics/dxt/tree/main/examples - Reference implementations including a "Hello World" example 2. **Create a proper extension structure:** - Generate a valid manifest.json followin...