Agent skill

vite-react-ts-quality

Add a best-practice quality baseline to a Vite React-TS project (TypeScript checking, ESLint, formatting, scripts). Keep it minimal and conventional.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vite-react-ts-quality

SKILL.md

Vite React-TS Quality Baseline

You are adding/adjusting code quality tooling and scripts.

Rules / best practices

  1. Always include type-check command:
    • pnpm exec tsc --noEmit
  2. ESLint should be minimal and aligned with React + TypeScript.
  3. Formatting:
    • If adding Prettier, keep config small.
  4. Do not overcomplicate with many plugins unless requested.

Deliverables

  • package.json scripts
  • config files added/updated (eslint/prettier/tsconfig tweaks)
  • short “how to run” commands

Use template.md as the default structure.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results