C
comanda
Generate, visualize, and execute declarative AI pipelines using the comanda CLI. Use when creating LLM workflows from natural language, viewing workflow charts, editing YAML workflow files, or processing/running comanda workflows. Supports multi-model orchestration (OpenAI,
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Generate, visualize, and execute declarative AI pipelines using the comanda CLI. Use when creating LLM workflows from natural language, viewing workflow charts, editing YAML workflow files, or processing/running comanda workflows. Supports multi-model orchestration (OpenAI, Anthropic, Google, Ollama, Claude Code, Gemini CLI, Codex).
How to use
- Zainstaluj Comanda za pomocą brew (macOS) poleceniem
brew install kris-hansen/comanda/comandalub przez Go:go install github.com/kris-hansen/comanda@latest. 2. Skonfiguruj klucze API swoich dostawców modeli poleceniemcomanda configure. 3. Wygeneruj workflow z opisu w języku naturalnym, na przykładcomanda generate summarize.yaml "Utwórz workflow, który streszcza tekst". Możesz wskazać konkretny model flagą-m, np.-m claude-sonnet-4-20250514. 4. Wizualizuj strukturę workflow'u poleceniemcomanda chart summarize.yaml, aby zobaczyć ASCII diagram kroków, modeli i połączeń danych. 5. Uruchom workflow poleceniemcomanda process summarize.yaml. Możesz przekazać dane wejściowe przez potok, np.cat plik.txt | comanda process analyze.yaml, lub uruchomić wiele workflow'ów sekwencyjnie:comanda process krok1.yaml krok2.yaml krok3.yaml. 6. Edytuj pliki YAML bezpośrednio w edytorze tekstu, aby dostosować kroki, modele lub parametry przepływu pracy.