benchflow-ai / jakarta-namespace
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/jakarta-namespace && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2935" && unzip -o skill.zip -d .claude/skills/jakarta-namespace && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/jakarta-namespace/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Migrate Java EE javax.* imports to Jakarta EE jakarta.* namespace. Use when upgrading to Spring Boot 3.x, migrating javax.persistence, javax.validation, javax.servlet imports, or fixing compilation errors after Jakarta EE transition. Covers package mappings, batch sed commands, and verification steps.
0 views
0 installs