From triflux
Redirects deprecated /tfx-autopilot calls to /tfx-auto, logs usage to .omc/state/alias-usage.log via bash, and passes arguments unchanged for backward compatibility until v11 deletion.
npx claudepluginhub tellang/triflux<작업 설명 — tfx-auto 로 passthrough>This skill uses the workspace's default tool permissions.
> DEPRECATED. 이 스킬은 `/tfx-auto` 로 리다이렉트된다. 실제 워크플로우는 tfx-auto 가 수행한다.
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로 리다이렉트된다. 실제 워크플로우는 tfx-auto 가 수행한다. Phase 5 (v11) 에 물리 삭제 예정.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-autopilot -> use: tfx-auto" >&2
echo "[DEPRECATED] tfx-autopilot — see tfx-auto"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-autopilot -> tfx-auto" >> .omc/state/alias-usage.log
[DEPRECATED] 마커 + alias-usage.log append).Skill("tfx-auto") 에 전달한다 (추가 플래그 없음).(기본) — 추가 플래그 없음.
상세 동작은 ~/.claude/skills/tfx-auto/SKILL.md 의 "플래그 오버라이드" 섹션 참조.
tfx-autopilot 은 구현상 tfx-auto 의 복제본이었다. 별도 이름을 유지할 명분이 없어 tfx-auto 로 흡수. muscle memory 유지 목적으로 alias 만 남긴다.
| 기존 호출 | 새 호출 |
|---|---|
/tfx-autopilot "작업" | /tfx-auto "작업" |
muscle memory 는 그대로 동작. 새 작업부터는 /tfx-auto 를 직접 사용 권장.