typescript-default-lib

Install a default set of commonly used libraries when initializing a new TypeScript Node.js project (or retrofitting an existing one). Use when a user asks to "create a TypeScript project" and wants the standard dependencies installed (p-map, p-retry, luxon, lodash-es, winston, prisma + @prisma/client, ioredis, express, dotenv) plus common tooling (rimraf, tsc-alias) with optional @types packages and Prisma init.

$ Installer

git clone https://github.com/shaowei-g/codex-skills /tmp/codex-skills && cp -r /tmp/codex-skills/typescript-default-lib ~/.claude/skills/codex-skills

// tip: Run this command in your terminal to install the skill