a dumping ground for teaching the llm new tricks.
Jujutsu (jj) version control documentation and workflows.
- Complete command reference from jj manpages (110 commands)
- In-depth topic guides (revsets, templates, filesets, etc.)
- Agent usage patterns for structured JSON output
Manage project changelogs following the Keep a Changelog format.
- Add entries:
changelog add --type added "feature description" - Release versions:
changelog release patch - Review git commits:
changelog review
Read and write semantic versions in config files (JSON, TOML, YAML).
- Read versions:
svbump read version package.json - Bump versions:
svbump write patch version package.json - Preview changes:
svbump preview minor version deno.json
From Claude Code:
/plugin marketplace add schpet/toolbox
From bash:
claude plugin marketplace add schpet/toolboxclaude plugin install jj-vcs@toolbox
claude plugin install changelog@toolbox
claude plugin install svbump@toolboxRestart Claude Code after installation.
claude plugin install jj-vcs@toolbox
claude plugin install changelog@toolbox
claude plugin install svbump@toolboxgit clone https://github.com/schpet/toolbox
cd toolbox
# Install marketplace and plugins from local directory
just claude-install-localRequires jj and pandoc:
just generate-jj-docs