Skip to content
Skill

Asynkron.SwarmGo

by asynkron

AI Summary

Asynkron.SwarmGo automates the creation of git worktrees for feature branches, streamlining multi-branch development workflows. Developers working on projects with multiple concurrent features benefit from faster context switching and isolated work environments.

Install

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

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

Please run this command in my terminal:
# Install skill into the correct directory (6 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.SwarmGo/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.SwarmGo/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.SwarmGo/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.SwarmGo/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.SwarmGo/main/.claude/commands/roadmap.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test-bomb.md "https://raw.githubusercontent.com/asynkron/Asynkron.SwarmGo/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 3mo ago
Stale
AdoptionUnder 100 stars
1 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars1
Issues3
Updated3mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code