By almandsky
Encourages healthy work breaks during AI coding sessions by tracking session duration, estimating task complexity, and nudging you to step away with a timer
Start a break timer and step away from the screen. Use when the user wants to take a break, or when the timeout plugin suggests one.
View or configure timeout plugin settings (thresholds, timer behavior, break duration)
Show current session duration, prompt count, and break history
A lightweight plugin that estimates task duration, automatically opens a timer, and reminds you to step away while Claude works. Reduce passive screen time during AI-assisted coding.
claude plugin marketplace add timeout-plugin --source github --repo almandsky/timeout
claude plugin install timeout@timeout-plugin --scope user
Restart your Claude Code session to activate.
⏰ [Timeout] system message reminding you that /break is available.⏰ [Timeout] reminders every 3 minutes in your terminal.| Skill | Description |
|---|---|
/break [minutes] | Manually open a break timer (default: 5 min) |
/timeout-status | Show session stats |
/timeout-settings | Configure the plugin |
Run /timeout-settings or edit ~/.timeout-plugin/config.json:
| Setting | Default | Description |
|---|---|---|
enabled | true | Enable/disable the plugin |
reminder_thresholds_minutes | [30, 60] | Session duration reminders |
default_break_minutes | 5 | Default break duration |
claude plugin uninstall timeout@timeout-plugin
rm -rf ~/.timeout-plugin
This plugin stores only timestamps and counters locally in ~/.timeout-plugin/. No conversation content, code, or personal data is collected or transmitted. See PRIVACY.md for details.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub almandsky/timeout --plugin timeoutAgentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files
Prevents your computer from sleeping while Claude Code works hard
Shows the local time on every message and tells Claude when each prompt was sent — so you can scan a conversation, see how long things took, and reference earlier blocks.
Use when user wants to execute long-running tasks that require multiple sessions to complete. This skill manages task decomposition, progress tracking, and autonomous execution using Claude Code headless mode with auto-continuation. Trigger phrases: autonomous, long-running task, multi-session, 自主执行, 长时任务, autonomous skill.
Cross-session Save/Load, and Ultrawork inspired by oh-my-opencode with Ralph Loops
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.