Skip to content

holocron-skill-util

Scaffolds a new utility package in theholocron/utils.

Invoke as: /holocron-skill-util

Trigger: user asks to add a new utility package to the utils monorepo.

What it produces

A new packages/<name>-utils/ directory with standard boilerplate: package.json, tsconfig.json, tsdown.config.ts, vitest.config.ts, eslint.config.ts, and a starter src/index.ts.

Key conventions

  • Set version to match the current lockstep version
  • Add to .releaserc.json prepareCmd in alphabetical order
  • Add a codecov component entry