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.
npx agentmods add rules/lsampaioweb/ai-instructions/spring-boot-thymeleafgit clone --depth 1 https://github.com/lsampaioweb/ai-instructionsWrote 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.
[](https://agentmods.dev/rules/lsampaioweb/ai-instructions/spring-boot-thymeleaf)<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>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.
| Model | Per session | Once 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 |
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.
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
*PageControllersuffix (e.g.,TaskPageController,UserPageController). - Name route constant holder classes with the
*Routessuffix (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.htmlfor application error fallback. - Place CSS in
static/css/, JavaScript instatic/js/, and images instatic/images/. - Reference static resources using Thymeleaf's
@{/css/...}link expressions. - Keep form binding and validation explicit at controller boundaries.
- Return
voidwith@ResponseStatuson write-only AJAX operations that produce no response body. - Allow JSON fragments from
@Controllerpage controllers for HTMX/AJAX page-workflow responses. - Use
@RequestParamfor single-field form bindings. - Use
@ModelAttributecommand objects for multi-field forms that require Bean Validation. - Annotate a method with
@ModelAttributeto pre-populate the command object before the form page renders. - Use
th:errorsto 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.
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.
- 3d ago First seen · 36 lines · 0 tokens per session scan A 997790804574
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.
Other cursor rules, from other repositories
executing-red-team-engagement-planning
Red team engagement planning is the foundational phase that defines scope, objectives, rules of engagement (ROE), threat model selection, and operational timelines before any offensive testing begins.
omni-yaml-conventions
Omni Analytics model YAML conventions — file types, syntax patterns, field references, and common pitfalls. Apply when writing or editing Omni view, topic, or relationship YAML.
cypress-e2e-testing-cursorrules-prompt-file
Cursor rules for Cypress development with E2E testing.
deno-integration-techniques-cursorrules-prompt-fil
Cursor rules for Deno development with integration techniques.
cursorrules
Cursor rule "cursorrules" from Clarity-Digital-Twin/brain-go-brrr, covering .cursorrules - brain-go-brrr project (fixed architecture), rule #1: no parallel implementations ever, experiments/trainanything.py - must be thin, rule #2: check before building and rule #3: normalization is critical.
typescript-coding-style
description: Enforces code style and best practices for TypeScript files. globs: /.ts.