memex-cli

Orchestrate AI tasks across Codex, Claude, and Gemini with memory and resume.

3|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/chaorenex1/coding-workflow --skill memex-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memex-cli
Source: https://github.com/chaorenex1/coding-workflow/tree/main/skills/memex-cli
Command: npx skills add https://github.com/chaorenex1/coding-workflow --skill memex-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates cross-backend AI task execution with memory and resume capabilities, reducing manual coordination across Codex, Claude, and Gemini.

Core Features & Use Cases

  • Multi-backend support: run tasks on Codex, Claude, or Gemini with persistent context and resume.
  • Deterministic stdin protocol: structured task definitions for repeatable runs.
  • Parallel and DAG orchestration: execute independent tasks in parallel or coordinate via dependencies.
  • Streaming outputs and file context: real-time progress and file context loading for context-aware tasks.

Quick Start

Start a memex-cli run by sending a stdin task definition to execute across backends and stream results.

Frequently Asked Questions about memex-cli

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

FAQPage Schema
How do I run AI tasks across multiple backends like Claude and Gemini with persistent context?

Cross-backend AI task orchestration with memory and resume support allows you to execute tasks across Codex, Claude, and Gemini while maintaining persistent context. It uses a deterministic stdin protocol to define tasks and stream results for repeatable runs.

Can I resume an interrupted AI workflow without losing previous context?

Yes, you can resume interrupted AI workflows without losing previous context. The system provides memory and resume support, maintaining persistent context across executions so you can continue design, coding, testing, and deployment tasks seamlessly.

What is the best way to execute independent AI tasks in parallel across different models?

The best way to execute independent AI tasks in parallel is through DAG orchestration. This allows you to run independent tasks simultaneously or coordinate them via dependencies across Codex, Claude, and Gemini, with streaming outputs and robust error handling.

How do I load file context for context-aware AI task automation?

You load file context for context-aware AI task automation by using the built-in file context loading feature. This integrates file data directly into the task execution stream, providing real-time progress and context-aware processing for your AI workflows.

Does multi-backend AI orchestration work with structured task definitions via stdin?

Yes, multi-backend AI orchestration works with structured task definitions sent via a deterministic stdin protocol. This allows you to define repeatable runs, select specific models, and manage dependencies across Codex, Claude, and Gemini with streaming output.

What are the limitations of coordinating AI tasks across multiple backends?

Limitations of coordinating AI tasks across multiple backends include potential error handling overhead and dependency on external API availability for Codex, Claude, and Gemini. While robust error handling is implemented, complex DAG orchestration may require careful dependency management to avoid execution bottlenecks.