zdev-skill
v0.2.0
Published
Agent skill for zdev - multi-agent worktree development
Maintainers
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-skillThen in Claude Code:
/zdevClawdbot
Add to your Clawdbot skills directory:
git clone https://github.com/5hanth/zdev-skill ~/.clawdbot/skills/zdevOther 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-projectRun 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
