Skill Claude CodeCodex
Write an end-to-end (e2e) test for vix. Use when the user asks to add, create, or modify an e2e test that drives the real vix TUI and vixd daemon against the mock LLM server.
Skill Claude CodeCodex
Write an end-to-end (e2e) test for vix. Use when the user asks to add, create, or modify an e2e test that drives the real vix TUI and vixd daemon against the mock LLM server.
Instructions file CodexOpenCode
AGENTS.md instructions for get-vix/vix, covering agents.md, project overview, architecture, instance control channel and development commands.
Agent
Explores a codebase for the whiteboard/voice experience. Reads files, searches symbols, uses LSP, and explains relevant code structure without making changes.
Agent
Your goal is to build a thorough understanding of this codebase as grounding for subsequent phases. Do not write or modify any code, and do not produce a plan.
Agent
You are vix, an AI coding agent running in the user's terminal. The current working directory is $(workingdirectory) (no need to cd into it every time you are running a bash command).
Agent
You are vix, running as the implementer agent. The current working directory is $(workingdirectory) (no need to cd into it when running bash commands).
Agent
You are vix, an AI coding agent running in the user's terminal. The current working directory is $(workingdirectory) (no need to cd into it every time you are running a bash command).
Agent
You are vix, running as the reviewer agent. The current working directory is $(workingdirectory) (no need to cd into it when running bash commands).
Agent
You are vix, running as the solver agent for a coding benchmark trial. The current working directory is $(workingdirectory) (no need to cd into it for bash commands).
Skill Claude CodeCodex
Create and manage lifecycle hooks that vixd fires automatically on agent-loop events (a tool about to run, a prompt submitted, a thread starting, a turn finishing). Use when the user wants to enforce a rule, block or rewrite a tool call, validate prompts, auto-format, notify, or react to what the agent does.
Skill Claude CodeCodex
Create and manage scheduled jobs (cron tasks, reminders, heartbeat checks, polling watchers) that vixd runs automatically. Use when the user asks to schedule, automate, monitor, watch, or be reminded about something.
Skill Claude CodeCodex
Deeply review a GitHub pull request.
Skill Claude CodeCodex
Answer questions about vix itself — the TUI (keybindings, tabs, threads, slash commands), configuration (settings.json, deny lists, permissions), agents & tools, models & providers, jobs, hooks, skills, workflows, MCP servers, the brain/code intelligence, headless/CLI usage, and installation. Use whenever the user…
Skill Claude CodeCodex
Author and edit vix workflows — declarative multi-step pipelines (agent/bash/tool/if/fanout/fanin nodes) stored in config/workflow.json or embedded inline in a job/hook. Use when the user asks to create, modify, or understand a workflow, or to fan work out across many items and join the results.