Streamlines the process of adding and configuring data fields within Bknd entities using both UI-based and code-first approaches.
The bknd-add-field skill provides specialized guidance for extending data models within the Bknd ecosystem. It assists developers in implementing various field types—ranging from standard text and numbers to complex JSON schemas and media attachments—while ensuring best practices like snake_case naming and proper modifier chaining. Whether working through the Bknd UI for quick prototyping or using code for version-controlled schema definitions, this skill ensures type safety, validation consistency, and smooth database synchronization.
주요 기능
011 GitHub stars
02Guidance for UI-based field creation and database synchronization
03Support for all Bknd field types including Text, Number, Date, and Enum
04Code-based schema definition with TypeScript type safety
05Implementation of advanced fields like JSON, JSON Schema, and Media
06Best practices for field modifiers like required, unique, and default values
사용 사례
01Extending an existing database schema with new data points
02Configuring complex validation rules and JSON schemas for API endpoints
03Transitioning from UI-based prototyping to production-ready code definitions