关于
This skill provides comprehensive guidance for extending Bknd's backend capabilities by developing custom API endpoints beyond standard CRUD operations. It helps developers choose between two primary approaches: using the Flow-based system with HTTP triggers for complex multi-step processes and background tasks, or implementing Hono-powered plugin routes for high-performance, direct server-level endpoints. The skill streamlines the implementation of webhooks, custom business logic, protected routes, and third-party API integrations, ensuring developers follow best practices for request handling, response formatting, and asynchronous processing within the Bknd ecosystem.