workgraph

Start and backfill WorkGraph sessions from Codex via CLI commands.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/BEKO2210/Javis --skill workgraph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workgraph
Source: https://github.com/BEKO2210/Javis/tree/main/.codex/skills/workgraph
Command: npx skills add https://github.com/BEKO2210/Javis --skill workgraph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of managing and reusing complex agent workflows by letting Codex sessions be captured, inspected, and turned into repeatable WorkGraph patterns.

Core Features & Use Cases

  • Start and backfill WorkGraph: Begin listening for updates and ingest the current Codex session history so work-in-progress can be resumed from the UI.
  • Inspect compiled session memory: View what the agent session produced in WorkGraph, making it easier to verify decisions and outcomes.
  • Reuse and export patterns: Reuse an existing technique for a new query or export a new reusable skill pattern from an agent session for future use.
  • Use Case: When you have an agent session that successfully produced a workflow (e.g., a specific planning and execution technique), export it from the session and reuse it for similar tasks without redoing the setup.

Quick Start

Tell the AI: start WorkGraph listening from inside Codex so it backfills the current session and connects the UI on http://127.0.0.1:8787.

Frequently Asked Questions about workgraph

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

FAQPage Schema
How do I capture and reuse agent workflow sessions from Codex?

You can capture and reuse agent workflow sessions by starting WorkGraph listening from inside Codex to backfill the current session directory, allowing you to inspect compiled session memory and export repeatable patterns.

Can I connect Codex to WorkGraph mid-session to resume work-in-progress?

Yes, you can connect Codex to WorkGraph mid-session by starting the listener to ingest current session history, which backfills the work-in-progress so it can be resumed from the UI on http://127.0.0.1:8787.

How do I export a reusable skill pattern from an agent session?

To export a reusable skill pattern from an agent session, use the WorkGraph CLI skill export commands targeting the current Codex session directory to save the workflow technique for future similar tasks.

What is session backfilling for agent workflow observability?

Session backfilling for agent workflow observability is the process of ingesting existing Codex session history into WorkGraph so compiled session memory can be inspected to verify agent decisions and outcomes.

Does WorkGraph require any specific dependencies to inspect compiled session memory?

No specific dependencies are required to inspect compiled session memory, as the Skill operates directly within the Codex environment using WorkGraph CLI commands to start, stop, and check status on the current session directory.

What's the best way to apply a prior agent technique to a new query?

The best way to apply a prior agent technique to a new query is to reuse an existing pattern from a captured WorkGraph session, avoiding the need to redo the setup for similar planning and execution tasks.