tsconfig-gen
✓Verified·Scanned 2/18/2026
This skill generates project-specific tsconfig.json files and writes them to tsconfig.json by default. It calls the OpenAI API via the openai client and expects the OPENAI_API_KEY environment variable.
from clawhub.ai·v97ce290·35.0 KB·0 installs
Scanned from 1.0.0 at 97ce290 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/tsconfig-gen
ai-tsconfig
Generate optimal tsconfig.json for your project type.
Install
npm install -g ai-tsconfig
Usage
npx ai-tsconfig next
npx ai-tsconfig node
npx ai-tsconfig react
npx ai-tsconfig library
Setup
export OPENAI_API_KEY=sk-...