Skip to main content
Back to registry

effect-ts

kastalien-research/thoughtbox-dot-claude

Effect-TS is a functional TypeScript library providing typed effects, structured concurrency, and a robust runtime. This skill covers correct usage patterns and addresses common misconceptions from LLM-generated content.

Installs223
Install command
npx skills add https://github.com/kastalien-research/thoughtbox-dot-claude --skill effect-ts
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Effect-TS is a functional TypeScript library providing typed effects, structured concurrency, and a robust runtime. This skill covers correct usage patterns and addresses common misconceptions from LLM-generated content. Core Type Signature: LLM outputs often contain incorrect APIs. Use this table to correct them: Effect distinguishes between: Fibers are lightweight virtual threads with native interruption : Layers construct services without leaking dependencies: There is no Effect.cachedWithTTL . Use the Cache module: @effect/schema generates JSON Schema Draft-07 (not 2020-12): Effect has native OpenTelemetry integration: - Expected Errors (Failures) - Typed in E channel, must be handled - Unexpected Errors (Defects) - Runtime bugs, captured but not typed - Effect Documentation - Effect GitHub - @effect/schema JSON Schema - @effect/opentelemetry

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does effect-ts do?

Effect-TS is a functional TypeScript library providing typed effects, structured concurrency, and a robust runtime. This skill covers correct usage patterns and addresses common misconceptions from LLM-generated content.

Is effect-ts good?

effect-ts does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does effect-ts work with?

effect-ts currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to effect-ts?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install effect-ts?

npx skills add https://github.com/kastalien-research/thoughtbox-dot-claude --skill effect-ts

Related skills

Alternatives in Software Engineering