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
2
GitHub Stars
1
First Seen
Jun 4, 2026
clean-typescript-functions — gosukiwi/clean-code-skills