liferayliferayOfficialยท1 Agent Skills Included

liferay-docker

Build Liferay Docker images and format Bash scripts

Builds and publishes Liferay DXP and Portal Docker images through automated shell scripts. Formats Bash source files to match a strict repository code style without changing script behavior. Eliminates manual style reviews and inconsistent formatting across large shell script codebases. Includes release packaging, hotfix, and nightly build workflows for faster delivery.
npx skills add liferay/liferay-docker --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install liferay-docker skills?โ–ผ

Run `npx skills add liferay/liferay-docker --all -g -y` in your terminal to install all skills in this repository globally.

How to format Bash scripts automatically?โ–ผ

Use the format-bash-source skill, which rewrites your shell scripts to match the repository's code style guide without changing their behavior.

Can I format only specific shell files?โ–ผ

Yes. Pass file or folder paths as arguments to format only those targets, or run it with no arguments to format every script modified on your current branch.

Does the formatter change how my scripts run?โ–ผ

No. It only applies style changes like quoting, sorting, and indentation, and it verifies idempotency so repeated runs produce zero extra edits.

Does this work with Claude Code and other coding agents?โ–ผ

Yes. The skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’