·bknd-api-discovery
</>

bknd-api-discovery

cameronapak/bknd-skills

Use when exploring Bknd's auto-generated API endpoints. Covers REST endpoint patterns, route listing, module base paths, SDK method mapping, admin panel API explorer, and understanding the API structure.

7Installs·0Trend·@cameronapak

Installation

$npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-api-discovery

SKILL.md

| Method | Path | Description | SDK Method |

| GET | /api/data/:entity | List records | api.data.readMany(entity) | | POST | /api/data/:entity/query | List (complex query) | api.data.readMany(entity, query) | | GET | /api/data/:entity/:id | Get single record | api.data.readOne(entity, id) | | GET | /api/data/:entity/:id/:ref | Get related records | api.data.readManyByReference(...) |

| POST | /api/data/:entity | Create record(s) | api.data.createOne/Many(entity, data) | | PATCH | /api/data/:entity/:id | Update single | api.data.updateOne(entity, id, data) | | PATCH | /api/data/:entity | Update many | api.data.updateMany(entity, where, data) | | DELETE | /api/data/:entity/:id | Delete single | api.data.deleteOne(entity, id) |

Use when exploring Bknd's auto-generated API endpoints. Covers REST endpoint patterns, route listing, module base paths, SDK method mapping, admin panel API explorer, and understanding the API structure. Source: cameronapak/bknd-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-api-discovery
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bknd-api-discovery?

Use when exploring Bknd's auto-generated API endpoints. Covers REST endpoint patterns, route listing, module base paths, SDK method mapping, admin panel API explorer, and understanding the API structure. Source: cameronapak/bknd-skills.

How do I install bknd-api-discovery?

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-api-discovery 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