Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
nodejs-standards - Skill - OpenSmartRoute
Skillv1.0.0
nodejs-standards
Node.js coding standards focusing on architecture, module boundaries, and security.
Transport isolation: Keep business rules out of HTTP/CLI adapters. Controllers/handlers should delegate to services, never contain logic.
Minimal abstractions: Use the smallest viable abstraction. Remove speculative complexity (YAGNI).
2. Asynchronous Programming
Async/Await: Check that asynchronous operations use async/await and handle Promise rejections appropriately. Avoid using raw .then().catch() chains unless absolutely necessary.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/juninmd-vibe-code-nodejs-standards-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.