monobaselabs
Official@monobaselabs
Offers a structured framework for full-stack TypeScript development, integrating TypeSpec definitions, Drizzle ORM persistence, and Bun-based service orchestration.
Agent Skills by monobaselabs
Showing 15 vetted skills indexed across 1 GitHub repositories.
test-contract
Run the Monobase contract suite against an HTTP server to validate OpenAPI conformance.
commit
Enforce Conventional Commits format and branch naming guidelines.
handler
Implement API handlers and repository CRUD methods with Drizzle ORM.
typespec
Develop TypeSpec API definitions and generate OpenAPI specs, TypeScript types, validators, routes, and handler stubs.
develop
Orchestrate end-to-end feature development from a PRD with specialized sub-skills.
dev-api
Start the Bun/Hono API development server on port 7213 with health checks and docs.
shadcn
Automate adding shadcn/ui components to a frontend app via the CLI.
frontend-module
Connect React UI components to typed API endpoints using generated SDK hooks.
test-api
Run Bun unit tests for backend API changes.
prd
Extract entities, endpoints, user flows, and business rules from PRDs into Monobase implementation plans.
typecheck
Run TypeScript type checks across API service and frontend workspaces.
dev-app
Launch the account frontend development server with Bun on port 3002.
pre-commit
Automate typecheck, test, and build steps across monorepo workspaces before commits.
debug
Diagnose and resolve Bun project and monorepo environment errors.
db-migrate
Generate and apply Drizzle ORM migrations for Bun-based services.
Frequently Asked Questions About monobaselabs
FAQPage SchemaWhat specific development tasks does Monobaselabs enable?▼
Monobaselabs enables end-to-end feature implementation by extracting business requirements from PRDs, generating TypeSpec API definitions, managing Drizzle ORM database migrations, and orchestrating Bun-based development servers for both backend services and React-based frontend modules.
Which engineers benefit most from these capabilities?▼
Full-stack engineers and monorepo maintainers benefit most from these capabilities. The framework is designed for developers working within TypeScript ecosystems who require strict type safety, standardized API contract enforcement, and streamlined synchronization between database schemas and frontend service hooks.
What are the primary prerequisites for using these services?▼
The primary prerequisites include a Bun runtime environment, a TypeScript-based project structure, and existing familiarity with Hono for service routing and Drizzle ORM for database interactions. Users must also maintain TypeSpec files to drive the generation of API contracts and service stubs.