From cyberfit
Displays CyberFit cyberpunk fitness dashboard via Python CLI status command. Also supports subcommands for workout plans, logging, posture checks, and rest reminders.
How this command is triggered — by the user, by Claude, or both
Slash command
/cyberfit:cyberfitThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cyberfit — 义体维护系统主入口 CyberFit 赛博朋克健身插件主命令。 ## 用法 ## 子命令 - `/cyberfit` — 显示仪表盘 (等同 /cyberfit-status) - `/cyberfit-break` — 休息提醒 & 微运动指导 - `/cyberfit-plan` — 生成健身计划 - `/cyberfit-log <运动>` — 记录训练 - `/cyberfit-status` — 赛博仪表盘 - `/cyberfit-posture` — 体态检查 ## 执行 当用户输入 `/cyberfit` 时,使用 `cyberfit-status` 技能展示仪表盘。执行:
CyberFit 赛博朋克健身插件主命令。
/cyberfit [子命令]
/cyberfit — 显示仪表盘 (等同 /cyberfit-status)/cyberfit-break — 休息提醒 & 微运动指导/cyberfit-plan — 生成健身计划/cyberfit-log <运动> — 记录训练/cyberfit-status — 赛博仪表盘/cyberfit-posture — 体态检查当用户输入 /cyberfit 时,使用 cyberfit-status 技能展示仪表盘。执行:
python3 scripts/cli.py status
npx claudepluginhub zour-ma/cyberfit/workoutManages the Workout Gate exercise challenge that blocks prompts until completed. Supports on/off, challenge, stats, presets, and settings subcommands.
/workout-programGenerates a structured, periodized training program based on client details — includes split, exercise selection, sets/reps/rest, warm-up/cool-down, progression plan, and injury modifications.
/muscleoverviewDisplays fatigue status of all sport-relevant muscles grouped by body part, with load, estimated fatigue percentage, and recovery readiness indicators.
/guiDebugs and validates GUI systems including web dashboards, CLI interfaces, and visual components with automated diagnostics, testing, performance analysis, accessibility checks, and fixes. Supports scan modes via flags.
/setupConfigures the claude-dashboard status line with display mode, language, plan, and custom widget layouts — supports compact, normal, detailed, and custom modes.
/exercise-programGenerates a complete, patient-friendly home exercise program handout with warm-up, exercises grouped by goal, cool-down, safety cues, and progression options.