bkend-cookbook

Provide backend tutorials and troubleshooting for bkend.ai projects.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill bkend-cookbook-hendrax5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bkend-cookbook
Source: https://github.com/hendrax5/ironman/tree/main/skills/bkend-cookbook
Command: npx skills add https://github.com/hendrax5/ironman --skill bkend-cookbook-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides structured, ready-to-use backend tutorials and troubleshooting guidance to speed up development, reduce trial-and-error, and resolve common runtime and integration errors for bkend.ai projects.

Core Features & Use Cases

  • Single-project quick-starts: stepwise guides for Todo, Note, Blog, Chat, E-commerce and other starter apps.
  • Full guide projects: four complete project blueprints with authentication, CRUD, file uploads, advanced features, and AI integration chapters.
  • Troubleshooting reference: common errors (401, 403, 404, 409, 429, CORS, MCP auth, schema issues) mapped to causes and clear fixes, plus live documentation links for deeper reading.

Quick Start

Open the bkend-cookbook SKILL and follow the Todo App quick-start to create a CRUD backend with email/social auth, file uploads, and MCP integration.

Frequently Asked Questions about bkend-cookbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot common backend API errors like 401, 403, and CORS issues?

Backend troubleshooting for 401, 403, and CORS errors involves mapping status codes to their root causes, such as missing tokens or misconfigured headers, and applying targeted fixes like updating auth schemas or adjusting environment configurations.

What is the best way to start building a CRUD backend with email and social auth?

The best way to build a CRUD backend with email and social auth is to follow a single-project quick-start recipe, such as a Todo App guide, which provides stepwise instructions for setting up authentication, file uploads, and database operations.

How do I resolve MCP connection and authentication failures during backend development?

Resolving MCP connection and authentication failures requires checking environment configurations and schema issues against a troubleshooting reference, ensuring your MCP integration parameters match the expected authentication protocols and live documentation links.

Does this backend cookbook cover full project blueprints with file uploads and AI integration?

Yes, the backend cookbook includes four full-guide project blueprints featuring chaptered walkthroughs that cover implementing authentication, CRUD operations, file uploads, advanced features, and AI integration from start to finish.

Why does my backend file upload return a 409 conflict or 429 too many requests error?

A backend file upload returning a 409 conflict or 429 too many requests error typically indicates duplicate resource creation or rate limiting, which you can resolve by reviewing schema constraints and adjusting API request limits.