Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Xeres

Xeres contains 10 collected skills from zapek, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
207
updated
2026-07-01
Forks
22
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

gradle-build
software-developers

Gradle build configuration for Xeres including build commands, version management, module structure, and key plugins.

2026-07-01
junit-testing
software-quality-assurance-analysts-and-testers

JUnit 6 testing patterns for Xeres including Mockito with constructor injection, test fixtures via *Fakes.java classes, and AssertJ assertions.

2026-06-30
archunit-rules
software-quality-assurance-analysts-and-testers

ArchUnit architecture rules enforced in Xeres including common module rules (logging, utility classes), app module rules (no field injection, RsService naming), and UI module rules (WindowController naming).

2026-04-10
crypto
software-developers

Cryptography patterns for Xeres including PGP operations, key generation, and hash functions with best practices.

2026-04-10
dto-mappers
software-developers

DTO and mapper patterns for Xeres using Java records, canonical constructors with validation, and static mapper utility classes.

2026-04-10
flyway-migrations
database-architects

Flyway SQL migration patterns for Xeres including naming conventions, H2 database patterns, enum types, foreign keys, and best practices.

2026-04-10
java-conventions
software-developers

Code style, naming conventions, license headers, and patterns for Xeres Java project. Covers Allman braces, utility classes, package structure, and field injection rules.

2026-04-10
javafx-patterns
software-developers

JavaFX patterns for Xeres including controller structure with FXML views, WindowController lifecycle, WindowManager usage, and JavaFX-Spring integration.

2026-04-10
spring-boot-patterns
software-developers

Spring Boot patterns for Xeres including constructor injection, @Transactional boundaries, REST controllers with OpenAPI annotations, and reactive WebClient usage in the UI module.

2026-04-10
ui-testing
software-quality-assurance-analysts-and-testers

TestFX patterns for JavaFX controller testing in Xeres including FXML loading with controller factories, mocking reactive clients, and user interaction testing.

2026-04-10