codex-test

内容来源:SKILL.md(标准 Skill 格式) · 原始地址 · 查看安装指南

原始内容


name: codex-test description: "Use when working on the trahoangdev/codex-test repository, including setup, running the Next.js app, and making common edits."

Codex Test Repo

Quick start

  • Install deps: npm install
  • Run dev server: npm run dev
  • Build: npm run build
  • Lint: npm run lint

Project layout

  • App Router entry: app/
  • Global styles: app/globals.css
  • Tailwind config: tailwind.config.ts

Conventions

  • Keep edits minimal and scoped to the request.
  • Prefer app/ for UI changes.