plans
This Claude Code skill teaches agents how to configure and maintain Vibe Remote installations by documenting the runtime file model, config-editing workflow, and operational commands. Use it when an agent needs to translate natural-language requests into safe configuration changes across global defaults and per-channel overrides, or when determining whether a requested change belongs to Vibe Remote itself or to backend services like OpenCode and Codex.
git clone --depth 1 https://github.com/avibe-bot/avibe /tmp/plans && cp -r /tmp/plans/docs/plans/use-avibe- ~/.claude/skills/plansuse-avibe-skill.md
# Use Vibe Remote Skill Plan ## Background - We want a reusable skill at `skills/use-avibe/` that teaches agents how to maintain a local Vibe Remote installation. - The skill should be usable as a default skill for agents that operate inside or alongside Vibe Remote. - The highest-value use case is translating natural-language requests such as "enable this Slack channel and route it to Codex with GPT-5.4 high reasoning" into safe, accurate config edits. ## Goal - Document the current Vibe Remote runtime file model and config-editing workflow. - Cover both global defaults (`config.json`) and per-channel/per-user overrides (`settings.json`). - Explain operational commands, validation, restart flow, and troubleshooting. - Explain how host backends such as OpenCode, Claude Code, and Codex should be configured when a requested change belongs to the backend rather than Vibe Remote itself. ## Solution - Add `skills/use-avibe/SKILL.md` with agent-oriented instructions. - Keep the skill self-contained: include the runtime path map, config schema overview, precedence rules, backend capability matrix, operational guardrails, and concrete request-to-edit recipes. - Anchor OpenCode/Codex/Claude backend notes to official docs where practical. - Call out implementation caveats where the repo schema exposes a field that is not the main runtime source of truth. ## Todo - [x] Inspect Vibe Remote config/state/runtime source files and existing docs. - [x] Create a task worktree from `origin/master`. - [x] Draft this plan document. - [x] Author `skills/use-avibe/SKILL.md`. - [x] Validate the skill with `askill validate`. - [x] Run a reviewer pass and address findings.
Use the official Sentry CLI to investigate issues, events, traces, and logs for Vibe Remote without committing Sentry credentials into the repository.
Use `vibe watch` to run a managed Harness waiter that returns to the same conversation later. Best for reviews, CI, files, logs, and other wait-now-continue-later workflows.
Safely inspect and modify local Avibe configuration, routing, runtime settings, watches, scheduled tasks, Avibe Cloud remote access, and operational state.
Safely inspect and modify local Avibe configuration, routing, runtime settings, watches, scheduled tasks, Avibe Cloud remote access, and operational state.