Frontmatter included
Each generated file includes description, globs, and alwaysApply fields so Cursor can decide when to load the rule.
A Cursor MDC rules converter turns old .cursorrules text into modern .cursor/rules/*.mdc files with description, globs, and alwaysApply frontmatter.
---
description: Next.js App Router Standards
globs: src/**/*.{ts,tsx},app/**/*.{ts,tsx}
alwaysApply: false
---
# Next.js App Router Standards
- Use strict TypeScript.
- Prefer server components unless interactivity is required.
- Keep client components small and colocated with their route.
- Run npm run lint and npm run build before merging.
Save this as .cursor/rules/next-js-app-router-standards.mdcEach generated file includes description, globs, and alwaysApply fields so Cursor can decide when to load the rule.
Your pasted rules stay in the page session. The converter only formats text and prepares copy-ready Markdown.
Bullet cleanup removes old list markers while preserving the actual project guidance your team already wrote.
A Cursor MDC rules converter turns old .cursorrules guidance into the newer .cursor/rules/*.mdc format with frontmatter for description, file globs, and alwaysApply.
Save project rules in .cursor/rules with a .mdc extension. Cursor reads those files and applies them based on their frontmatter and matching globs.
Use alwaysApply true only for rules that apply to every prompt and every file. Use false with globs for stack-specific or folder-specific guidance.
No. The converter runs in your browser and does not send your pasted rules to Tornic or any third-party service.