juliopolycarpo/mango-lsp-store ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Claude Code plugin store for web development, focused only on language servers.
I want a repo that lets me add and install LSP plugins for TypeScript, Biome, YAML, Vue, Svelte, Astro, Markdown, and Bash. Each plugin should point straight to the language server command through a .lsp.json file, with no formatter hooks, no shell scripts, and no JavaScript wrapper scripts.
Make the store easy to use with commands like adding the marketplace and installing only the plugins I want. Include separate plugins for TypeScript and JavaScript, Biome diagnostics for code and another Biome plugin for JSON, CSS, and HTML, plus support for the other common web file types.
Please set it up so the README explains what each plugin does, what needs to be installed on the machine, and any note about conflicts when two plugins want the same files. If anything needs current docs, look them up online first.