botdocs install @botdocs/cursor-rules-for-typescriptA comprehensive set of rules for Cursor AI when working on TypeScript projects covering style, patterns, and pitfalls.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A comprehensive .cursorrules configuration for TypeScript projects.
- Use TypeScript strict mode. Never use `any`.
- Prefer `const` over `let`. Never use `var`.
- Use arrow functions for callbacks, named functions for top-level declarations.
- Prefer template literals over string concatenation.
- Use optional chaining (`?.`) and nullish coalescing (`??`).
- Destructure objects and arrays when accessing multiple properties.
You're viewing a preview — sign in to see the rest of this skill and copy or install it.