Agent skill for zdev - multi-agent worktree development
npm install zdev-skillAgent skill for zdev — multi-agent worktree development environment.
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.
``bash`
npx add-skill 5hanth/zdev-skill
Then in Claude Code:
``
/zdev
Add to your Clawdbot skills directory:
`bash`
git clone https://github.com/5hanth/zdev-skill ~/.clawdbot/skills/zdev
Copy the contents of SKILL.md into your agent's system prompt or context.
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.
- zdev create — Scaffold new TanStack Start projectszdev init
- — Initialize existing projectszdev start
- — Create isolated worktrees with auto port allocationzdev list
- — Check running worktreeszdev stop
- — Stop serverszdev clean
- — Remove worktrees after PR mergezdev config` — Configure Traefik for public URLs
-
- zdev CLI installed
- Bun runtime
- zdev — The CLI tool
- Clawdbot — AI agent platform
- Claude Code — Anthropic's coding agent