clean-typescript-functions

Installation
SKILL.md

Clean Functions

F1: Too Many Arguments

// Bad - too many parameters
function createUser(
  name: string,
  email: string,
  age: number,
  country: string,
  timezone: string,
  language: string,
  newsletter: boolean
) {
  // ...
}
Installs
19
GitHub Stars
1
First Seen
May 9, 2026
clean-typescript-functions — gosukiwi/clean-code-react