← Back to context

Comment by lguzzon

1 day ago

Why not MdFlow? https://github.com/johnlindquist/mdflow

Thanks, I hadn't seen that. This tool:

- Lets you make regular Markdown files directly executable using shebang line.

- It keeps the Markdown itself clean and standard rather than using variable placeholders or any kind of special syntax.

- Includes support for session isolation

- Allows you to keep script use separate from your regular Claude Code subscription, by allowing you to specify the provider cloud / model in scripts, or switch them on the fly.

Another commenter suggested a custom format for executable llm scripts, which looks like the direction mdflow takes.

Using claude-switcher you can also use multiple clouds/keys for billing and failover, and to keep your subscription tokens for interactive or personal use, which I think is also useful.