dayuse-vibes

Installation
SKILL.md

Dayuse Vibe Coding Standards

This skill ensures that code generated for non-developers meets professional standards while remaining understandable.

Core Principles

When generating code, you MUST follow these rules:

  1. TypeScript only - All code must use strict TypeScript
  2. No any type - The any type is strictly forbidden
  3. DDD Architecture - Organize code according to Domain-Driven Design
  4. Systematic testing - Every feature requires tests
  5. Mandatory linting - Code must pass ESLint and Prettier
  6. Zod validation - Validate external inputs with Zod
  7. Result Pattern - Use Result<T, E> instead of throw/catch
  8. Security by default - Security audit, authorization checks, and no hardcoded secrets

Related skills

More from dayuse-labs/skills-portfolio

Installs
12
GitHub Stars
2
First Seen
Feb 9, 2026