byaiscientists-dev· 5 skills
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 make a trace from a source.
$npx -y skills add aiscientists-dev/flowtrace --skill make-traceInstalls into the current project.
Run `npx skills use "https://github.com/aiscientists-dev/flowtrace" --skill "aiscientists-dev/flowtrace/make-trace"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aiscientists-dev/flowtrace" that are relevant to the current task. Run `npx skills add "https://github.com/aiscientists-dev/flowtrace"` and select the relevant skills, then follow their instructions.