From triflux
Deprecated alias that logs usage and redirects to `tfx-remote setup`. Registers deprecation marker and forwards commands to canonical entry point.
How this skill is triggered — by the user, by Claude, or both
Slash command
/triflux:tfx-remote-setup [--add|--edit|--probe-all|--diagnose][--add|--edit|--probe-all|--diagnose]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 스킬은 Phase 4b thin alias다. 새 표면은 `tfx-remote setup` 하나다.
이 스킬은 Phase 4b thin alias다. 새 표면은 tfx-remote setup 하나다.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존.
mkdir -p .omc/state
echo "[deprecated] tfx-remote-setup -> use: tfx-remote setup" >&2
echo "[DEPRECATED] tfx-remote-setup — see tfx-remote setup"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-remote-setup -> tfx-remote setup" >> .omc/state/alias-usage.log
tfx-remote-setuptfx-remote setuptfx-remote setup --addtfx-remote setup --edittfx-remote setup --probe-alltfx-remote setup --diagnose기존 Add/Edit/Probe All/Diagnose 워크플로우는 유지하되, 사용자-facing 안내와
후속 문맥에서는 항상 tfx-remote setup 명령군을 기준으로 말한다.
새 문서를 작성하거나 사용 예시를 제시할 때 tfx-remote-setup을 신규 표면처럼
소개하지 않는다.
npx claudepluginhub tellang/trifluxCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.