Apply documentation, TypeScript, and error-handling standards to ensure consistent code quality across the specified files.
/plugin marketplace add alvis/.claude/plugin install alvis-coding-plugins-coding@alvis/.claude# Linting Apply documentation, TypeScript, and error-handling standards to ensure consistent code quality across the specified files. ## 🎯 Purpose & Scope **What this command does NOT do**: - does not modify configuration files (tsconfig.json, eslintrc, etc.) - does not install or update linting packages - does not create new linting rules or configurations - does not process binary files or non-code assets - does not modify gitignored or vendor files **When to REJECT**: - target is a configuration file that shouldn't be linted - no valid source files found in the specified area - ta...