一键导入
dev-runtime
Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use this skill when implementing/refactoring frontend/backend code and you need Dekart-specific conventions for naming, code organization, architecture boundaries, and style consistency.
Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override.
Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.
Use this skill when asked to write versioned release notes and you need repo-specific structure, ordering, and scope filtering.
基于 SOC 职业分类
| name | dev-runtime |
| description | Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository. |
Use when starting local development, debugging server/frontend issues, or setting up the dev environment.
make up-and-down runs local Postgres.make server .env.cloud runs backend with the selected env file.make client stops any existing listener on port 3000 and runs npm start for Vite on http://localhost:3000.make proto regenerates proto stubs. After running, restart backend and frontend.