azoth-resume

Resume paused Codex sessions via the /resume command contract.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill azoth-resume
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azoth-resume
Source: https://github.com/yiwei79/azoth/tree/main/.agents/skills/azoth-resume
Command: npx skills add https://github.com/yiwei79/azoth --skill azoth-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables Codex users to quickly resume or reopen a paused workspace using a dedicated Codex-native entrypoint, eliminating manual command juggling.

Core Features & Use Cases

  • Codex-native entrypoint for the /resume workflow.
  • Reads and enforces the execution contract from commands/resume/command.yaml and body from commands/resume/body.md, preserving gating rules and agent bindings.
  • Supports continuing a paused session or reactivating a previously parked scope within Codex.

Quick Start

Execute the /azoth-resume command to resume the current session.

Frequently Asked Questions about azoth-resume

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

FAQPage Schema
How do I resume a paused Codex session without manual command juggling?▼

To resume a paused Codex session, execute the /azoth-resume command, which provides a Codex-native entrypoint to quickly reopen a parked workspace scope and continue your workflow.

What does a Codex-native resume entrypoint do for parked workflows?▼

A Codex-native resume entrypoint bridges user workflows by reading execution contracts from command.yaml and body.md, preserving gating rules and agent bindings to seamlessly continue paused sessions.

Can I use the /resume command alias to reactivate a previously parked scope in Codex?▼

Yes, you can reactivate a previously parked scope in Codex by invoking the /resume command or the /azoth-resume alias, which triggers the orchestrator to enforce the session's original execution contract.

What is the best way to continue a paused workspace scope using Codex commands?▼

The best way to continue a paused workspace scope is using the /azoth-resume command, a dedicated Codex-native entrypoint that eliminates manual command juggling and enforces the azoth_effect write gate rules.

Does the Codex resume workflow preserve agent bindings and gate rules from the original session?▼

Yes, the Codex resume workflow preserves agent bindings and gate rules by explicitly reading and enforcing the execution contract defined in commands/resume/command.yaml during the session reactivation process.