302-frameworks-spring-boot-rest

302-frameworks-spring-boot-rest is a skill for Claude Code, Codex from jabrena/cursor-rules-examples. It costs 67 tokens per session (389 once invoked), scanned A, original, Apache-2.0.

Guidance for designing, reviewing, and improving REST APIs in Spring Boot. REST APIs let programs communicate over HTTP, and Spring Boot is a Java framework for building them.

In plain words
What is it for?
Working on HTTP methods, resource URLs, DTOs, versioning, error handling, security, OpenAPI documentation, controller advice, and problem details.
Why use it?
It provides rules for consistent endpoints, responses, errors, security, and documentation, with compilation and verification checks around changes.

Skill for Claude CodeCodex

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 skills/jabrena/cursor-rules-examples/302-frameworks-spring-boot-rest
Any agent
npx skills add jabrena/cursor-rules-examples --skill 302-frameworks-spring-boot-rest
Clone the repo
git clone --depth 1 https://github.com/jabrena/cursor-rules-examples

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 302-frameworks-spring-boot-rest

README.md
[![agentmods](https://agentmods.dev/badge/skills/jabrena/cursor-rules-examples/302-frameworks-spring-boot-rest.svg)](https://agentmods.dev/skills/jabrena/cursor-rules-examples/302-frameworks-spring-boot-rest)
Your own site
<a href="https://agentmods.dev/skills/jabrena/cursor-rules-examples/302-frameworks-spring-boot-rest"><img src="https://agentmods.dev/badge/skills/jabrena/cursor-rules-examples/302-frameworks-spring-boot-rest.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 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.1 $0.00067 $0.00389
Opus 5 $0.00034 $0.00195
Sonnet 5 $0.00013 $0.00078
Haiku 4.5 $0.00007 $0.00039

Measured 5d ago against content hash bda009ce1782, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

302-frameworks-spring-boot-rest 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 5d 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.

.agents/skills/302-frameworks-spring-boot-rest/SKILL.md · 44 lines

What it actually says

Java REST API Design Principles

Apply REST API design principles for Spring Boot applications.

What is covered in this Skill?

  • HTTP methods (GET, POST, PUT, PATCH, DELETE)
  • Resource URI design
  • HTTP status codes
  • Request/response DTOs
  • API versioning
  • Error handling
  • API security
  • Documentation (OpenAPI)
  • Controller advice and problem details

Scope: Apply recommendations based on the reference rules and good/bad code examples.

Constraints

Before applying any REST API changes, ensure the project compiles. If compilation fails, stop immediately. After applying improvements, run full verification.

  • MANDATORY: Run ./mvnw compile or mvn compile before applying any change
  • SAFETY: If compilation fails, stop immediately
  • VERIFY: Run ./mvnw clean verify or mvn clean verify after applying improvements
  • BEFORE APPLYING: Read the reference for detailed rules and good/bad patterns

When to use this skill

  • Review Java code for Spring Boot REST API
  • Apply best practices for Spring Boot REST API in Java code

Reference

For detailed guidance, examples, and constraints, see references/302-frameworks-spring-boot-rest.md.

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. 5d ago First seen · 44 lines · 67 tokens per session scan A bda009ce1782

Subscribe to this mod's changes

302-frameworks-spring-boot-rest is a skill published in the GitHub repository jabrena/cursor-rules-examples (2 stars, last pushed 9d ago), licensed Apache-2.0. It adds 67 tokens to every session and 389 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

uikit-expert

Write, review, or improve UIKit code following best practices for view controller lifecycle, Auto Layout, collection views, navigation, animation, memory management, and modern iOS 18–26 APIs. Use when building new UIKit features, refactoring existing views or view controllers, reviewing code quality, adopting modern…

zinxj/uikit-expert-skill · 95 tokens

java-data-engineering-and-integration-services

Guides agents through Java-based data engineering services and processors. Use when building connectors, ingestion services, stream processors, metadata services, JVM batch tools, or operational integrations in Java.

vaquarkhan/data-engineering-agent-skills · 45 tokens

java-code

Java development, JVM tuning, and enterprise patterns.

DongDuong2001/pudo-code-system · 12 tokens

java-coding-standards

Java/Spring Boot 编码规范:用于编写、审查、重构和讲解 Java 代码。适用于 Java 风格、Spring Boot 架构、Controller/Service/Manager/DAO 分层、API 边界、Entity/VO/Form/DTO/BO 设计、MyBatis/MyBatis-Plus 持久化、事务、异常、日志、安全、性能、测试和 Java 代码评审等场景。默认结合 Google Java Style 与 Spring Boot 最佳实践,同时允许仓库内的 AGENTS.md、CLAUDE.md、Checkstyle、Spotless 以及相邻代码风格覆盖这些通用规则。.

Snailclimb/AIGuide · 144 tokens

telnyx-numbers-java

Search, order, and manage phone numbers by location, features, and coverage.

team-telnyx/ai · 23 tokens

telnyx-ai-inference-java

Access Telnyx LLM inference APIs, embeddings, and AI analytics for call insights and summaries. This skill provides Java SDK examples.

team-telnyx/ai · 35 tokens