What problem does it solve? Agents working in a juarvis-managed project need to know which CLI commands to run and when, such as creating snapshots before edits or regenerating skill registries after changes, and this Skill provides that operational reference. ## Core Features & Use Cases - Command Reference: Lists juarvis CLI commands (check, snapshot, load, pm, verify, ralph, setup) with guidance on when to use each one. - Mandatory Protocol: Defines a required workflow of snapshotting before code edits, running juarvis load after skill changes, and verifying before commits. - Hookify Rules: Explains how to write behavioral rules in .juarvis/hookify.*.local.md files with events (bash, file, stop, userpromptsubmit) and actions (warn, block). - Use Case: An AI agent about to refactor code first runs juarvis snapshot create, makes the change, runs juarvis verify, and restores the snapshot if anything fails. ## Quick Start Ask the agent to create a juarvis snapshot before editing code and then verify the project health with juarvis verify.