bknd-bulk-operations
CommunityBulk data operations with BKND: fast and safe.
Authorcameronapak
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the challenge of performing large-scale data operations reliably by providing unified bulk APIs (createMany, updateMany, deleteMany) for BKND-backed data stores, reducing manual scripting and error-prone iterations.
Core Features & Use Cases
- Bulk Insert: insert many records in a single API call using createMany.
- Bulk Update: update multiple records matching a where clause with updateMany.
- Bulk Delete: delete multiple records using deleteMany with a where clause.
- Chunked Processing: process large datasets in smaller chunks to manage memory and timeouts.
- Error Handling Strategies: all-or-nothing, best-effort, and fallback patterns for partial failures.
- Transaction-like Patterns: emulate transactional behavior using compensating actions when needed.
Quick Start
Run a simple bulk insert: api.data.createMany('products', [{ name: 'Widget', price: 9.99 }, { name: 'Gadget', price: 14.99 }]);
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bknd-bulk-operations Download link: https://github.com/cameronapak/melos/archive/main.zip#bknd-bulk-operations Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.