Cursor rules for Next

Cursor rules for Next is a skill for Claude Code, Codex from AmariahAK/atlarix-skills. It costs 4 tokens per session (609 once invoked), scanned A, original, Apache-2.0.

Coding guidance for Next.js applications that combine Material UI and Tailwind CSS, two systems for building web interfaces. The source also describes a project using TypeScript and several related interface and database libraries.

In plain words
What is it for?
Use it when building Next.js pages and components with Material UI, Tailwind CSS, TypeScript, or the listed project libraries.
Why use it?
It helps keep layout and component code consistent when two styling systems are used in the same application.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Cursor.

Good fit Use it when building Next.js pages and components with Material UI, Tailwind CSS, TypeScript, or the listed project libraries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AmariahAK/atlarix-skills --skill acr-nextjs-material-ui-tailwind-css-cursorrules-prompt
Clone the repo
git clone --depth 1 https://github.com/AmariahAK/atlarix-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Cursor rules for Next

README.md
[![agentmods](https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt/github.svg)](https://agentmods.dev/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt)
Your own site
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Cursor rules for Next

Your own site · 80×15
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 609 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00004 $0.00609
Opus 5 $0.00002 $0.00304
Sonnet 5 $0.00001 $0.00122
Haiku 4.5 $0.00000 $0.00061

Measured 8d ago against content hash 42e0ab6fd886, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Cursor rules for Next scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/acr-nextjs-material-ui-tailwind-css-cursorrules-prompt/SKILL.md · 73 lines

What it actually says

Cursor rules for Next

When to use this skill

Cursor rules for Next.js development with Material UI and Tailwind CSS integration.

Source

Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/nextjs-material-ui-tailwind-css-cursorrules-prompt.mdc.

Ce projet s'appel Portfolio2

Il est basé sur Next.Js, il a tailwindcss, materialui, shadcn/ui et aceternityui

What is your project named? portfolio2

Would you like to use TypeScript? Yes

Would you like to use ESLint? No

Would you like to use Tailwind CSS? Yes

Would you like to use src/ directory? Yes

Would you like to use App Router? (recommended) Yes

Would you like to customize the default import alias (@/)? No

What import alias would you like configured? @/

Nola liste des dépendance

"dependencies": { "@ckeditor/ckeditor5-react": "^6.3.0", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.18", "@mui/material": "^5.15.18", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@prisma/client": "^5.14.0", "autoprefixer": "^10.4.19", "bcryptjs": "^2.4.3", "ckeditor5": "^41.4.2", "clsx": "^2.1.1", "framer-motion": "^11.2.5", "init": "^0.1.2", "next": "^14.2.3", "next-auth": "^4.24.7", "react": "^18.3.1", "react-dom": "^18.3.1", "shadcn-ui": "^0.8.0", "styled-components": "^6.1.11", "tailwind-merge": "^2.3.0" },

"devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "postcss": "^8.4.38", "prisma": "^5.14.0", "tailwindcss": "^3.4.3", "typescript": "^5.4.5" }

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 73 lines · 4 tokens per session scan A 42e0ab6fd886

Subscribe to this mod's changes

Cursor rules for Next is a skill published in the GitHub repository AmariahAK/atlarix-skills (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 4 tokens to every session and 609 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.