reelier_from_session
Compile a session transcript into a portable SKILL.md file. Use after work is done to create a replayable skill from a recorded session.
Instructions
Compile a SKILL.md from a session transcript. USE WHEN: the work ALREADY happened (this session or by hand) — recording can't be retroactive. NOT for work that hasn't happened yet (record that live via the reelier mcp proxy). Get the transcriptPath from reelier_scan first. Returns the written skill's path, stats, and open questions — or, honestly, that nothing in the transcript was replayable. If the workflow used a relative time window ("this week"), bind it to a date variable (e.g. {{today-7d}}) so later replays pull the CURRENT window, not a frozen one — the openQuestions output flags this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Output path for the compiled SKILL.md (default: <cwd>/<name>.skill.md). | |
| name | No | Skill name (also the default output filename stem). | |
| force | No | Overwrite an existing file at the output path. | |
| transcriptPath | Yes | Path to a session transcript (.jsonl) to compile. |