tgalal/promptcmd
GenAI prompts as runnable programs
What's novel
GenAI prompts as runnable programs
Code Analysis
17 files read · 4 roundsA CLI tool that turns AI prompt templates into executable shell commands with argument parsing, multi-provider LLM support, compositional prompt pipelines, and SSH remote execution.
Strengths
Genuinely novel compositional prompt pipeline system with recursive prompt invocation, sophisticated SSH remote shell integration with multiple channel abstractions (nc, socat, bash TCP, FIFO), and a proper weighted fair-queuing load balancer backed by SQLite usage statistics.
Weaknesses
The resolver module is a 89kb monolith that likely mixes logic with extensive inline tests, the streaming code extractor state machine has potential edge cases with multi-backtick fences, and the exec helper merges stderr into stdout which can obscure error context.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
339
Contributors
1
Files
141
Active weeks
14
Repository
Language
Rust
Stars
36
Forks
1
License
GPL-3.0