smithery/neversight

tooling

TypeScript tooling, configuration, and build optimization

Installation

$ npx skills add smithery/neversight --skill tooling

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,254 B
  • docs SUMMARY.md 72 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

TypeScript Tooling Skill

Overview

Master TypeScript tooling including compiler configuration, build optimization, and development environment setup.

Topics Covered

tsconfig.json

  • Compiler options deep dive
  • Target and module settings
  • Strict mode configuration
  • Path aliases (paths, baseUrl)
  • Include/exclude patterns

Project Setup

  • Project references
  • Composite projects
  • Incremental builds
  • Declaration maps
  • Monorepo configuration

Build Tools

  • tsc vs bundlers
  • esbuild for speed
  • SWC compilation
  • webpack ts-loader
  • Vite TypeScript support

Linting

  • ESLint TypeScript parser
  • Type-aware rules
  • typescript-eslint plugin
  • Custom rule configuration
  • Prettier integration

IDE Integration

  • VS Code settings
  • tsconfig for IDE
  • IntelliSense optimization
  • Refactoring tools
  • Error lens extensions

Prerequisites

  • TypeScript basics
  • Node.js environment
  • Package management

Learning Outcomes

  • Configure optimal tsconfig
  • Set up efficient builds
  • Integrate linting tools
  • Optimize development experience