devx-resume-after-limit
[Claude Code Only] Companion to /devx:rate-limit-guard. Invoked by the scheduled cron when token-limit reset arrives — verifies the worktree/ branch context recorded by the guard, pre-emptively re-arms the next cron for multi-cycle runs (`--max-cycles N` > 1), re-runs the original wrapped command idempotently, and clears state on success. Use when the user runs /devx:resume-after-limit, /devx-resume-after-limit, or when a /devx:rate-limit-guard cron prompt fires. Accepts an optional <command> argument (cron path) or reads `.claude/.rate-limit-guard.json` (manual re-trigger). Accepts `-h`/`--help`/`help` to print usage.
Repository SourceNeeds Review
devx-schedule
[Claude Code Only] Schedule a skill or command to run after a specified delay (default: 5 min). Requires the `CronCreate` tool — does not work on Codex / Gemini CLIs. Use when the user says "N분 후에 /skill 실행해", "M분 뒤에 [skill] 수행해", "/devx:schedule", "/devx-schedule", "schedule /skill in N minutes", or "[command] N분 후에 해줘". Always invoke this skill whenever the user wants to defer any slash-command or task to run after a time delay.
Repository SourceNeeds Review
devx-visualize
Create beautiful, self-contained HTML visualizations from any content or idea. Use for slide decks, presentations, infographics, dashboards, flowcharts, diagrams, timelines, comparison tables, data visualizations, landing pages, one-pagers, org charts, mind maps, process flows, kanban boards, report summaries, or any visual that helps humans digest information faster. Trigger on requests like "/devx:visualize", "visualize this," "make a deck," "create a slide," "build an infographic," "show me a dashboard," "make this visual," or any request to present information in a visual HTML format.
Repository SourceNeeds Review
gh-add-ai-metrics
Backfill the ai-metrics footer (tokens · human-h · ai-min) into pre-existing GitHub Issues and PRs that were created before issue #317 / PR #320 introduced automatic metric capture. Use when the user runs /gh:add-ai-metrics, /gh-add-ai-metrics, or asks "기존 이슈에 메트릭 소급 부착", "지난주 PR 들에 ai-metrics 붙여줘", "retrofit metrics on issue #N", "backfill ai-metrics". Three call patterns: (1) no args → infer targets from current chat context; (2) explicit list `issue#N pr#M` (case-insensitive `issue#`/`pr#` prefix); (3) `--type [issue|PR] --date <YYYY-MM-DD>` for date-bounded bulk enumeration via `gh {issue,pr} list --search`. Idempotent — skips cards that already carry an `<!-- ai-metrics -->` block. With `--force`, re-computes metrics fresh and replaces the existing block in place (recompute, not blind overwrite). Never modifies issue/PR body content other than the footer. Accepts `-h`/`--help`/`help` to print usage.
Repository SourceNeeds Review