一键导入
nx-operations
When you need to run tasks, build projects, or understand the workspace graph using Nx. Use this for all build, lint, and test operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When you need to run tasks, build projects, or understand the workspace graph using Nx. Use this for all build, lint, and test operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When you need to understand the project's core mandate, operational rules, or "Constitution". Use this skill to align with the project's identity and strict coding standards.
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
When you need to modify the database schema, run migrations, or deploy Supabase changes. Use this for all SQL and Supabase-related tasks.
When you are creating or modifying UI components. Use this skill to ensure consistency with the design system and shadcn/ui.
When you are working on the Tiptap v3 block editor. Use this for extending the editor, adding nodes, or debugging rich text issues.
When you need to understand the directory structure, open-core model, or where to add new code.
| name | nx-operations |
| description | When you need to run tasks, build projects, or understand the workspace graph using Nx. Use this for all build, lint, and test operations. |
nx run, nx run-many, or nx affected. Do not use underlying tools (like tsc or vite directly) unless debugging a specific issue with them.npx nx graph to visualize the workspace dependency graph.npx nx show project <name> to analyze specific project dependencies before making changes.context7 MCP tool if you are unsure about Nx configuration or best practices.nx build nextblocknpm run lib-builds (alias for building ui, utils, db, editor, sdk)nx build <lib-name> (e.g., nx build ui)nx lint nextblocknpm run lintnx serve nextblock (runs the Next.js dev server)nx start nextblock fails with "Could not find a production build", ensure you have run nx build nextblock first.nx reset if you suspect cache issues.