{"id":50930407,"url":"https://github.com/bmob/agent-skills","last_synced_at":"2026-06-17T03:30:53.262Z","repository":{"id":360635392,"uuid":"1250832370","full_name":"bmob/agent-skills","owner":"bmob","description":"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.","archived":false,"fork":false,"pushed_at":"2026-05-27T08:26:24.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T09:12:19.184Z","etag":null,"topics":["agent-skills","agentskills","ai-coding","baas","backend-cloud","bmob","claude-code","codex","cursor","hydrogen-js-sdk","mcp","nosql"],"latest_commit_sha":null,"homepage":"https://www.bmobapp.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-27T02:24:55.000Z","updated_at":"2026-05-27T08:26:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bmob/agent-skills","commit_stats":null,"previous_names":["bmob/agent-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bmob/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmob%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmob%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmob%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmob%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmob","download_url":"https://codeload.github.com/bmob/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmob%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34433085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","agentskills","ai-coding","baas","backend-cloud","bmob","claude-code","codex","cursor","hydrogen-js-sdk","mcp","nosql"],"created_at":"2026-06-17T03:30:50.809Z","updated_at":"2026-06-17T03:30:53.246Z","avatar_url":"https://github.com/bmob.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bmob Agent Skills\n\n**English** | [简体中文](./README.zh-CN.md)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/banner.png\" alt=\"Bmob Agent Skills — teach AI agents to build on Bmob backend cloud\" width=\"100%\"/\u003e\n\u003c/p\u003e\n\n\u003e Production-oriented Agent Skills for [Bmob backend cloud](https://www.bmobapp.com/), designed for Cursor, Claude Code, OpenAI Codex, Gemini CLI, GitHub Copilot, and other [agentskills.io](https://agentskills.io/)-compatible AI tools.\n\n`@bmob/agent-skills` helps AI agents generate platform-correct Bmob code and perform schema-aware operations through MCP. It reduces cross-platform API confusion, avoids unsafe key usage, and improves troubleshooting quality with deterministic routing.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/how-it-works.png\" alt=\"How Bmob Agent Skills route prompts to platform skills and MCP\" width=\"92%\"/\u003e\n\u003c/p\u003e\n\n## Why this project\n\n- **Correctness first**: route prompts to the right platform skill (JavaScript, Android, iOS, REST) before code generation.\n- **Operational capability**: integrate the hosted Bmob MCP server for live table introspection and data operations.\n- **Security guardrails**: embed explicit “NOT for” constraints and key-usage boundaries inside skills.\n- **Maintainability**: references are synced from BmobDocs and validated in CI.\n- **Portability**: works across mainstream AI coding hosts with the same skill package.\n\n## What you get\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/supported-tools.svg\" alt=\"Supported AI coding tools and skill install paths\" width=\"92%\"/\u003e\n\u003c/p\u003e\n\n- Router skill: `bmob` (entrypoint for all Bmob-related prompts)\n- MCP operations: `bmob-mcp` (8 tools on server; 7 callable by agents, including `deploy_static_site`)\n- SDK/REST implementation skills:\n  - `bmob-database-javascript`\n  - `bmob-database-android`\n  - `bmob-database-ios`\n  - `bmob-database-flutter`\n  - `bmob-database-restful`\n- Troubleshooting skill: `bmob-error-codes`\n\n## Quick start\n\n### 1) Install all skills (recommended)\n\n```bash\nnpx skills add bmob/agent-skills -y -g\n```\n\nThis copies all `skills/*` into your AI tool’s skills directory (for example: `.cursor/skills/`, `.claude/skills/`, `~/.codex/skills/`, `~/.gemini/skills/`).\n\n### 2) Install specific skills\n\n```bash\nnpx skills add bmob/agent-skills --skill bmob\nnpx skills add bmob/agent-skills --skill bmob-database-javascript\nnpx skills add bmob/agent-skills --skill bmob-mcp\n```\n\n### 3) Manual install\n\n```bash\ngit clone https://github.com/bmob/agent-skills.git\n# Cursor (project scope)\ncp -r agent-skills/skills/bmob-database-javascript .cursor/skills/\n# Claude Code (user scope)\ncp -r agent-skills/skills/bmob ~/.claude/skills/\n# OpenAI Codex\ncp -r agent-skills/skills/bmob-mcp ~/.codex/skills/\n```\n\n## Configure Bmob MCP (optional, recommended)\n\nUse snippets from [`shared/mcp-install-snippets.md`](shared/mcp-install-snippets.md):\n\n- Cursor: `.cursor/mcp.json` or `~/.cursor/mcp.json`\n- Claude Code: `.mcp.json` or `~/.claude.json`\n- OpenAI Codex CLI: `~/.codex/config.toml`\n- VS Code / GitHub Copilot: `.vscode/mcp.json`\n\nThen ask:\n\n```text\nList all tables in my Bmob project\n```\n\nThe agent should call `get_project_tables` and return live schema.\n\n\u003e Security note: current MCP endpoint is `http://mcp.bmobapp.com/mcp` (HTTP). Use in local development only, and never commit real keys.\n\n## Available skills\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/skills-map.svg\" alt=\"Bmob skills map — P0 router, database, MCP, error codes\" width=\"92%\"/\u003e\n\u003c/p\u003e\n\n| Skill | Purpose |\n|---|---|\n| [`bmob`](skills/bmob/SKILL.md) | Routing entrypoint for all Bmob prompts |\n| [`bmob-mcp`](skills/bmob-mcp/SKILL.md) | Live MCP: 7 agent-callable tools (`get_project_tables`, `create_table`, `add_single_data`, `update_single_data`, `delete_single_data`, `generate_code`, `deploy_static_site`); do not call internal `mcp_endpoint_mcp_post` |\n| [`bmob-database-javascript`](skills/bmob-database-javascript/SKILL.md) | Cross-platform `hydrogen-js-sdk` for Web, Node.js, mini programs, Cocos Creator JS, Electron, Tauri, hybrid apps |\n| [`bmob-database-android`](skills/bmob-database-android/SKILL.md) | Android native SDK (Java / Kotlin) |\n| [`bmob-database-ios`](skills/bmob-database-ios/SKILL.md) | iOS native SDK (Objective-C / Swift) |\n| [`bmob-database-flutter`](skills/bmob-database-flutter/SKILL.md) | Flutter / Dart SDK (`bmob_plugin` on pub.dev) |\n| [`bmob-database-restful`](skills/bmob-database-restful/SKILL.md) | REST API integration for backend languages and scripts |\n| [`bmob-error-codes`](skills/bmob-error-codes/SKILL.md) | Error-code lookup and diagnostics guidance |\n\n## Usage examples\n\n| Prompt | Expected routing |\n|---|---|\n| “Add a GameScore row in Next.js with Bmob” | `bmob` + `bmob-database-javascript` |\n| “How to query Bmob in Android Kotlin?” | `bmob` + `bmob-database-android` |\n| “Swift login with Bmob” | `bmob` + `bmob-database-ios` |\n| “Save a row with Bmob in Flutter” | `bmob` + `bmob-database-flutter` |\n| “Give me curl for Bmob CRUD” | `bmob` + `bmob-database-restful` |\n| “Create a Player table for me” | `bmob` + `bmob-mcp` |\n| “What does error 9015 mean?” | `bmob` + `bmob-error-codes` |\n\n## Project architecture\n\n- **Skill users**: install and use skills directly in AI tools\n- **Maintainers**: update skill logic and extract snippets from BmobDocs\n- **CI**: validates frontmatter and links, and runs MCP smoke checks when secrets are configured\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development workflow.\n\n## Local development (for maintainers)\n\nRequirements: Node.js `\u003e=18`, `pnpm`.\n\n```bash\ngit clone --recurse-submodules https://github.com/bmob/agent-skills.git\ncd agent-skills\npnpm install\npnpm run validate\n```\n\nUseful scripts:\n\n- `pnpm run validate` — frontmatter + relative link checks\n- `pnpm run extract:local` — extract snippets from local `vendor/BmobDocs`\n- `pnpm run extract:remote` — extract snippets from remote raw docs\n- `pnpm run new:skill` — scaffold a new skill\n\n## Roadmap\n\n- **P0 (current)**: bmob, bmob-mcp, database x 5 platforms (incl. Flutter), error-codes; shared FAQ / anti-patterns / recipes\n- **P1**: auth x 4, storage x 4, cloud-function x 5, acl-and-roles, bql\n- **P2**: push x 4, sms x 2, pay-restful, data-hooks, scheduled-tasks; `best-practices` partly covered by [`shared/faq.md`](shared/faq.md), [`shared/anti-patterns.md`](shared/anti-patterns.md), [`shared/recipes/`](shared/recipes/)\n\n## FAQ\n\n### Do I need to manually enable a skill?\n\nNo. Skills are loaded on-demand by your AI host based on prompt content.\n\n### Can I use only one skill instead of all?\n\nYes. Install only what you need with `--skill`.\n\n### Is MCP required?\n\nNo. SDK/REST skills work without MCP. MCP is recommended when you need live schema/data operations inside the IDE.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmob%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmob%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmob%2Fagent-skills/lists"}