bkend-cookbook

bkend-cookbook is a skill for Claude Code from ww-w-ai/bkit-claude-code. It costs 36 tokens per session (833 once invoked), scanned A, original, Apache-2.0.

A cookbook and troubleshooting guide for bkend.ai, a backend service that provides databases, user sign-in, file storage, and other app building blocks. It includes examples for projects such as blogs, chats, shops, and booking systems.

In plain words
What is it for?
Use it to follow project guides, build database-backed apps, add authentication or file uploads, and troubleshoot bkend.ai integrations.
Why use it?
It gives developers a starting point for common app backends instead of making them design every backend feature from the beginning.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

Part of the bkit plugin — 44 skills, 2 commands, 34 agents, 21 hooks shipped together

Good fit Use it to follow project guides, build database-backed apps, add authentication or file uploads, and troubleshoot bkend.ai integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ww-w-ai/bkit-claude-code/bkend-cookbook
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ww-w-ai/bkit-claude-code --skill bkend-cookbook
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-claude-code

Made for: Claude Code.

Or install bkit, the plugin that ships this one along with the rest of its 44 skills, 2 commands, 34 agents, 21 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bkend-cookbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/ww-w-ai/bkit-claude-code/bkend-cookbook/github.svg)](https://agentmods.dev/skills/ww-w-ai/bkit-claude-code/bkend-cookbook)
Your own site
<a href="https://agentmods.dev/skills/ww-w-ai/bkit-claude-code/bkend-cookbook"><img src="https://agentmods.dev/badge/skills/ww-w-ai/bkit-claude-code/bkend-cookbook/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bkend-cookbook

Your own site · 80×15
<a href="https://agentmods.dev/skills/ww-w-ai/bkit-claude-code/bkend-cookbook"><img src="https://agentmods.dev/badge/skills/ww-w-ai/bkit-claude-code/bkend-cookbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00833
Opus 5 $0.00018 $0.00417
Sonnet 5 $0.00007 $0.00167
Haiku 4.5 $0.00004 $0.00083

Measured 10d ago against content hash e8b7c065d2d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bkend-cookbook scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bkend-cookbook/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

bkend.ai Cookbook & Troubleshooting

Single Project Guides

Project Level Key Features
Todo App Beginner Basic CRUD, state management
Note App Beginner Rich text, categories
Blog Intermediate Posts, tags, file upload
Chat App Intermediate Real-time messaging
E-commerce Intermediate Products, orders, payments
Booking System Intermediate Reservations, calendar
Social Feed Advanced Posts, follows, feeds
Dashboard Advanced Charts, analytics, roles
Multi-tenant Advanced Organization-scoped data
SaaS Starter Advanced Subscriptions, billing, onboarding

Full Guide Projects (4, each with quick-start + 7 chapters)

Project Auth Core CRUD Files Advanced AI
Blog Email/Social Articles, Tags Images Bookmarks AI summary
Recipe App Email/Social Recipes, Ingredients Photos Meal Plan, Shopping List AI recommendations
Shopping Mall Email/Social Stores, Products, Orders Product images Reviews AI search
Social Network Email/Social Profiles, Posts Media Follows, Feeds AI recommendations

Common Implementation Pattern

1. Auth setup (email + social login)
2. Core CRUD (main data tables)
3. File upload (images/media)
4. Advanced features (search, filters, relationships)
5. AI integration (recommendations, summaries)
6. Troubleshooting & optimization

Troubleshooting Quick Reference

Error Cause Solution
401 Unauthorized Token expired POST /v1/auth/refresh
403 Forbidden Insufficient permissions Check RBAC settings
404 Not Found Wrong path/ID Verify endpoint and environment
409 Conflict Unique field duplicate Check duplicate data
429 Rate Limit Request limit exceeded (100/h) Check Retry-After header
CORS Error Domain not registered Register in bkend console
MCP Connection Failed OAuth incomplete Complete browser auth
Schema Validation BSON type mismatch Check schema with backend_table_get

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 91 lines · 36 tokens per session scan A e8b7c065d2d3

Subscribe to this mod's changes

bkend-cookbook is a skill published in the GitHub repository ww-w-ai/bkit-claude-code (594 stars, last pushed 4d ago), licensed Apache-2.0. It adds 36 tokens to every session and 833 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

order-processing-pipeline

Implement a reliable order state machine that moves orders from pending through payment, fulfillment, and delivery with webhook-driven transitions.

finsilabs/awesome-ecommerce-skills · 27 tokens

Data Pipeline Architect

Design and implement robust data pipelines — ETL/ELT, streaming, batch processing. From architecture to code with Airflow, dbt, Kafka, and modern data stack.

demo112/yunqu-ai-skills · 40 tokens

dotnet-audit-pipeline

An automated security-review workflow for authorised .NET web applications and compiled .NET files such as DLLs. It coordinates code decompilation, attack-surface mapping, authentication checks, vulnerability checks, call tracing, and a final report.

jinyimeng01/net-code-audit-skill-master · 137 tokens

nestjs-architecture

Design NestJS module boundaries, provider scope, and request pipeline choices. Use when structuring modules, placing guards/pipes/interceptors, or reviewing provider lifetime in NestJS.

FilippoDeSilva/skills · 39 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens