juarvis-meta

Documents juarvis CLI commands, snapshot protocols, and hookify rules for agent workflows.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill juarvis-meta-juanjo-zurich
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: juarvis-meta
Source: https://github.com/juanjo-zurich/juarvis-v4/tree/main/plugins/juarvis-core/skills/juarvis-meta
Command: npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill juarvis-meta-juanjo-zurich

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about juarvis-meta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a backup before editing code with juarvis?▼

Run juarvis snapshot create with a short description, which stores a backup using git stash. If the change fails, run juarvis snapshot restore to revert to the last snapshot.

What is the juarvis CLI used for in AI agent workflows?▼

The juarvis CLI manages an agent ecosystem with commands for health checks, snapshots, plugin management, skill creation, and project verification. Agents follow a protocol of snapshotting before edits and verifying before commits.

How do I create hookify rules to block dangerous commands?▼

Create a markdown file in .juarvis named hookify.*.local.md with frontmatter defining name, event, pattern, and action. Events include bash, file, stop, and userpromptsubmit; actions are warn or block, where block exits with code 2.

When should I run juarvis load?▼

Run juarvis load after creating, editing, or deleting skills or plugins. It regenerates the skill-registry index and rebuilds the symlinks that expose skills from enabled plugins.

What happens if the Engram MCP memory server stops responding?▼

First try reconnecting, since the issue may be temporary. If it persists, inform the user and continue working without cross-session persistence rather than blocking the current task.