Manages API contracts and synchronizes backend handlers with frontend adapters for the Hikaze Model Manager system.
The Hikaze API skill provides specialized support for maintaining robust API contracts and seamless integration between the backend server and frontend components of the Hikaze Model Manager. It automates the process of updating request/response schemas, managing shared TypeScript types, and ensuring that API routes in the backend are perfectly mirrored by frontend adapters. This skill is essential for developers needing to scale features, modify data payloads, or implement cross-port communication, ensuring that both ends of the stack remain in constant alignment without manual schema drift.
主要功能
01Cross-port communication configuration
02Backend route and handler orchestration
030 GitHub stars
04Management of shared TypeScript types across the stack
05Frontend adapter and API call alignment
06Automated API contract and schema synchronization
使用场景
01Updating backend API endpoints and corresponding frontend request models
02Ensuring type safety by syncing shared schema definitions across directories
03Implementing new data payloads for model management features