spring-boot-thymeleaf

spring-boot-thymeleaf is a cursor rule for Cursor from lsampaioweb/ai-instructions. It costs 0 tokens per session (479 once invoked), scanned A, original, MIT.

A set of Spring Boot rules for server-rendered web pages using Thymeleaf, a template system that combines HTML with dynamic application data. It defines controller, template, form, static-file, and page-fragment conventions.

In plain words
What is it for?
Use it when building or reviewing Thymeleaf pages, page controllers, forms, reusable layouts, CSS and JavaScript files, images, error handling, or partial page updates.
Why use it?
It keeps page files and supporting resources in predictable feature-based locations and makes form handling and browser updates explicit. It also sets conventions for error pages and AJAX or HTMX responses.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf
Clone the repo
git clone --depth 1 https://github.com/lsampaioweb/ai-instructions

Made for: Cursor.

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 spring-boot-thymeleaf

README.md
[![agentmods](https://agentmods.dev/badge/rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf.svg)](https://agentmods.dev/rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf)
Your own site
<a href="https://agentmods.dev/rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf"><img src="https://agentmods.dev/badge/rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00479
Opus 5 $0.00000 $0.00239
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

Measured 3d ago against content hash 997790804574, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spring-boot-thymeleaf 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 3d 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.

.cursor/rules/spring-boot-thymeleaf.mdc · 36 lines

How it starts

The opening of the file, as written. The whole thing — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spring Boot Thymeleaf

Naming Conventions

  • Name page controller classes with the *PageController suffix (e.g., TaskPageController, UserPageController).
  • Name route constant holder classes with the *Routes suffix (e.g., TaskRoutes, UserRoutes).

Rules

  • Use MVC page controllers for template rendering routes.
  • Keep templates organized by feature-oriented folder structure.
  • Name template files in kebab-case and place them under templates/<feature>/ matching the controller feature package (e.g., templates/user/list.html, templates/user/detail.html).
  • Place reusable layout fragments under templates/fragments/.
  • Place layout templates under templates/layouts/.
  • Define a custom templates/error.html for application error fallback.
  • Place CSS in static/css/, JavaScript in static/js/, and images in static/images/.
  • Reference static resources using Thymeleaf's @{/css/...} link expressions.
  • Keep form binding and validation explicit at controller boundaries.
  • Return void with @ResponseStatus on write-only AJAX operations that produce no response body.
  • Allow JSON fragments from @Controller page controllers for HTMX/AJAX page-workflow responses.
  • Use @RequestParam for single-field form bindings.
  • Use @ModelAttribute command objects for multi-field forms that require Bean Validation.
  • Annotate a method with @ModelAttribute to pre-populate the command object before the form page renders.
  • Use th:errors to display field-level validation errors adjacent to each form input.
  • Keep model attribute keys stable and intentional.
  • Keep locale resolution behavior explicit when deviating from framework defaults.
  • Keep supported locales and fallback behavior documented when default locale handling is retained.
  • Fragment rendering and page-workflow AJAX endpoints are permitted from page controllers when they serve the same template flow.

Safety Guards

  • Never expose versioned /api/v* REST endpoints from page controllers.
  • Never bypass validation feedback wiring in form workflows.

Read the full file on GitHub · 36 lines

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. 3d ago First seen · 36 lines · 0 tokens per session scan A 997790804574

Subscribe to this mod's changes

spring-boot-thymeleaf is a cursor rule published in the GitHub repository lsampaioweb/ai-instructions (1 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 479 tokens. 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-08-31.