Agent skill · Workflow & Productivity

ax-extract-workflow

Reconstruct workflow behind a past coding-agent artifact using local ax sessions/commits/skills/tool traces. Use when asked how X was built.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill ax-extract-workflow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: Necmttn
Path: skills/ax-extract-workflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ax Extract Workflow ## Overview Use this skill to reconstruct the workflow behind a past coding-agent artifact: a shipped feature, PR, demo, refactor, report, or other concrete result. It uses the local `ax` graph to connect commits, sessions, turns, skills, and tool traces into a short "how this got made" narrative. `ax` must be installed, available on `PATH`, and able to reach its local database. If ax cannot connect to its DB, report the connection failure and stop instead of guessing from memory. ## When to Use This Skill - Use when the user asks "how did we build X?", "what made X work?", or "extract the workflow behind this artifact." - Use when the anchor is a commit SHA, date, feature name, PR, session, or repo-local artifact. - Use when the user wants the sequence of agent skills, prompts, commands, decisions, and checks that led to a result. - Do not use for a generic activity summary; use normal session listing instead. ## How It Works ### Step 1: Resolve the Anchor Identify the best anchor from the user's request: - Commit SHA: use it directly. - Date or date range: inspect sessions around the date. - Topic, feature, or artifact name: search recall for related turns,

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Resolve the Anchor
  5. Step 2: Pick Relevant Sessions
  6. Step 3: Inspect the Session Trail
  7. Step 4: Write the Reconstruction
  8. Examples
  9. Reconstruct a Feature from a Commit
  10. Reconstruct Work Around a Date
  11. Best Practices
  12. Limitations
  13. Security & Safety Notes
  14. Related Skills
Commands it runs
ax recall "live ingest dashboard" --sources=turn,commit,skill --scope=here
ax sessions near abc1234 --json
ax sessions around 2026-06-15 --days=3 --json
ax sessions here --days=14
ax sessions show <session-id> --json
ax sessions show <session-id> --by-role
ax recall "specific keyword from the artifact" --sources=turn,commit --scope=here
ax sessions near 8f31c2a --json
ax sessions around 2026-06-15 --days=2 --json
ax recall "otel receiver" --sources=turn,commit,skill --scope=here
More from agentic-awesome-skills
All skills →
About this skill
What does the ax-extract-workflow skill do?

Reconstruct workflow behind a past coding-agent artifact using local ax sessions/commits/skills/tool traces. Use when asked how X was built.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill ax-extract-workflow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going