cleanup-ts

Installation
SKILL.md

Cleanup TS

Purpose

Use this skill when cleaning up TypeScript, TSX, Node, React, frontend, backend, or shared package code that may contain AI-generated or AI-modified code smells.

Primary objective: reduce long-term maintenance risk without changing behavior.

Secondary objective: remove unsafe TypeScript patterns, redundant abstractions, duplicated logic, brittle tests, and architectural drift.

Operating Rules

  1. Preserve behavior unless the task explicitly asks for a behavior change.

  2. Before editing, inspect nearby code, existing helpers, existing types, existing tests, and project conventions.

  3. Prefer deleting code over adding code. A cleanup that increases code size must justify the increase.

  4. Do not loosen tsconfig, ESLint, test config, build config, or CI config to make cleanup pass.

Installs
3
GitHub Stars
1
First Seen
Jun 30, 2026
cleanup-ts — schalk-conradie/skills