What problem does it solve?
This Skill provides a consistent TypeScript development baseline to prevent inconsistent coding practices, weak type safety, and fragmented approaches across TypeScript projects.
Core Features & Use Cases
- Coding Standards: Enforces naming conventions, import organization, strict typing, function patterns, and maintainable module structures.
- Framework Guidance: Provides specialized guidance for Effect-TS development, runtime composition, error handling, telemetry, and service architecture.
- Testing & Build Practices: Defines Vitest testing patterns, coverage expectations, monorepo build pipelines, path aliases, and package integration workflows.
- Use Case: When building a TypeScript application with Effect-TS and a monorepo setup, use this Skill to apply consistent architecture, write deterministic tests, and maintain reliable build workflows.
Quick Start
Use the typescript skill to review and improve the TypeScript implementation in the current project according to the established coding standards.