faces-migrate
SolidMigrate a Jakarta Faces project from one version to another (e.g. JSF 2.3 to Faces 4.1)
Install
Quality Score: 77/100
Skill Content
Details
- Author
- omnifaces
- Repository
- omnifaces/claude-faces-expert
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
java-migrate
Interactive Java version upgrade guide (8 to 11, 11 to 17, 17 to 21). Use when user asks to "migrate to Java 17", "upgrade to Java 21", "Java migration guide", "move from Java 11 to 17", or "what changed in Java 21".
migrate
Run a mechanical migration across a whole codebase — discover every call site, transform each in isolation, verify per-site, and gate on a clean sweep (no old-pattern remnants) with the suite green. For API/dependency/pattern/framework migrations.
migrate-dependency
Migrates a dependency to a target version by pinning it, reading the changelog for breaking changes, updating call sites, running the tests, and writing a migration note. Use when asked to "upgrade this dependency", "bump the version of X", "migrate to X v2", "update the library", or when a dependency is out of date, deprecated, or has a security advisory. Use before merging any dependency version bump.