From triflux
Deprecated alias that redirects to .claude/rules/tfx-psmux.md and AGENTS.md for psmux rules. Logs usage and warns about deprecation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/triflux:tfx-psmux-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 항목은 더 이상 기능 스킬이 아니다.
이 항목은 더 이상 기능 스킬이 아니다. Phase 4b부터 psmux 규칙의 source of truth는 아래 두 문서다.
.claude/rules/tfx-psmux.mdAGENTS.md 의 TFX psmux Rules 섹션canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존.
mkdir -p .omc/state
echo "[deprecated] tfx-psmux-rules -> see: .claude/rules/tfx-psmux.md" >&2
echo "[DEPRECATED] tfx-psmux-rules — see .claude/rules/tfx-psmux.md"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-psmux-rules -> .claude/rules/tfx-psmux.md" >> .omc/state/alias-usage.log
tfx-psmux-rules 호출은 항상-on rule 문서 참조로 안내한다.이 alias는 Phase 4 thin compatibility stub이다. Phase 5에서 repo-wide reference zero가 만족되면 삭제 후보가 된다.
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.