What problem does it solve? Public API documentation in the Effect codebase must follow a strict JSDoc structure enforced by a custom oxlint rule, and writing or fixing these comments by hand is error-prone. This Skill guides the AI to produce compliant JSDoc, resolve jsdocs diagnostics, and prepare docs for JSON extraction. ## Core Features & Use Cases - Standardized Documentation Shape: Enforces the required template with short description, optional When to use, Details, and Gotchas sections, plus titled Example blocks and ordered tags like @category and @since. - Module Refinement Audits: Runs dedicated @see and Gotchas audits across a module to keep cross-references and caveats accurate and useful. - Executable Examples: Supports import.meta.vitest runnable examples validated with pnpm doctest, keeping documentation examples deterministic and tested. - Use Case: When adding a new public function to an Effect module, use this Skill to write compliant JSDoc with a runnable example, then validate it with pnpm lint and pnpm doctest. ## Quick Start Ask the AI to write or fix the JSDoc for a specific Effect public API so it passes the jsdocs lint rule.