adr
Write an Architecture Decision Record documenting a significant technical decision.
Set up git worktrees for parallel development on multiple branches simultaneously.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/worktreeContext preview
What this command does when you run it.
Set up git worktrees for parallel development on multiple branches simultaneously.
Set up git worktrees for parallel development on multiple branches simultaneously.
1. Verify the current repository is not a bare clone: `git rev-parse --is-bare-repository`. 2. List existing worktrees with `git worktree list` and display them. 3. If creating a new worktree:
4. Copy essential config files that are gitignored (`.env`, `.env.local`) if they exist. 5. Run the package manager install in the new worktree directory. 6. Print the worktree path and instructions for switching to it. 7. If removing a worktree, run `git worktree remove <path>` and `git worktree prune`.
Worktree created: Path: /absolute/path/to/worktree Branch: feature/my-branch Base: main Next: cd /absolute/path/to/worktree
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.