focus-mode

focus-mode is a skill for Claude Code from AfterRealm/father-time. It costs 40 tokens per session (488 once invoked), scanned A, original, MIT.

A work timer for focused coding sessions, including 25-minute Pomodoro sessions, 45-minute sprints, 90-minute deep-work blocks, three-hour marathons, or custom durations.

In plain words
What is it for?
Starting a timer, checking elapsed and remaining time, and receiving a note when the timer has ended.
Why use it?
It gives you a simple way to track a focused work block without interrupting you with constant reminders.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the father-time plugin — 9 skills, 1 agent, 2 hooks shipped together

Good fit Starting a timer, checking elapsed and remaining time, and receiving a note when the timer has ended.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/afterrealm/father-time/focus-mode
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AfterRealm/father-time --skill focus-mode
Clone the repo
git clone --depth 1 https://github.com/AfterRealm/father-time

Made for: Claude Code.

Or install father-time, the plugin that ships this one along with the rest of its 9 skills, 1 agent, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for focus-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/afterrealm/father-time/focus-mode.svg)](https://agentmods.dev/skills/afterrealm/father-time/focus-mode)
Your own site
<a href="https://agentmods.dev/skills/afterrealm/father-time/focus-mode"><img src="https://agentmods.dev/badge/skills/afterrealm/father-time/focus-mode.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00488
Opus 5 $0.00020 $0.00244
Sonnet 5 $0.00008 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 8d ago against content hash 905c5c8bf845, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

focus-mode scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/focus-mode/SKILL.md · 70 lines

What it actually says

Focus Mode

A lightweight work timer for deep focus sessions. Opt-in, non-intrusive.

How It Works

When invoked, start tracking a focus session:

  1. Note the start time
  2. User specifies duration (or default to 90 minutes — research-backed optimal focus block)
  3. Claude notes the timer but does NOT interrupt the user's flow
  4. If the user asks "how's my timer?" — report elapsed and remaining
  5. When the timer expires, mention it naturally at the next prompt — don't force it

Focus Presets

Preset Duration Use Case
pomodoro 25 min Short focused burst
deep-work 90 min Extended focus (default)
sprint 45 min Medium burst
marathon 3 hours Long haul
custom user-specified Whatever they want

Starting Focus Mode

When the user says things like:

  • "start a focus timer"
  • "pomodoro"
  • "let's do 2 hours focused"
  • "focus mode"

Respond:

Focus mode: [preset name] — [duration]
Started: [time]
Ends: [time]
I'll note when time's up. Get to work.

During Focus

  • Do NOT interrupt with timer updates unless asked
  • If the user asks "timer?" or "how long?" — give a quick update
  • At natural conversation breaks, if time has elapsed, mention it briefly

When Timer Ends

At the next prompt after the timer expires:

Focus timer done — [duration] completed. [Optional: short encouragement].

That's it. One line. Don't make a big deal.

Rules

  • Never force breaks — some users hate break reminders. Only mention the timer ending.
  • Never guilt-trip — if they work past the timer, that's fine. They're in flow.
  • Keep it light — this is a tool, not a taskmaster.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 70 lines · 40 tokens per session scan A 905c5c8bf845

Subscribe to this mod's changes

focus-mode is a skill published in the GitHub repository AfterRealm/father-time (6 stars, last pushed 4mo ago), licensed MIT. It adds 40 tokens to every session and 488 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.