Plugin marketplace for Claude Code to help you develop with Style
npx claudepluginhub joelmoss/develop-with-style-claude-marketplaceUse jj workspaces instead of git worktrees for Claude Code worktree isolation. Falls back to git for non-jj repos. Supports .claude/worktree-setup and .claude/worktree-teardown scripts.
A Claude Code plugin marketplace by Joel Moss, to help to Develop with Style 😎
Add the marketplace:
/plugin marketplace add joelmoss/develop-with-style-claude-marketplace
Then install a plugin:
/plugin install jj-worktrees@develop-with-style
Uses Jujutsu workspaces instead of git worktrees for Claude Code's worktree isolation feature. Falls back to git worktrees for non-jj repos.
Creating a worktree:
.jj directory, creates a jj workspace via jj workspace addgit worktree add.claude/worktree-setup if presentRemoving a worktree:
.claude/worktree-teardown if presentjj workspace forget and removes the directorygit worktree removeRequirements:
MIT