drizzle
Plain Drizzle ORM (drizzle-orm/mysql2), schema in server/utils/db.ts, and bcrypt patterns for this project. Use whenever writing or modifying DB schema, Drizzle queries, migrations, or password hashing.
Nuxt 4 patterns for this project: server API routes, auth middleware, $ptero helper, useFetch, Pinia stores, shared types/utils. Use whenever writing or modifying any server handler, page, component, or API call in this codebase.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "nuxtjs" with this command: npx skills add pteroclass/skillsmp-pteroclass-pteroclass-nuxtjs
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Plain Drizzle ORM (drizzle-orm/mysql2), schema in server/utils/db.ts, and bcrypt patterns for this project. Use whenever writing or modifying DB schema, Drizzle queries, migrations, or password hashing.
nuxt-auth-utils session patterns for this project. Use whenever writing or modifying server handlers that touch session logic (login, logout, auth middleware, change-password). For DB queries and schema use the drizzle skill.
Calculate Body Mass Index (BMI) and Body Surface Area (BSA) for clinical assessment and drug dosing. Supports multiple BSA formulas (DuBois, Mosteller, Hayco...
Transform unstructured clinical input (dictation, transcripts, or rough notes) into standardized SOAP (Subjective, Objective, Assessment, Plan) medical docum...