codex-setup

Configure the local Codex environment by enabling multi-agent features and synchronizing agent definitions.

1|1|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hicucu/my-poor-ai --skill codex-setup-hicucu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-setup
Source: https://github.com/hicucu/my-poor-ai/tree/main/skills/codex-setup
Command: npx skills add https://github.com/hicucu/my-poor-ai --skill codex-setup-hicucu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the manual configuration required to enable multi-agent capabilities and register specialized subagents within the Codex environment, preventing setup errors and configuration drift.

Core Features & Use Cases

  • Multi-Agent Activation: Automatically updates the Codex configuration to enable the multi-agent feature flag.
  • Agent Synchronization: Syncs all available subagent definitions from the plugin directory to the local Codex agent registry.
  • Use Case: After installing the my-poor-ai plugin, use this skill to instantly prepare your local environment to support complex, multi-step agent workflows without manually editing TOML files.

Quick Start

Run the codex-setup skill to automatically configure your local environment and register all available subagents.

Frequently Asked Questions about codex-setup

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

FAQPage Schema
How do I enable multi-agent features in my Codex environment?

To enable multi-agent features in Codex, you must update local TOML configuration files to activate the feature flag and synchronize subagent definitions to the agent registry. This automates manual configuration and prevents setup errors.

What is the best way to sync subagent definitions to the Codex agent registry?

The best way to sync subagent definitions is to automatically copy them from the plugin directory to the local Codex agent registry paths. This requires executing shell commands for file system operations within your home directory to prevent configuration drift.

Do I need to manually edit TOML files to configure multi-agent workflows in Codex?

No, you do not need to manually edit TOML files to configure multi-agent workflows. Automating this setup manages the TOML configuration files and agent registry paths for you, preventing configuration drift and manual setup errors.

Why does my Codex multi-agent setup fail after installing the plugin?

Codex multi-agent setup fails if the configuration feature flag is not enabled or subagent definitions are not synced to the agent registry. Automating the TOML configuration updates prevents these manual setup errors and configuration drift.