better-t-stack-development

Develop full-stack features using Better-T-Stack patterns with oRPC and Drizzle ORM.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Ricka7x/skills --skill better-t-stack-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: better-t-stack-development
Source: https://github.com/Ricka7x/skills/tree/main/skills/better-t-stack-development
Command: npx skills add https://github.com/Ricka7x/skills --skill better-t-stack-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the foundational patterns and conventions for developing applications using Ricka7x's opinionated Better-T-Stack architecture, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Monorepo Management: Guidance on Turborepo and Bun workspaces for efficient development.
  • Architecture Adherence: Ensures correct usage of Hono, oRPC, TanStack libraries, Drizzle ORM, and Better Auth.
  • Code Quality: Enforces coding standards via Ultracite (Biome).
  • Use Case: When adding a new feature to a Better-T-Stack project, use this Skill to understand the correct way to scaffold components, define API endpoints, and structure database interactions.

Quick Start

Use the better-t-stack-development skill to scaffold a new feature in the web application.

Frequently Asked Questions about better-t-stack-development

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

FAQPage Schema
How do I structure a full-stack TypeScript monorepo with Turborepo and Bun?

Structure your full-stack TypeScript monorepo using Turborepo and Bun workspaces to organize components efficiently, ensuring architectural adherence and consistent development patterns across packages.

How do I define API endpoints with oRPC and Hono in a TypeScript stack?

Define API endpoints with oRPC and Hono by following procedural knowledge for full-stack development, providing specific API patterns and component scaffolding methods within the Better-T-Stack architecture.

What's the best way to manage database interactions with Drizzle ORM in a full-stack app?

Manage database interactions with Drizzle ORM by applying established full-stack development patterns, ensuring correct usage and consistent data handling within your specific TypeScript architecture.

Does Better-T-Stack enforce code quality standards with Biome?

Yes, Better-T-Stack enforces code quality standards using Ultracite, which implements Biome linting and formatting rules to maintain consistency and adherence to best practices across the codebase.

Can I use Better Auth and TanStack libraries with Hono and oRPC?

Yes, you can use Better Auth and TanStack libraries with Hono and oRPC, as the stack architecture provides specific guidance ensuring correct integration and adherence to established conventions.