Skip to content
Skill

Asynkron.QuickDup

by asynkron

AI Summary

Asynkron.QuickDup automates the creation of git worktrees for feature development, allowing developers to work on isolated branches without switching contexts. This booster is ideal for teams using git worktrees as part of their workflow, particularly those working on the Asynkron.JsEngine project.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Asynkron.QuickDup" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (7 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/wt.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/bugreport.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/bugreport.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/layered-test.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/layered-test.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/log-progress.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/log-progress.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/roadmap.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/roadmap.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/save.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/save.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test-bomb.md "https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/.claude/commands/test-bomb.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Create a git worktree for a feature (project)

Examples

Create a worktree for a new feature: ` /wt type-narrowing ` This will: • Create ../Asynkron.JsEngine-type-narrowing worktree • 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: `bash git pull origin main git worktree remove ../Asynkron.JsEngine-<featurename> --force git branch -D feature/<featurename> `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
2 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars2
Issues9
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code