← ClaudeAtlas

typescriptlisted

TypeScript development — the always-on coding baseline plus deep references for Effect-TS patterns, Vitest testing, and the monorepo build pipeline. Auto-applies when editing any TypeScript file. Use when writing or reviewing any TypeScript code; read the reference matching your task.
virajp/ai-plugins · ★ 1 · Testing & QA · score 76
Install: claude install-skill virajp/ai-plugins
# TypeScript The single entry point for TypeScript work. Each topic lives in its own reference file — **read the one matching your task**. Start every change from the always-on baseline. | Topic | When to read | | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | [Coding standards](${CLAUDE_PLUGIN_ROOT}/skills/typescript/references/standards.md) | The always-on baseline: naming, import ordering, strict type safety, named functions, parameter conventions | | [Effect-TS](${CLAUDE_PLUGIN_ROOT}/skills/typescript/references/effect.md) | Effect.gen, Effect.Schema, Effect.Service, error handling, telemetry, logging, config, the HTTP boundary | | [Effect runtime](${CLAUDE_PLUGIN_ROOT}/skills/typescript/references/effect-runtime.md) | Composing & running Effect: Layer wiring, ManagedRuntime, Scope/acquireRelease, Schedule retries, Stream, TestClock | | [Vitest](${CLAUDE_PLUGIN_ROOT}/skills/typescript/references/vitest.md) | Writing/running tests: it.effect, the shared config, _testUtils, v8 coverage | | [Build pipeline](${CLAUDE_PLUGIN_ROOT}/skills/typescrip