Insert After banner
schpet schpet

Insert After

Development community

Description

--- description: Insert a new session change after a specific revision argument-hint: <ref> [message] model: claude-haiku-4-5 allowed-tools: Bash(jjagent:*), Bash(jj:*) --- # jjagent:insert-after Insert a new session change after a specific revision using jj's --insert-after flag ## instructions You must follow these steps: 1. **Parse arguments:** - `$1` (required): The jj reference to insert after - `$2 $3 $4...` (optional): Custom commit message for the session (all remaining argume

Installation

Installs to ~/.claude/skills/schpet-jjagent-insert-after/SKILL.md

Terminal
mkdir -p ~/.claude/skills/schpet-jjagent-insert-after && curl -fsSL https://raw.githubusercontent.com/schpet/jjagent/HEAD/commands/insert-after.md -o ~/.claude/skills/schpet-jjagent-insert-after/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository