Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
schpet avatar

Jjwf

  • 4 installs
  • 5 repo stars
  • Updated June 1, 2026
  • schpet/toolbox

Helps with ai & agent building tasks.

About

jjwf is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • jjwf
  • AI & Agent Building
  • AI-coding skill

Jjwf by the numbers

  • 4 all-time installs (skills.sh)
  • Ranked #13,348 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/schpet/toolbox --skill jjwf

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4
repo stars5
Last updatedJune 1, 2026
Repositoryschpet/toolbox

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Jujutsu (jj) Workflow

This project uses Jujutsu (jj) for version control instead of git.

Key Differences from Git

  • No staging area: All changes in the working directory are automatically part of the current change
  • Changes vs commits: jj uses "changes" (identified by change IDs) rather than commits
  • Automatic snapshots: The working copy is automatically snapshotted
  • Immutable history: By default, only "mutable" commits can be modified

Common Workflow Commands

TaskCommand
See current statusjj status
View diffjj diff --git
Commit current changejj ci -m "message" or jj commit -m "message"
Set/update descriptionjj describe -m "message"
Squash into parentjj squash
Create new changejj new
Push to remotejj git push
Fetch from remotejj git fetch
Cleanup empty commits/cleanup

Agent Guidelines

When working in this repository:

1. Use jj, not git: All version control operations should use jj commands 2. Always use `-m` flag: For jj describe, jj commit, and jj squash to avoid opening an editor 3. Use `--ignore-working-copy`: For read operations like jj log and jj diff when you don't need the latest snapshot 4. Use `--git` for diffs: jj diff --git produces standard unified diff format

For More Information

For detailed jj documentation, command references, revset syntax, and templates, invoke the /jj command or reference the jj-vcs skill.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.