octowiz
01Plugin Claude Code
Octowiz Engineering Agent — Claude Code adapter, A2A bridge, and execution coordinator.
Plugin Claude Code
Octowiz Engineering Agent — Claude Code adapter, A2A bridge, and execution coordinator.
Instructions file CodexOpenCode
Instructions for raelli/octowiz, covering agent skills, issue tracker, triage labels, domain docs and path validation (dual-validator pattern).
Instructions file
Instructions for raelli/octowiz, covering octowiz, releasing & deploying, commands, agent skills and issue tracker.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Hook
Runs when a session starts, executing upgrade-check.sh and start.js via bash (2 commands). From raelli/octowiz.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing bridge.py via python3. From raelli/octowiz.
Hook
Runs when you submit a prompt, before the agent sees it, executing bridge.py via python3. From raelli/octowiz.
Hook
Runs when the agent finishes a response, executing stop.js via node. From raelli/octowiz.
Skill Claude CodeCodex
The Octowiz doctor — diagnose, monitor, and fix the full octowiz + AELLI integration. Use whenever octowiz or AELLI isn't behaving correctly, a hook isn't firing, an advisory isn't returning, or you want a real-time activity feed. Also guides first-time setup, configuration from scratch, and upgrading from older…
Skill Claude CodeCodex
Setup orchestrator for the Octowiz Bridge. Re-runs the live environment check, builds a gap list, and runs only the phases needed: plugins, memory, repo, verify. Invoked automatically by octowiz:octowiz when hard gaps are detected.
Skill Claude CodeCodex
Octowiz AI coding workflow coordinator. Reads IntegraHub memory doctrine at runtime, detects where you are in the development lifecycle, and routes to the right skill combination from superpowers + mattpocock-skills. Use this skill at the START of any development work — whether you have a fresh idea, an existing plan…