5hanth/zdev-skill

Agent skill for zdev - multi-agent worktree development

0 stars0 forksUpdated Jan 25, 2026
npx skills add 5hanth/zdev-skill

README

zdev-skill

Agent skill for zdev — multi-agent worktree development environment.

What is this?

This skill teaches AI coding agents (Claude Code, Clawdbot, etc.) how to use zdev for managing isolated development environments with git worktrees, automatic port allocation, and public preview URLs.

Installation

Claude Code

npx add-skill 5hanth/zdev-skill

Then in Claude Code:

/zdev

Clawdbot

Add to your Clawdbot skills directory:

git clone https://github.com/5hanth/zdev-skill ~/.clawdbot/skills/zdev

Other Agents

Copy the contents of SKILL.md into your agent's system prompt or context.

Usage

Once installed, prompt your agent:

Use zdev to create a new TanStack Start project called my-app with Convex backend.
Use zdev to start a worktree for add-auth feature on ./my-project
Run zdev list to show what's currently running.
Use zdev clean to remove the add-auth worktree after the PR is merged.

What the Agent Learns

  • zdev create — Scaffold new TanStack Start projects
  • zdev init — Initialize existing projects
  • zdev start — Create isolated worktrees with auto port allocation
  • zdev list — Check running worktrees
  • zdev stop — Stop servers
  • zdev clean — Remove worktrees after PR merge
  • zdev config — Configure Traefik for public URLs

Requirements

Related

License

WTFPL

Publisher

5hanth5hanth

Statistics

Stars0
Forks0
Open Issues0
LicenseDo What The F*ck You Want To Public License
CreatedJan 24, 2026