AgentSkillsCN

Project Conventions

项目约定规范

SKILL.md

Project Conventions

Purpose

Use this skill to keep answers and code changes aligned with this repository's conventions.

Rules

  • Use pnpm for all package management commands.
  • Use oxlint and oxfmt for quality checks.
  • Do not add eslint or prettier.
  • Keep changes minimal and production-oriented.

Verification Checklist

  • Run pnpm format:check.
  • Run pnpm lint.
  • Run pnpm typecheck.