launch-codex-tab

Launch Codex in a new Supaterm tab with a scoped working directory and prompt file.

16|2|Updated Mar 29, 2018
One-click install
npx skills add https://github.com/khoi/dotfiles --skill launch-codex-tab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-codex-tab
Source: https://github.com/khoi/dotfiles/tree/main/chezmoi/dot_codex/skills/launch-codex-tab
Command: npx skills add https://github.com/khoi/dotfiles --skill launch-codex-tab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Launch Codex in a new Supaterm tab to manage interactive sessions with a scoped working directory and multi-line prompts, reducing manual hand-quoting and session setup overhead.

Core Features & Use Cases

  • Launch a Codex session in a fresh Supaterm tab with a specified working directory.
  • Read and monitor the launcher output, including tab and pane IDs, to integrate Codex into automated workflows.
  • Support multi-line prompts via a prompt file to avoid inline shell quotes.

Quick Start

Launch Codex in a new Supaterm tab using a prompt file and a targeted workspace directory.

Frequently Asked Questions about launch-codex-tab

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

FAQPage Schema
How do I launch Codex in a new Supaterm tab with a specific working directory?

You can launch Codex in a new Supaterm tab by using a deterministic launcher that scopes the working directory to a specific worktree or repository, reducing manual session setup overhead.

Can I pass multi-line prompts to Codex without dealing with inline shell quotes?

Yes, you can pass multi-line prompts via a prompt file to avoid inline shell quoting, allowing you to delegate complex Codex workflows seamlessly.

How does tab creation in Supaterm report session IDs for monitoring?

Tab creation in Supaterm reports tab and pane IDs through the launcher output, enabling you to read and monitor the resulting session IDs for automated workflow integration.

Does this launcher support delegating Codex workflows to a different worktree?

Yes, the launcher supports delegating Codex workflows by opening a fresh Supaterm tab specifically scoped to a different worktree or repository target.

What is the best way to automate interactive Codex sessions across multiple repositories?

Automating interactive Codex sessions across repositories is best handled by a deterministic launcher that creates fresh Supaterm tabs with scoped working directories and file-based prompts.

Do I need Supaterm installed to open a Codex session in a new tab?

Yes, you need Supaterm installed because the launcher relies on Supaterm for tab creation and pane management to host the interactive Codex session.