AgentSkillsCN

project-context

Vue 3 SFC + Vite + TypeScript 代码库上下文。当您在这个代码库中工作,或被询问有关代码结构、命令行工具,以及编码规范时,可使用此技能。

SKILL.md
--- frontmatter
name: project-context
description: Vue 3 SFC + Vite + TypeScript repo context. Use when working in this codebase or when asked about structure, commands, or conventions.

Project context

Canonical reference: AGENTS.md at repo root.

  • Stack: Vue 3 (Composition API, <script setup>), Vite 7, Vue Router, TypeScript. Lint/type-check only; no test runner.
  • Layout: src/App.vue, router/index.ts, views/, components/, assets/base.css (tokens). New route → router + view.
  • Conventions: Typed props/emits; scoped styles + base.css vars; PascalCase files; run lint + type-check before commit.