๐ŸŒณ
DevOpsJava

Worktree Status

by liferay

Worktree Status is a DevOps skill for Claude Code, published by liferay in liferay-portal.

2.3K stars3.8K forkson liferay/liferay-portalAdded 2026/07/20Repository updated 2026/08/03
Install in seconds
Install Worktree Status
Copy Worktree Status into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/liferay/liferay-portal/tree/master/.claude/skills/worktree-status ~/.claude/skills/worktree-status

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/liferay/liferay-portal.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/worktree-status/SKILL.md in liferay/liferay-portal
Installs to
~/.claude/skills/worktree-status
Collection
One of 16 skills cataloged from this repository
Category
DevOps โ€” 1075 skills

What Worktree Status does

Lists all Git worktrees in a Liferay repository showing HTTP ports, running status, offsets, and database names. Also provides detailed port configuration and database info for a single worktree.

Worktree Status is cataloged under DevOps on DirSkills.

Documentation

README

Worktree Status

Inspect Liferay worktrees and the ports and databases they are configured to use. The skill never mutates state.

Determine Action

Parse ${ARGUMENTS} and conversation context:

  • "list" or user asks which worktrees exist or what is running โ†’ List All
  • "status" or user asks what ports a single worktree uses โ†’ Status Check
  • No argument โ†’ default to List All

Port Defaults

Offset 0 is reserved for the main worktree. All ports shift by the same offset N: port = default + N.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Worktree Status

  • What else does liferay publish alongside Worktree Status?

    Worktree Status is one of 16 skills that DirSkills catalogs from liferay/liferay-portal, the repository it ships in. Its siblings there include Create Pull Request, Format Source and Format Source Add Rule. Each one is a separate skill with its own page in this directory, installs the same way Worktree Status does, and is maintained by liferay in that same repository. The rest of the collection is listed on the liferay/liferay-portal page.

  • How does Worktree Status compare to other DevOps skills?

    Worktree Status ranks #268 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Worktree Status against them. Open each page to compare what they document and how they install.