← ClaudeAtlas

myfocuslisted

myfocus — top next task across agent sessions. Use when: "what next", "next task", "다음 작업", "prioritize".
cskwork/myfocus-skill · ★ 0 · AI & Automation · score 72
Install: claude install-skill cskwork/myfocus-skill
# MyFocus Skill Surface the single highest-priority next task across recent coding-agent sessions. The skill never *executes* the task — it just points you to the one thing that deserves your next 30 minutes. ## Trigger - `/myfocus` - "myfocus", "what next", "next task", "prioritize" - "다음 작업", "다음에 뭐 할까" ## Usage ``` /myfocus # last 5h, all agents, verbose beginner-friendly output /myfocus --window 24h # widen window /myfocus --cwd $(pwd) # only sessions in current directory tree /myfocus --agents claude_code,codex # restrict to subset /myfocus --brief # one-screen terse output (legacy minimal layout) /myfocus --sections top,first_step # pick exactly which sections to render /myfocus --list-agents # show what scanners are registered /myfocus --save # snapshot to ~/.claude/myfocus/YYYY-MM-DD-HHMM.md /myfocus --json # raw scanner JSON, skip LLM synthesis ``` ## What this skill does When invoked, the calling Claude performs these steps: ### 1. Run the scanner Execute (adjust the path to wherever the skill is installed): ```bash python3 -m scripts.collect --window <window> [--cwd <cwd>] [--agents <list>] [--max-files-per-agent N] [--max-chars-per-session N] ``` Forward whatever flags the user passed. If `--json` was passed, print the script's st