Skip to content

/make-trace

Turn any source that describes how a kind of task gets done (a SKILL.md, a chat log, a runbook, plain prose) into a runnable Morph trace. Lift it into a DAG, write a contract per step, place inputs, and drive the full run lifecycle to verify it. Use whenever someone wants to

shell
$ npx -y skills add AIScientists-Dev/Flowtrace --skill make-trace --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/make-trace
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Turn any source that describes how a kind of task gets done (a SKILL.md, a chat log, a runbook, plain prose) into a runnable Morph trace. Lift it into a DAG, write a contract per step, place inputs, and drive the full run lifecycle to verify it. Use whenever someone wants to
Ships withflowtrace

Run your agent's work as steps you can follow, check, and reuse, instead of a stream of text that buries you and then disappears. Works with the agent you already use: Claude Code, Codex, Cursor.

Get the whole plugin, auto-invoked
Stats
484
Stars
0
Views
30
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: AIScientists-Dev/Flowtrace