workspace-code-standards
Installation
SKILL.md
Skill: Workspace Code Standards
Goal
Apply workspace TypeScript and ESLint standards consistently across the repo.
Use This Skill When
- You are writing or refactoring TypeScript in this workspace.
- The user asks about code style or linting standards.
- You need to align changes with repository conventions.
Do Not Use This Skill When
- The task is documentation-only and no code changes are needed.
- You are working in an external repo with different standards.
Inputs
- Target file paths and language (TypeScript, JavaScript).
- Existing lint/typecheck errors (if any).