ワンクリックで
node
Node.js and TypeScript conventions for this repo: package management, build tooling, type safety, and testing patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Node.js and TypeScript conventions for this repo: package management, build tooling, type safety, and testing patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | node |
| description | Node.js and TypeScript conventions for this repo: package management, build tooling, type safety, and testing patterns. |
| user-invocable | false |
| allowed-tools | ["Bash(npm *)","Bash(pnpm *)","Bash(yarn *)","Bash(npx *)","Bash(node *)"] |
This repo uses Node.js. Apply these conventions.
package.json (packageManager field or lock file presence).npm, yarn, and pnpm in the same repo — pick one and stick with it.^ ranges for dev tooling.npm ci (not npm install) in CI — it respects the lockfile exactly.strict: true in tsconfig.json — no implicit any.interface for object shapes that will be extended; type for unions and aliases.as casts except at serialization boundaries — they silence the type checker.unknown instead of any for values from external sources; narrow before use.vite build for production; vite dev for development.entry, format, and dts explicitly.dist/ in source files — fix the path alias instead."type": "module" in package.json) for new projects.index.ts) for public APIs; avoid deep re-exporting.foo.ts → foo.test.ts.vi.mock() / jest.mock() at module level — not inside test bodies.Operate Harkonnen through the repo-local MCP server and CLI. TRIGGER: user asks about run history, PackChat threads or messages, checkpoints, board snapshots, reasoning trails, benchmark suites or reports, wants to diagnose a failure, wants a run report, or wants to start, queue, or watch a run. Preferred over raw shell commands for Harkonnen interactions.
Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo.
Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo.
Docker and Compose: image builds, container lifecycle, networking, volume management, and safety conventions for this repo.
SQL database patterns: schema migrations, query safety, index design, and transaction hygiene for this repo.
WinCC OA SCADA: CTRL scripts, panels, datapoint operations, manager lifecycle, and live-system safety for this repo.