What problem does it solve? Manually copying build artifacts into the Liferay dev environment's hot-deploy folder is repetitive and error-prone, especially when the deploy path differs per machine. This Skill standardizes the copy step so modules and client extensions reach Liferay's hot-deploy folder correctly every time. ## Core Features & Use Cases - Artifact Deployment: Copies module .jar files from modules/<module-dir>/build/libs/ and client extension .zip files from client-extensions/<cx-dir>/dist/ into the Liferay deploy folder. - Three-Phase Workflow: Runs Spec, Plan, and Execution phases in order, listing exactly which files will be copied before touching anything. - Environment-Safe Path Handling: Never hardcodes the deploy target; it asks the user for the environment-specific hot-deploy path once per session and reuses it. - Use Case: After running a build, ask to deploy a module, and the Skill verifies the jar exists, confirms the target folder, lists the files to copy, and copies them so Liferay hot-deploys automatically. ## Quick Start Deploy the built module jar to my Liferay dev environment's hot-deploy folder.