Generates synchronized C# and TypeScript clients for the BymseRead service to streamline API integration.
The generate-clients skill automates the technical workflow required to keep BymseRead client libraries up to date. It handles the complexities of repository navigation, .NET tool restoration, and execution of the BymseRead.Tools generation project. This ensures that developers can instantly produce type-safe communication layers for both backend C# services and frontend TypeScript applications, reducing manual boilerplate and preventing architectural drift between the service and its consumers.
Key Features
01Seamless .NET tool restoration and management
024 GitHub stars
03Automated C# client code generation
04Intelligent repository root detection
05TypeScript client generation for web frontends
06Integrated error reporting and flow control
Use Cases
01Synchronizing frontend models with backend API changes
02Maintaining type-safety across a full-stack .NET and TypeScript codebase
03Bootstrapping new C# service-to-service communication layers