5hanth/zdev-skill
Agent skill for zdev - multi-agent worktree development
0 stars0 forksUpdated Jan 25, 2026
npx skills add 5hanth/zdev-skillREADME
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 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
Requirements
Related
- zdev — The CLI tool
- Clawdbot — AI agent platform
- Claude Code — Anthropic's coding agent
License
Publisher
Statistics
Stars0
Forks0
Open Issues0
LicenseDo What The F*ck You Want To Public License
CreatedJan 24, 2026