setup

Automate Codex-superskills bootstrap with optional CODEX_HOME isolation and validation.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill setup-shaun0927
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/setup
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill setup-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap Codex-superskills into the Codex runtime to provide a standardized orchestration layer with visibility and predictable startup behavior.

Core Features & Use Cases

  • One-command bootstrap flow to install and register Codex-superskills in a Codex environment.
  • Optional isolation via CODEX_HOME to keep runtime state separate.
  • Post-setup validation commands to verify bridge status and keyword routing.

Quick Start

Run the standard bootstrap: execute superskills setup --target codex and then superskills skills sync to bootstrap Codex-superskills in your runtime.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I bootstrap Codex-superskills into a Codex runtime?▼

You can bootstrap Codex-superskills by running the command superskills setup --target codex followed by superskills skills sync to register the orchestration layer in your environment.

What is the purpose of setting CODEX_HOME during Codex setup?▼

Setting CODEX_HOME provides optional isolation during setup, keeping your Codex runtime state separate and preventing conflicts with existing environment configurations.

How do I validate bridge status and keyword routing after Codex setup?▼

You validate bridge status and keyword routing by executing the post-setup validation commands provided by the bootstrap workflow to verify correct installation and routing behavior.

Does the Codex setup workflow require any external dependencies?▼

The Codex setup workflow operates without external dependencies, requiring only the Codex runtime environment to execute the bootstrap, skills sync, and validation commands.

What problem does bootstrapping Codex-superskills solve for deployments?▼

Bootstrapping Codex-superskills solves the problem of inconsistent startup behavior by providing a standardized orchestration layer with visibility and predictable deployment initialization across Codex environments.