Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ai-java-setup

ai-java-setup에는 VladyslavBabiy에서 수집한 skills 38개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
38
Stars
6
업데이트
2026-03-22
Forks
4
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

spring-boot-engineer
소프트웨어 개발자

Use when implementing Spring Boot 3.x applications. Provides hands-on implementation patterns for web, data, security, testing, and cloud-native development.

2026-03-22
api-contract-review
소프트웨어 개발자

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes.

2026-03-21
java-architect
소프트웨어 개발자

Use when designing Spring Boot 3.x application architecture, making technology decisions, or planning project structure. Provides architectural patterns and references for project setup, JPA, security, testing, and reactive programming.

2026-03-21
api-contract-review
소프트웨어 개발자

Use when designing, reviewing, or modifying REST API endpoints to enforce proper HTTP verbs, status codes, versioning, and API contract best practices.

2026-03-21
clean-code
소프트웨어 개발자

Use when reviewing or writing code to enforce DRY, KISS, and YAGNI principles with Java-specific guidance.

2026-03-21
design-patterns
소프트웨어 개발자

Use when implementing or reviewing code that benefits from established design patterns like Builder, Factory, Strategy, Observer, Decorator, or Adapter.

2026-03-21
java-architect
소프트웨어 개발자

Use when designing Spring Boot 3.x application architecture, making technology decisions, or planning project structure. Provides architectural patterns and references for project setup, JPA, security, testing, and reactive programming.

2026-03-21
java-code-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing Java code for null safety, exception handling, concurrency issues, and performance concerns.

2026-03-21
jpa-patterns
소프트웨어 개발자

Use when working with JPA/Hibernate entities, repositories, or database operations to avoid N+1 queries, manage lazy loading, transactions, and entity relationships.

2026-03-21
logging-patterns
소프트웨어 개발자

Use when implementing or reviewing logging to enforce SLF4J best practices, structured JSON logging, and MDC usage for traceability.

2026-03-21
spring-boot-patterns
소프트웨어 개발자

Use when implementing Spring Boot applications to follow Controller/Service/Repository patterns, DTO mapping, exception handling, and configuration best practices.

2026-03-21
api-contract-review
소프트웨어 개발자

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes.

2026-03-21
clean-code
소프트웨어 개발자

Clean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring. Use when user says "clean this code", "refactor", "improve readability", or when reviewing code quality.

2026-03-21
design-patterns
소프트웨어 개발자

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

2026-03-21
java-architect
소프트웨어 개발자

Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing challenges in cloud-native Spring applications.

2026-03-21
java-code-review
소프트웨어 품질 보증 분석가·테스터

Systematic code review for Java with null safety, exception handling, concurrency, and performance checks. Use when user says "review code", "check this PR", "code review", or before merging changes.

2026-03-21
jpa-patterns
소프트웨어 개발자

JPA/Hibernate patterns and common pitfalls (N+1, lazy loading, transactions, queries). Use when user has JPA performance issues, LazyInitializationException, or asks about entity relationships and fetching strategies.

2026-03-21
logging-patterns
소프트웨어 개발자

Java logging best practices with SLF4J, structured logging (JSON), and MDC for request tracing. Includes AI-friendly log formats for debugging. Use when user asks about logging, debugging application flow, or analyzing logs.

2026-03-21
spring-boot-engineer
소프트웨어 개발자

Generates Spring Boot 3.x configurations, creates REST controllers, implements Spring Security 6 authentication flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints. Use when building Spring Boot 3.x applications, microservices, or reactive Java applications.

2026-03-21
spring-boot-patterns
소프트웨어 개발자

Spring Boot best practices and patterns. Use when creating controllers, services, repositories, or when user asks about Spring Boot architecture, REST APIs, exception handling, or JPA patterns.

2026-03-21
api-contract-review
소프트웨어 개발자

Use when designing, reviewing, or validating REST API contracts, endpoints, request/response schemas, error handling, and HTTP conventions in Spring Boot applications.

2026-03-21
clean-code
소프트웨어 개발자

Use when refactoring code, improving readability, reducing complexity, or applying clean code principles to Java/Spring Boot projects.

2026-03-21
design-patterns
소프트웨어 개발자

Use when applying GoF design patterns, enterprise patterns, or architectural patterns to solve structural or behavioral problems in Java/Spring Boot code.

2026-03-21
java-architect
소프트웨어 개발자

Use when making architecture decisions, designing system components, evaluating trade-offs, planning module structure, or establishing technical standards for Java/Spring Boot applications.

2026-03-21
java-code-review
소프트웨어 개발자

Use when performing comprehensive code reviews on Java/Spring Boot code, checking for bugs, performance issues, security vulnerabilities, and adherence to best practices.

2026-03-21
jpa-patterns
데이터베이스 아키텍트

Use when working with JPA/Hibernate entities, repositories, queries, relationships, performance tuning, and database schema design in Spring Boot applications.

2026-03-21
logging-patterns
소프트웨어 개발자

Use when implementing structured logging, configuring log levels, adding observability, or establishing logging standards in Spring Boot applications.

2026-03-21
spring-boot-engineer
소프트웨어 개발자

Use when implementing full-stack Spring Boot features including web controllers, data access, security, testing, and cloud-native patterns. This is the go-to skill for hands-on Spring Boot development.

2026-03-21
spring-boot-patterns
소프트웨어 개발자

Use when implementing Spring Boot idioms including configuration, dependency injection, profiles, actuator, caching, async processing, and application structure.

2026-03-21
api-contract-review
소프트웨어 개발자

REST API design validation, OpenAPI review, and contract-first development patterns

2026-03-21
clean-code
소프트웨어 개발자

SOLID principles, clean code practices, and refactoring patterns for Java applications

2026-03-21
design-patterns
소프트웨어 개발자

GoF and enterprise design patterns for Spring Boot applications with Java examples

2026-03-21
java-architect
소프트웨어 개발자

Enterprise Java architecture skill with reference guides for Spring Boot, JPA, security, testing, and reactive patterns

2026-03-21
java-code-review
소프트웨어 개발자

Comprehensive Java code quality checklist covering correctness, security, performance, and maintainability

2026-03-21
jpa-patterns
소프트웨어 개발자

JPA/Hibernate optimization patterns, entity design, and query performance for Spring Data

2026-03-21
logging-patterns
소프트웨어 개발자

Structured logging with SLF4J, MDC context propagation, and observability patterns for Spring Boot

2026-03-21
spring-boot-engineer
소프트웨어 개발자

Spring Boot engineering skill with reference guides for web, data, security, testing, and cloud deployment

2026-03-21
spring-boot-patterns
소프트웨어 개발자

Spring Boot 3.x idioms, auto-configuration, profiles, and production readiness patterns

2026-03-21