aidokitwiki

Node + JavaScript stack pack

Plain JavaScript on Node. Same workflow as Node-TS, without the TypeScript discipline. The pack exists because not every Node project wants — or needs — TypeScript, and pretending otherwise produces friction.

Audience #

Pick Node + JavaScript if:

If you're considering TypeScript "soon", just pick Node-TS — it produces sensible suggestions even before your codebase has any .ts files.

Auto-detection triggers #

aidokit init detects this pack when it sees:

To force it explicitly:

aidokit init --stack node-js

What you get #

Component Provided
Suggested skills esm-imports (or CommonJS variant — detected), vitest-patterns (or Mocha / Jest), package-json-discipline, error-envelope-conventions
Suggested MCPs Context7, Beads MCP, Playwright (conditional)
Validation commands npm run lint, npm test (no typecheck — that's the whole point)
Architecture hint (Strict) Same Controller→Service→Repository layering, but without TS-specific guidance

Composition #

Honest limitations #

See also #