mindstudio-ai/mscr — reverse-engineered prompt
Reverse engineered prompt
Build me an open source TypeScript connector registry for MindStudio. I want it to be a clean repo where people can add connectors for popular services, and each connector follows the same simple pattern so requests and responses feel consistent.
Set it up so every service lives in its own folder, with a service definition file, and each action has its own connector config, handler code, short readme, and test. Add the basic tooling to validate the service and connector files, generate schemas, run tests, lint, format, and build the registry.
Please include a clear README that explains what this is, how someone can add a new connector, how to run the scripts, and how to request a connector. Keep the structure easy for contributors to understand. Use sensible TypeScript practices and write enough example code and tests so the project feels ready for real connector contributions.
Want more depth? Deep Reverse