spring-core

star 1

Use only when a verified project module already uses Spring wiring or bootstrap configuration.

MatthiasBurger-Coder By MatthiasBurger-Coder schedule Updated 5/22/2026

name: spring-core description: Use only when a verified project module already uses Spring wiring or bootstrap configuration.

Spring Core

Purpose

Guide Spring usage if a verified module uses Spring for wiring or runtime bootstrapping.

Practices

  • Verify that Spring is already part of the affected module before using it.
  • Keep Spring annotations out of domain and application packages.
  • Put configuration and bean wiring in adapter, bootstrap or infrastructure packages.
  • Apply .agents/skills/resilience-engineering/SKILL.md for service timeouts, health checks, readiness/liveness, retries, circuit breakers, graceful degradation and diagnostics decisions.
  • Keep tests independent from a full application context unless integration behavior requires it.

Verification

  • Inspect build files for existing Spring dependencies before implementation.
  • Run affected module tests and the relevant quality gate from QUALITY.md.
Install via CLI
npx skills add https://github.com/MatthiasBurger-Coder/Tiny-Swarm-World --skill spring-core
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
MatthiasBurger-Coder
MatthiasBurger-Coder Explore all skills →