update-conductor

Update Codex Conductor prompts by comparing upstream Gemini Conductor changelogs with local files.

19|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill update-conductor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-conductor
Source: https://github.com/vasilistsavalias/conductor_for_codex/tree/main/skills/update-conductor
Command: npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill update-conductor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating Codex Conductor prompts to align with the latest changes from the upstream Gemini Conductor project, ensuring consistency and incorporating new features.

Core Features & Use Cases

  • Automated Prompt Synchronization: Fetches changelogs and updates local prompt files to match upstream.
  • Version Check: Prevents unnecessary updates if the Conductor version has not changed.
  • Use Case: Keep your Codex Conductor installation up-to-date with the latest prompt logic and workflow improvements from the Gemini Conductor project without manual intervention.

Quick Start

Update the Codex Conductor prompts by running the update-conductor skill.

Frequently Asked Questions about update-conductor

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

FAQPage Schema
How do I sync Codex Conductor prompts with the upstream Gemini project?

This Skill syncs Codex Conductor prompts by fetching upstream Gemini changelogs, comparing them with local files, and updating the .codex/prompts/ directory to align with new features.

What is the process for updating Codex Conductor prompt files?

The update process compares fetched remote Gemini Conductor changelogs with local files, integrating differences and adapting the prompt content specifically for Codex workflows.

Does the Conductor update tool check for version changes before fetching?

Yes, the tool includes a version check that prevents unnecessary updates, ensuring local prompt files are only modified when the upstream Gemini Conductor version has actually changed.

Can I automate Gemini Conductor changelog synchronization for my local Codex environment?

Yes, running this Skill automates changelog synchronization by fetching remote updates and integrating new entries into your local Codex environment without requiring manual file edits.

Where are the updated Codex prompt files stored after synchronizing with upstream?

Updated Codex prompt files are stored in the local .codex/prompts/ directory, ensuring your environment reflects the latest workflow improvements integrated from the upstream Gemini project.