lazuee
- 4 skills
- 0 followers
- 21 hours ago last updated
- ▌ Hucre Best Practices · lazuee bundleUse when working with hucre to read/write spreadsheets, choose format-specific imports, stream large data, validate schemas, and preserve round-trip content.
- ▌ React Router Best Practices · lazuee bundleBuild applications with React Router in Framework, Data, Declarative, and unstable RSC modes. Use when configuring routes, route modules, loaders, actions, forms, fetchers, navigation, pending UI, SSR/SPA/pre-rendering, middleware, URL params/search params, or React Router upgrades.
- ▌ Skill Writing Best Practices · lazuee bundleGuidelines for creating AI agent skills. Use when writing new skills, documenting coding patterns, or reviewing skill files. Triggers when creating or modifying files in the skills/ directory.
- ▌ Prisma Schema Naming Convention Best Practices · lazuee bundleNaming conventions for Prisma schemas that map to MySQL tables using snake_case tables, PascalCase columns, id primary keys, ReferencedTableID foreign keys, explicit unique constraints, and idx_ index names.