setup

Detect configuration gaps and execute required setup phases for the Octowiz Bridge Claude Code adapter.

2|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/raelli/octowiz --skill setup-raelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/raelli/octowiz/tree/main/skills/octowiz-setup
Command: npx skills add https://github.com/raelli/octowiz --skill setup-raelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually setting up the Octowiz Bridge Claude Code adapter requires checking and configuring multiple disjoint components including plugins, LiteLLM environment variables, project memory namespaces, and repo-specific tooling, which is time-consuming and prone to human error. This skill eliminates that manual work by automatically detecting configuration gaps and running only the necessary setup phases.

Core Features & Use Cases

  • Targeted Gap Resolution: Executes only the setup phases required for your current environment, skipping already-configured components to avoid redundant work.
  • Automated Plugin Management: Installs and verifies required superpowers, mattpocock-skills, and antfu-skills plugins with clear explanations and install commands for each.
  • Full LiteLLM Integration: Configures LiteLLM environment variables, builds routing bundles, and seeds project memory namespaces for seamless Octowiz operation.
  • Repo-Specific Configuration: Detects project tech stacks, configures agent instruction files, and adds relevant tooling integrations for TypeScript/Vue projects. Use Case: A developer setting up Octowiz Bridge for a new Vue project can run this skill once to automatically install all required plugins, configure LiteLLM access, seed the project memory namespace, and add relevant antfu skills to their agent config file without manual intervention.

Quick Start

Invoke the setup skill when you first run /octowiz in a new project to automatically complete all required Octowiz Bridge configuration steps.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate Octowiz Bridge setup for Claude Code plugins and LiteLLM configuration?

Automating Octowiz Bridge setup involves detecting configuration gaps across Claude Code plugins, LiteLLM variables, and project memory namespaces, then executing only the missing setup phases. This skill handles plugin installation, environment configuration, and memory seeding idempotently to prevent manual errors.

What is targeted gap resolution for developer onboarding environments?

Targeted gap resolution for developer onboarding scans the current environment to identify unconfigured plugins, LiteLLM routing, and memory namespaces. It skips already-configured components and runs only the specific setup phases required, ensuring idempotent setup runs without redundant work.

How do I configure LiteLLM environment variables and seed project memory namespaces?

Configuring LiteLLM environment variables and seeding project memory namespaces requires setting up routing bundles and memory spaces for the Octowiz Engineering Agent. This skill automates that full LiteLLM integration, ensuring seamless operation and correct memory namespace initialization.

Can I use this automated setup skill for TypeScript and Vue project tooling?

Yes, you can use this setup skill for TypeScript and Vue projects. It detects the project tech stack and automatically configures agent instruction files while adding relevant tooling integrations, such as installing antfu-skills for Vue repositories.

Does the setup skill install superpowers and antfu-skills plugins automatically?

Yes, the setup skill installs and verifies required superpowers, mattpocock-skills, and antfu-skills plugins automatically. It provides clear explanations and install commands for each plugin, managing the Claude Code plugin ecosystem configuration without manual intervention.

What are the limitations of manual Octowiz Bridge configuration versus automated setup?

Manual Octowiz Bridge configuration is time-consuming and prone to human error across disjoint components like plugins and LiteLLM variables. Automated setup eliminates these limitations by tracking advisory gaps and running targeted phases, though it specifically targets the Octowiz adapter ecosystem.