bknd-create-entity
✓Use when creating a new entity/table in Bknd. Covers entity definition with em() and entity(), primary key configuration, field basics, UI creation via admin panel, and code-first approach with type safety.
Installation
SKILL.md
Create a new entity (database table) in Bknd. Entities are the foundation of your data model.
Click Sync Database to apply changes to the actual database.
| Plural | users, posts | NOT user, post | | Lowercase | blogposts | NOT BlogPosts | | snakecase | userprofiles | NOT userProfiles |
Use when creating a new entity/table in Bknd. Covers entity definition with em() and entity(), primary key configuration, field basics, UI creation via admin panel, and code-first approach with type safety. Source: cameronapak/bknd-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-create-entity- Source
- cameronapak/bknd-skills
- Category
- *Creative Media
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-create-entity?
Use when creating a new entity/table in Bknd. Covers entity definition with em() and entity(), primary key configuration, field basics, UI creation via admin panel, and code-first approach with type safety. Source: cameronapak/bknd-skills.
How do I install bknd-create-entity?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-create-entity Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cameronapak/bknd-skills
Details
- Category
- *Creative Media
- Source
- skills.sh
- First Seen
- 2026-02-01