Agent skill · mvanhorn

pp-jules

Printing Press CLI for Jules. Jules Planning & Progress API for async coding tasks

What it needs

About 11k tokens when loaded.

What this skill does

Jules — Printing Press CLI Prerequisites: Install the CLI This skill drives the jules-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: jules-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Jules Planning & Progress API for async coding tasks Command Reference sessions — Manage sessions jules-pp-cli sessions approve-plan — Approve pending plan jules-pp-cli sessions create — Create new coding task session jules-pp-cli sessions delete — Delete session jules-pp-cli sessions get — Get specific session jules-pp-cli sessions list — List all sessions jules-pp-cli sessions send-message — Send message to session sources — Manage sources jules-pp-cli sources get — Get specific repository jules-pp-cli sources list — List connected repositories Finding the right command When you know what you want to do but not which command does it, ask the CLI directly: which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match — fall back to --help or use a narrower query. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/jules

View the source on GitHub

Browse the @skills marketplace