Cameron Pak
Community@cameronapak · Oklahoma, US
Creating digital experiences that lead to freedom through Christ and community
Agent Skills by Cameron Pak
Showing 42 vetted skills indexed across 1 GitHub repositories.
bknd-row-level-security
Automate BKND row-level security configuration with filter policies and ownership rules.
bknd-serve-files
Serve uploaded Bknd storage files via API proxy or direct URLs.
bknd-assign-permissions
Configure BKND role permissions with strings, extended formats, and conditional policies.
bknd-crud-read
Query Bknd entities via SDK or REST with filtering, sorting, and relations.
bknd-webhooks
Configure inbound and outbound webhooks with signature verification and retry logic in BKND.
btca-bknd-repo-learn
Query the bknd repository with btca to learn backend framework patterns.
bknd-crud-create
Create single or bulk records in Bknd datastores via SDK or REST API.
bknd-storage-config
Configure Bknd media storage adapters for S3, Cloudinary, local filesystem, and R2.
bknd-repo-search-with-opencode
Query bknd repository internals via btca for setup, configuration, and query patterns.
bknd-bulk-operations
Perform createMany, updateMany, and deleteMany bulk operations on BKND data stores.
bknd-seed-data
Seed a BKND database with initial and test data using ctx.em.mutator.
bknd-session-handling
Manage Bknd user sessions with JWT-based lifecycles and auto-renewal.
bknd-client-setup
Configure the Bknd TypeScript SDK with host URL and localStorage token persistence.
bknd-file-upload
Automates file uploads to Bknd storage via MediaApi and REST endpoints.
bknd-testing
Automate BKND application tests with isolated in-memory environments.
bknd-login-flow
Implement login, logout, and session checks in BKND applications.
bknd-protect-endpoint
Enforce authentication and authorization checks on BKND API endpoints.
bknd-create-entity
Define BKND entities and database tables using em() and entity().
bknd-setup-auth
Configure BKND authentication with JWT, cookies, roles, and admin seeding.
bknd-local-setup
Automate local BKND project setup with CLI installation and config generation.
bknd-password-reset
Automate secure password reset flows for BKND applications.
bknd-delete-entity
Delete BKND database entities with dependency checks and backups.
bknd-create-user
Create and manage BKND users via SDK, REST API, or Data API.
bknd-public-vs-auth
Define and enforce public versus authenticated access in BKND backends.