background-watch-hook
Use `vibe watch` to run a managed Harness waiter that returns to the same conversation later. Best for reviews, CI, files, logs, and other…
Build, inspect, update, restore, or share Avibe Show Pages for visual explanations, diagrams, reports, or interactive prototypes. Covers the page workspace and its Git history.
$ npx -y skills add avibe-bot/avibe --skill use-show-pages --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/use-show-pagesContext preview
The summary Claude sees to decide when to auto-load this skill.
Build, inspect, update, restore, or share Avibe Show Pages for visual explanations, diagrams, reports, or interactive prototypes. Covers the page workspace and its Git history.
name: use-show-pages slug: use-show-pages description: Build, inspect, update, restore, or share Avibe Show Pages for visual explanations, diagrams, reports, or interactive prototypes. Covers the page workspace and its Git history. version: 0.3.0
When a visual page would help the user understand a problem, plan, process, result, or complex information more clearly, use Show Pages. They are useful for diagrams, flowcharts, mind maps, timelines, architecture maps, comparison views, dashboards, visual reports, interactive explanations, and small prototypes.
Each Agent Session has one Show Page. Get this session's page directory:
`vibe show path`
Check status:
`vibe show status`
Change visibility:
`vibe show update --visibility public` `vibe show update --visibility private` `vibe show update --visibility offline`
For more usage details, run `vibe show --help` or a subcommand help such as `vibe show update --help`.
For live runtime, visibility, and URL availability, treat `vibe show status` and the relevant command output as authoritative.
These rules apply only to this Session's Show Page workspace and its Avibe history. Avibe manages page checkpoints automatically; do not create versions manually for page edits.
Before operating on history, run `vibe show status --json`. Use its `path` as `<show-workspace>` and inspect `history.mode`, `history.checkpointing_active`, and `history.git_dir`. Status is read-only; it does not initialize a repository. If checkpointing is inactive, do not assume new edits have automatic checkpoints or start managing Avibe history yourself. Existing history can still be inspected and restored when requested.
When `history.mode` is `managed`:
resolves to `history.git_dir`. If it does not, do not use an enclosing repository or initialize one in its place.
When checkpointing is active, Avibe records the restored files in a new forward checkpoint. Do not move HEAD, switch branches, rewrite history, run gc, or commit checkpoints yourself, regardless of checkpoint availability.
corresponding authorization.
When `history.mode` is `self-managed`, the workspace has the user's own Git repository, separate from Avibe's shadow history:
Do not commit or modify that repository to manage Avibe page checkpoints.
checkpoint rules do not prohibit it.
`history.git_dir` as `<shadow-git-dir>` with explicit paths: `git --git-dir=<shadow-git-dir> --work-tree=<show-workspace> log` to inspect, and `git --git-dir=<shadow-git-dir> --work-tree=<show-workspace> restore --source=<ref> -- <path>` to restore files. Do not commit to or otherwise mutate the shadow history.
Guidance:
The local-first Agent OS — your AI partner lives on your own machine. Drive the official Claude Code, Codex & OpenCode from your browser or any chat app.
Repo: avibe-bot/avibe
Use `vibe watch` to run a managed Harness waiter that returns to the same conversation later. Best for reviews, CI, files, logs, and other…
Use Avibe Harness for durable Agent delegation, Sessions, scheduled Tasks, Watches, Runs, queues, and work that must continue beyond the current turn.
Use Avibe Vault for API keys, tokens, passwords, protected credentials, authenticated HTTP requests, or digest signing without exposing secret values to the…
Safely inspect and modify local Avibe configuration, routing, runtime settings, watches, scheduled tasks, Avibe Cloud remote access, and operational state.