skills/lint/SKILL.md
Linting workflow rules for this workspace.
npx skillsauth add morgs32/skills lintInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when handling lint errors or running eslint.
eslint --fix
before making manual changes.eslint --fix on the affected file(s) to resolve auto-fixable lint
issues.eslint --fix cannot solve a lint error, LEAVE IT TO ME. Do not attempt to
manually fix it.eslint-disable-next-line,
eslint-disable, etc.). Leave lint errors for the user to fix.development
Create and map ZerospinError instances for Effect-based code in zerospin. Use when defining error codes/messages, wrapping causes, mapping/catching errors in Effects, or returning structured errors from Effect.gen/Effect.fn or promise boundaries.
data-ai
Update agent skills in this repo or another.
development
TypeScript type-safety rules and guidance.
devops
Fix and update Turborepo (Turbo) configuration and task setup. Use for turbo.json errors, schema updates (pipeline -> tasks), and package-level config issues like missing extends.