Skip to main content
Manusで任意のスキルを実行
ワンクリックで

combo

スター6
フォーク1
更新日2026年6月26日 14:44

Chain several tricks into one pipeline so the output of one flows straight into the next — redact then wash then strip, or wash then score — and run the whole routine in a single call. Use when a task needs more than one trick in sequence (clean-and-check, extract-and-analyze, gate-then-transform) instead of invoking each trick separately. Built on the Unix pipe: every trick is a stdin→stdout program, and combo wires the stages together, forwards each stage's summary, and aborts the moment a gate fails.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
7 ファイル
SKILL.md
readonly