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.
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.
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.
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…
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()…
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…
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.
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…
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…
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.
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…
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.
At most 3 mods per repository are shown here — the rest are on their repository pages: