TypeScript development for the @lorenzopant/tmdb package. Use when: adding a new TMDB API endpoint, namespace, or method; writing or updating types for TMDB responses; implementing or fixing API clients; generating Fumadocs MDX documentation; writing vitest unit/integration tests; working with routes, images, or the monorepo build. Covers naming conventions (snake_case methods, PascalCase types), type composition, test patterns, and the full implementation workflow: research → types → implementation → tests → docs.
2026-03-24