bedrud-server

Map Go backend API routes, models, and authentication flows.

6|1|Updated May 4, 2026
One-click install
npx skills add https://github.com/themadorg/bedrud --skill bedrud-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bedrud-server
Source: https://github.com/themadorg/bedrud/tree/main/.agents/skills/bedrud-server
Command: npx skills add https://github.com/themadorg/bedrud --skill bedrud-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bedrud Server provides a comprehensive map of the Go backend components (server, API, auth, DB, models, and handlers) to accelerate understanding and extension of the production backend.

Core Features & Use Cases

  • Go module bedrud with root: server/ and components including Fiber HTTP, GORM ORM, and embedded LiveKit.
  • Entrypoints overview and developer-oriented guidance for production deployment, API wiring, and admin/API surfaces.
  • Use case: Quickly onboard new developers by navigating endpoints, data models, and entry points for server, auth, and DB layers.

Quick Start

Inspect the server/ directory to understand the production Go backend and extend its API, DB models, and authentication flow.

Frequently Asked Questions about bedrud-server

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

FAQPage Schema
How do I navigate the Go backend API routes and data models in Bedrud server?

You navigate the Bedrud Go backend by inspecting the server/ directory, which consolidates API routes, GORM data models, and Fiber HTTP entrypoints into a cohesive map for code navigation and onboarding.

What is the best way to onboard new developers to a Go backend using GORM and Fiber?

The best way to onboard developers is providing a documented map of API routes, DB schemas, and authentication flows, allowing new team members to quickly understand server setup and key entry points.

Does the Bedrud server include LiveKit integration with its Go backend?

Yes, the Bedrud server includes embedded LiveKit integration alongside its Go-based production backend, mapping out the necessary entrypoints for real-time communication features.

How do I set up authentication flows for a Go production backend with GORM?

You set up authentication flows by mapping the documented auth layers and DB schemas, using the server directory's overview to wire API endpoints and configure the GORM ORM relationships.

Can I extend the API wiring and admin surfaces in a Fiber HTTP Go server?

Yes, you can extend API wiring and admin surfaces by using the developer-oriented guidance and entrypoints overview to add new endpoints and configure production deployment surfaces.