From triflux
Deprecated alias redirecting /tfx-multi calls to /tfx-auto --parallel N --mode deep, internally invoking tfx multi --teammate-mode headless for parallel thorough task execution. Use tfx-auto instead.
npx claudepluginhub tellang/triflux<작업 설명 — tfx-auto 로 passthrough>This skill uses the workspace's default tool permissions.
> DEPRECATED. `/tfx-auto --parallel N --mode deep` 로 리다이렉트. Phase 5 (v11) 에 물리 삭제.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
DEPRECATED.
/tfx-auto --parallel N --mode deep로 리다이렉트. Phase 5 (v11) 에 물리 삭제.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-multi -> use: tfx-auto --parallel N --mode deep" >&2
echo "[DEPRECATED] tfx-multi — see tfx-auto --parallel N --mode deep"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-multi -> tfx-auto --parallel N --mode deep" >> .omc/state/alias-usage.log
[DEPRECATED] 마커 + alias-usage.log append).--parallel N --mode deep 를 prepend 하여 Skill("tfx-auto") 호출.tfx multi --teammate-mode headless 를 호출한다.--parallel N --mode deep
tfx-multi 의 "로컬 headless 병렬 + thorough 기본" 은 --parallel N --mode deep 과 동일. N 은 ARGUMENTS 에 구체 숫자가 있으면 그대로 전달, 없으면 tfx-auto 가 subtask 수 기반으로 판단한다.
| 기존 호출 | 새 호출 |
|---|---|
/tfx-multi "작업" | /tfx-auto "작업" --parallel N --mode deep |