wt
Create a git worktree for a feature (project)
Install / Use
npx skills add asynkron/Asynkron.QuickDupInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubdescription: Create a git worktree for a feature (project) allowed-tools: Bash(git:*) argument-hint: <featurename>
Create a git worktree for the specified feature.
Execute this command:
git worktree add ../Asynkron.JsEngine-$ARGUMENTS -b feature/$ARGUMENTS
After creating the worktree, output this message to the user:
Worktree created at ../Asynkron.JsEngine-$ARGUMENTS
Branch: feature/$ARGUMENTS
To work in this worktree, exit and start a new Claude Code session:
cd ../Asynkron.JsEngine-$ARGUMENTS && claude
Examples
Create a worktree for a new feature:
/wt type-narrowing
This will:
- Create
../Asynkron.JsEngine-type-narrowingworktree - Create branch
feature/type-narrowing - Prompt you to start a new Claude Code session there
Cleanup
When done with the feature (after PR is merged), run from the main repo:
git pull origin main
git worktree remove ../Asynkron.JsEngine-<featurename> --force
git branch -D feature/<featurename>
Related Skills
claude-mem
93.7kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
82.1kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
79.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.1k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Invalid Date
