Title: Suggestion: Official Effect code style guide (AGENTS.md) to avoid default Effect.gen wrappers
Without prompting, AI will default to writing effectful functions as
(...args) => Effect.gen(function*() {})
(...args) => Effect.gen(function*() {})
If the effect maintainers care to correct this, an official AGENTS.md or skill Effect code style guide that we can all copy paste into our project would do wonders.