What is function-type-expressions?
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types. Source: marius-townhouse/effective-typescript-skills.
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types.
Quickly install function-type-expressions AI skill to your development environment via command line
Source: marius-townhouse/effective-typescript-skills.
When using function expressions (not statements), you can apply a type to the entire function. This reduces repetition, improves type safety, and makes code more readable.
Without the function type, this would only error at call sites.
Response: With shared signatures, centralizing the type removes noise.
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types. Source: marius-townhouse/effective-typescript-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill function-type-expressionsBrowse more skills from marius-townhouse/effective-typescript-skills
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types. Source: marius-townhouse/effective-typescript-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill function-type-expressions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/marius-townhouse/effective-typescript-skills