301-frameworks-spring-boot-core

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

A set of guidelines for building and reviewing Spring Boot applications, a Java framework for creating web services and other server programs.

In plain words
What is it for?
Use it when changing Spring Boot annotations, services, controllers, repositories, configuration, profiles, scheduled tasks, or package structure.
Why use it?
It helps prevent common mistakes in application setup, dependency injection, configuration, and background tasks, with required checks before and after 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/301-frameworks-spring-boot-core
Any agent
npx skills add jabrena/cursor-rules-examples --skill 301-frameworks-spring-boot-core
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 301-frameworks-spring-boot-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/jabrena/cursor-rules-examples/301-frameworks-spring-boot-core.svg)](https://agentmods.dev/skills/jabrena/cursor-rules-examples/301-frameworks-spring-boot-core)
Your own site
<a href="https://agentmods.dev/skills/jabrena/cursor-rules-examples/301-frameworks-spring-boot-core"><img src="https://agentmods.dev/badge/skills/jabrena/cursor-rules-examples/301-frameworks-spring-boot-core.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 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.00083 $0.00435
Opus 5 $0.00042 $0.00217
Sonnet 5 $0.00017 $0.00087
Haiku 4.5 $0.00008 $0.00044

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

Security

Grade A, and why

301-frameworks-spring-boot-core 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 4d 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/301-frameworks-spring-boot-core/SKILL.md · 44 lines

What it actually says

Spring Boot Core Guidelines

Apply Spring Boot Core guidelines for annotations, bean management, configuration, and dependency injection.

What is covered in this Skill?

  • @SpringBootApplication and main application class
  • Component annotations: @RestController, @Service, @Repository
  • Bean definition, scoping, lifecycle
  • Configuration classes and @ConfigurationProperties
  • Component scanning and package organization
  • Conditional configuration and profiles
  • Constructor dependency injection
  • Bean minimization and composition
  • Scheduled tasks and background processing

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

Constraints

Before applying any Spring Boot 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 — compilation failure is a blocking condition
  • VERIFY: Run ./mvnw clean verify or mvn clean verify after applying improvements
  • BEFORE APPLYING: Read the reference for detailed rules, good/bad patterns, and constraints

When to use this skill

  • Review Java code for Spring Boot application
  • Apply best practices for Spring Boot application in Java code

Reference

For detailed guidance, examples, and constraints, see references/301-frameworks-spring-boot-core.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. 4d ago First seen · 44 lines · 83 tokens per session scan A 57f480476830

Subscribe to this mod's changes

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

telnyx-messaging-hosted-java

Set up hosted SMS numbers, toll-free verification, and RCS messaging. Use when migrating numbers or enabling rich messaging features. This skill provides Java SDK examples.

team-telnyx/ai · 41 tokens