Agent skill
backend-standards
Hono/Bun patterns and backend best practices for this project. Use when implementing API endpoints, WebSocket handlers, services, or server-side logic in packages/server.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/backend-standards-ms2sato-agent-console
SKILL.md
Backend Standards
Key Principles
- Server is the source of truth - Backend manages all session/worker state
- Structured logging - Use Pino with context objects
- Resource cleanup - Always clean up PTY processes and connections
- Type safety - Define types in shared package, validate at boundaries
Tech Stack
- Bun, Hono, bun-pty, Pino, Valibot
Detailed Documentation
- backend-standards.md - Directory structure, Hono, logging, services, testing, security
- websocket-patterns.md - Dual WebSocket architecture, message protocol, broadcasting
Didn't find tool you were looking for?