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
More from kstonekuan/init-project-skill
init-project
Scaffold a new project with opinionated tooling configs for TypeScript, Rust, Python, Docker, and/or Shell
7init-rust
Generate opinionated Rust project config files (Cargo.toml with pedantic clippy lints) for use with init-project
4init-python
Generate opinionated Python project config (pyproject.toml with ruff, ty, and uv supply-chain guard) for use with init-project
4