From timeout
View or configure timeout plugin settings (thresholds, timer behavior, break duration)
How this skill is triggered — by the user, by Claude, or both
Slash command
/timeout:timeout-settingsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user view or configure the timeout plugin.
Help the user view or configure the timeout plugin.
cat ~/.timeout-plugin/config.json 2>/dev/null || echo "No config found - using defaults"
| Setting | Type | Description |
|---|---|---|
enabled | bool | Enable or disable the plugin entirely |
reminder_thresholds_minutes | list of ints | Session durations that trigger reminders (default: [30, 60]) |
default_break_minutes | int | Default break duration in minutes |
complexity_warning_cooldown_seconds | int | Minimum seconds between task estimation prompts |
User request: $ARGUMENTS
~/.timeout-plugin/config.json, modify the requested value, and write it back.npx claudepluginhub almandsky/timeout --plugin timeoutProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.