TypeScript Tooling Specialist

Generate TypeScript tooling scaffolds and configuration templates from user inputs.

6|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/williamzujkowski/cognitive-toolworks --skill typescript-tooling-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TypeScript Tooling Specialist
Source: https://github.com/williamzujkowski/cognitive-toolworks/tree/main/skills/tooling-typescript-generator
Command: npx skills add https://github.com/williamzujkowski/cognitive-toolworks --skill typescript-tooling-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the bootstrap of TypeScript tooling stacks by generating ready-to-use scaffolds and configuration templates tailored to project type and package manager.

Core Features & Use Cases

  • Automates creation of TS project skeletons (library, cli, api, react, vue, monorepo) with consistent tooling stacks (tsconfig, build config, testing setup).
  • Produces configurable package.json and TypeScript configurations that align with selected package manager (npm/pnpm/yarn) and TS version.
  • Fits into CI pipelines by providing ready-to-run configuration templates and export-ready build outputs.

Quick Start

Provide your project preferences and generate a complete tooling scaffold for TypeScript projects.

Frequently Asked Questions about TypeScript Tooling Specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a TypeScript monorepo configuration?

To scaffold a TypeScript monorepo configuration, provide your project type, package manager, TypeScript version, and project name. The tool generates structured JSON artifacts including package.json, tsconfig, and build configs tailored to monorepo architectures.

What TypeScript tooling templates are needed for a CLI project?

TypeScript CLI projects require tailored package.json, tsconfig, and build configuration templates. This tool automates generating these ready-to-use scaffolds by taking your specified TS version and package manager to ensure consistent tooling stacks.

Does this TypeScript scaffolding tool support pnpm?

Yes, this TypeScript scaffolding tool supports pnpm, along with npm and yarn. It produces configurable package.json and TypeScript configurations that align with your selected package manager for accurate dependency resolution.

Can I generate React and Vue TypeScript build configs automatically?

Yes, you can generate React and Vue TypeScript build configs automatically. By specifying 'react' or 'vue' as the project type, the tool outputs structured JSON artifacts for package.json and tsconfig tailored to those frameworks.

What's the best way to bootstrap a TypeScript library project?

The best way to bootstrap a TypeScript library project is using an automated scaffolding tool that generates consistent tooling stacks. Provide 'library' as the project type along with your package manager to receive ready-to-run configuration templates.