Jujutsu (jj) version control help and documentation. Use this when working with jj repositories or when you need to look up jj commands, revsets, templates, or other jj concepts.
Provides jj version control assistance and documentation for commands, revsets, and templates.
/plugin marketplace add schpet/toolbox/plugin install jj-vcs@toolboxProvide jj version control assistance. This command gives access to comprehensive jj documentation including all command manpages.
When the user invokes /jj or asks about jj:
references/jj-rebase.md for rebase questions)references/revsets.md and references/templates.mdThe skill includes comprehensive jj documentation in the references/ directory:
references/bookmarks.md - Bookmark managementreferences/config.md - Configuration optionsreferences/filesets.md - Fileset syntaxreferences/glossary.md - jj terminologyreferences/revsets.md - Revset expressions (very commonly needed)references/templates.md - Template languagereferences/tutorial.md - Getting started guideAll jj commands have corresponding reference files named jj-<command>.md. For subcommands, use jj-<command>-<subcommand>.md.
Examples:
jj rebase docs: references/jj-rebase.mdjj git push docs: references/jj-git-push.mdjj bookmark create docs: references/jj-bookmark-create.mdWhen executing jj commands:
--ignore-working-copy for read operations to avoid slow snapshotsjj log --ignore-working-copy --no-graph -r '::' -T 'json(self) ++ "\n"'