bmob/agent-skills

Open-standard Agent Skills for Bmob backend cloud — usable in Cursor, Claude Code, OpenAI Codex, Gemini CLI, GitHub Copilot, and any agentskills.io-compatible AI tool.

3Stars on the repository
10Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bmob/agent-skills

Skill Claude CodeCodex

A guide for writing server-side functions that run on Bmob, a hosted backend service. These functions receive requests, use Bmob data or other services, and send responses.

3 +1 1mo ago A 95 tokens original MIT

bmob/agent-skills

Skill Claude CodeCodex

Use when implementing Bmob NoSQL database CRUD in an Android Native project (Java or Kotlin). Triggers: io.github.bmob:android-sdk, Bmob.initialize(this, ...), BmobObject, BmobQuery, BmobUser, BmobInstallation, BmobFile, BmobRelation, BmobGeoPoint, BmobDate, SaveListener, UpdateListener, FindListener, QueryListener…

3 +1 1mo ago A 190 tokens original MIT

bmob/agent-skills

Skill Claude CodeCodex

Use when implementing Bmob NoSQL database CRUD in a Flutter / Dart project with the official bmobplugin package. Triggers: flutter pub add bmobplugin, package:bmobplugin/bmobplugin.dart, Bmob.initialize, BmobQuery, BmobObject, BmobUser, BmobFile, BmobGeoPoint, BmobRelation, BmobAcl, BmobError.convert, blog.save()…

3 +1 1mo ago A 185 tokens original MIT

bmob-database-ios

04

bmob/agent-skills

Skill Claude CodeCodex

Use when implementing Bmob NoSQL database CRUD in an iOS native project — both Objective-C and Swift / SwiftUI / UIKit. Triggers: BmobSDK, BmobSDK.xcframework, pod 'BmobSDK', #import , Bmob registerWithAppKey, [Bmob register(withAppKey:)], BmobObject objectWithClassName, BmobQuery queryWithClassName, BmobUser…

3 +1 1mo ago A 218 tokens original MIT

bmob/agent-skills

Skill Claude CodeCodex

A JavaScript guide for using Bmob, a hosted NoSQL database service, from browsers, servers, and several cross-platform app environments. It uses Bmob's newer hydrogen-js-sdk and covers data, users, files, and related records.

3 +1 1mo ago A 296 tokens original MIT

bmob/agent-skills

Skill Claude CodeCodex

Use when interacting with Bmob backend cloud over plain HTTP / curl from ANY language that lacks a Bmob SDK — Python (requests/httpx), Go (net/http), PHP (Guzzle), C# (HttpClient), Rust (reqwest), Ruby, Java backend, Bash, Deno, server-side scripting, data migration. Also use when the user explicitly wants curl or the…

3 +1 1mo ago A 274 tokens original MIT

bmob-database-swift

07

bmob/agent-skills

Skill Claude CodeCodex

Use when implementing Bmob NoSQL database CRUD with the pure Swift BmobSwiftSDK for iOS 15+ / macOS 12+ using Swift Package Manager or CocoaPods, import BmobSDK, async/await, Bmob.initialize(appKey:), BmobObject, BmobQuery, BmobUser, BmobFile, BmobPointer, BmobRelation, BmobGeoPoint, BmobACL, CloudFunction. NOT for…

3 +1 1mo ago A 190 tokens original MIT

bmob-error-codes

08

bmob/agent-skills

Skill Claude CodeCodex

A reference guide for diagnosing Bmob error codes. Bmob is a backend service, and its errors can come from an Android or iOS SDK or from the REST API used over HTTP.

3 +1 1mo ago A 214 tokens original MIT

bmob-mcp

09

bmob/agent-skills

Skill Claude CodeCodex

Use when the user has the Bmob MCP server configured (http://mcp.bmobapp.com/mcp) and wants to perform LIVE operations against their Bmob backend cloud project from the IDE. Triggers: 'list bmob tables', 'show bmob schema', 'create bmob table', 'add a row to bmob', 'update bmob record', 'delete bmob data', '生成 bmob…

3 +1 1mo ago B 310 tokens original MIT

bmob

10

bmob/agent-skills

Skill Claude CodeCodex

A guide for using Bmob, a backend-as-a-service platform that provides hosted databases, users, files, cloud functions, messaging, and other server features. It routes tasks to platform-specific instructions for JavaScript, Android, iOS, Flutter, and other clients.

3 +1 1mo ago A 204 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: