ts-generics

Installation
SKILL.md
async function getUser(): Promise<User> {
  return fetch('/api').then(r => r.json() as User);
}
type Container<System> = { items: System[] };
Installs
1
GitHub Stars
11
First Seen
Apr 20, 2026
ts-generics — lichamnesia/skill-lint