better-spring-initializr
Spring Boot project generation with presets, preview, and code review
All Skills in This Repository (8)
Pure Emerald Level Indicatorsweb-design-guidelines
Compare frontend code against Web Interface Guidelines and output file:line findings.
vercel-react-best-practices
Apply React/Next.js best practices for performance in code reviews and refactors.
vercel-composition-patterns
Refactor React components to replace boolean props with explicit variants and context providers.
spring-boot-patterns
Organize Spring Boot projects with patterns for controllers, services, repositories, and DTOs.
test-quality
Generate JUnit 5 tests with AssertJ using Arrange-Act-Assert structure.
jpa-patterns
Identify and apply JPA/Hibernate patterns to prevent performance pitfalls.
security-audit
Identify and enforce Java security best practices across Spring, Quarkus, Jakarta EE, and plain Java codebases.
java-code-review
Review Java code patches and files for null safety, exceptions, concurrency, and performance.
Frequently Asked Questions
FAQPage SchemaHow to install Better Spring Initializr?โผ
Run `npx skills add henriquearthur/better-spring-initializr --all -g -y` in your terminal to install all skills in this suite globally.
How to bootstrap a Spring Boot project faster?โผ
Pick a curated preset like REST API with Postgres or Kafka event-driven, preview the generated files live, then download or publish straight to GitHub.
Can it review my Java and Spring code?โผ
Yes. It includes skills for Spring Boot patterns, JPA performance pitfalls, security audits based on OWASP, and JUnit 5 test quality checks.
Does it help with React performance?โผ
Yes. It bundles Vercel's React best practices and composition patterns so your agent can fix waterfalls, bundle bloat, and prop proliferation.
Can I share my project configuration with my team?โผ
Yes. You can generate one-click shareable setup links so teammates get the exact same dependencies and configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core