codex-superra-setup

Install and synchronize generated Codex agents for superRA workflows.

8|2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/FuZhiyu/superRA --skill codex-superra-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-superra-setup
Source: https://github.com/FuZhiyu/superRA/tree/main/skills/codex-superra-setup
Command: npx skills add https://github.com/FuZhiyu/superRA --skill codex-superra-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill installs and refreshes superRA's named Codex agents so implementer and reviewer workflows are available consistently across projects without manual TOML maintenance.

Core Features & Use Cases

  • Scoped Installation: Install generated agents globally in the user's Codex configuration or locally in the current project's configuration.
  • Reliable Synchronization: Generate agent TOML files from the canonical implementer and reviewer role definitions and detect configuration drift.
  • Conflict Protection: Refuse to overwrite unmanaged conflicting files unless the user explicitly approves a forced replacement.
  • Use Case: After installing or updating the superRA plugin, use this Skill to refresh the superra_implementer and superra_reviewer agents and verify that the generated files match the repository sources.

Quick Start

Ask the Skill to install superRA's Codex agents globally for cross-repository work or in the current project for local testing, then verify the generated agent files.

Frequently Asked Questions about codex-superra-setup

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

FAQPage Schema
How do I keep Codex agents synced for superRA workflows across multiple projects?

It generates agent TOML files from the canonical implementer and reviewer role definitions, detects configuration drift, and refuses to overwrite unmanaged conflicting files unless you explicitly approve a forced replacement.

How do I install Codex agents locally for project-specific testing?

Python 3 is required to execute the setup scripts, along with access to the repository's agent definitions to generate, validate, and safely update the managed TOML files.

How do I refresh Codex agents after role specifications change?

The synchronization process includes conflict protection that refuses to overwrite unmanaged conflicting files unless you explicitly approve a forced replacement, preventing accidental loss of custom configurations.

What happens if there are conflicting TOML files during agent synchronization?

During agent synchronization, the tool detects configuration drift and refuses to overwrite unmanaged conflicting files unless you explicitly approve a forced replacement, ensuring safe updates to managed TOML files.

Do I need Python to set up Codex agents for superRA workflows?

Yes, Python 3 is required to run the setup scripts that generate, validate, and safely update the managed TOML files for superRA implementer and reviewer agents.