Skip to main content
Back to registry

effect-best-practices

makisuo/skills

This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability.

Installs431
Install command
npx skills add https://github.com/makisuo/skills --skill effect-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. The Effect Language Server is essential for Effect development. It catches errors at edit-time that TypeScript alone cannot detect, provides Effect-specific refactors, and improves developer productivity. For CI enforcement: See references/language-server.md for configuration options and CLI tools. Always use Effect.Service for business logic services. This provides automatic accessors, built-in Default layer, and proper dependency declaration. When Context.Tag is acceptable: See references/service-patterns.md for detailed patterns.

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-best-practices do?

This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability.

Is effect-best-practices good?

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

What agent does effect-best-practices work with?

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

What are alternatives to effect-best-practices?

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

How do I install effect-best-practices?

npx skills add https://github.com/makisuo/skills --skill effect-best-practices

Related skills

Alternatives in Software Engineering