init-typescript

Installation
SKILL.md

init-typescript

Generate TypeScript tooling configuration files for a new project. This skill is used by the init-project skill but can also be used standalone.

Files to Generate

Copy each template from assets/ into the target directory. Substitute <project-or-subdirectory-name> in assets/package.json with the actual project (or subdirectory) name.

Asset Destination
assets/package.json package.json (substitute name)
assets/tsconfig.json tsconfig.json
assets/biome.json biome.json
assets/pnpm-workspace.yaml pnpm-workspace.yaml

Then create an empty src/ directory:

mkdir -p src
Related skills
Installs
4
GitHub Stars
1
First Seen
Mar 26, 2026