From bkit
bkend.ai platform onboarding and core concepts guide. Covers MCP setup, resource hierarchy (Org->Project->Environment), Tenant vs User model, and first project creation. Use proactively when user is new to bkend or asks about initial setup. Triggers: bkend setup, first project, bkend start, MCP connect, bkend 시작, 처음, 설정, MCP 연결, 프로젝트 생성, bkend始め方, 初期設定, MCP接続, bkend入门, 初始设置, MCP连接, configuracion bkend, primer proyecto, configuration bkend, premier projet, bkend Einrichtung, erstes Projekt, configurazione bkend, primo progetto Do NOT use for: specific database/auth/storage operations (use domain-specific skills), enterprise infrastructure (use infra-architect).
How this skill is triggered — by the user, by Claude, or both
Slash command
/bkit:bkend-quickstartbkit:bkend-expertThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
MCP-based BaaS platform providing Database, Authentication, and Storage services.
MCP-based BaaS platform providing Database, Authentication, and Storage services. Manage backend via natural language from AI tools (Claude Code, Cursor).
Organization (team/billing) -> Project (service unit) -> Environment (dev/staging/prod, data isolation)
claude mcp add bkend --transport http https://api.bkend.ai/mcp
claude mcp add bkend --transport http https://api.bkend.ai/mcp0_get_context MCP tool{
"mcpServers": {
"bkend": {
"type": "http",
"url": "https://api.bkend.ai/mcp"
}
}
}
| Problem | Solution |
|---|---|
| OAuth popup not appearing | Check browser popup blocker |
| MCP tools not visible | Run claude mcp list to verify, re-add if needed |
| Connection lost | Re-authenticate (automatic on next MCP call) |
| Wrong project/env | Use 0_get_context to check current session |
| Tool | Purpose |
|---|---|
| 0_get_context | Session context (org/project/env) |
| 1_concepts | Core concepts (BSON, permissions, hierarchy) |
| 2_tutorial | Project~table creation tutorial |
claude mcp add bkendhttps://console.bkend.ai
For the latest bkend documentation, use WebFetch:
npx claudepluginhub nddot/bkit-claude-codeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.