Skip to content

Comment on Show HN: Executable Markdown files with Unix pipesparent

Comments

One cool thing is that the claude-run scripts make any text file executable with AI, including xml, ymal, etc. So you can do something like:

    #!/usr/bin/env claude-run

    <instructions>

        Analyze this codebase.

    </instructions>
Then:
    chmod +x task.xml && ./task.xml
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.