Claude-ETA Plugin Adds Task Timing and Repair Loop Detection to Claude Code

Claude-ETA is a Claude Code plugin that addresses inaccurate task time estimates and repetitive error loops in Claude AI. The tool was created after a developer observed Claude estimating a task would take "about 2 days" when it actually took 12 minutes to complete.
How It Works
The plugin runs silently in the background, timing every task and classifying it by type. It builds a local velocity profile specific to your project. After 10 tasks of the same type, it automatically injects calibrated ETAs at the start of Claude's responses.
Key Features
- Task Timing and Learning: Times every task, classifies tasks, and builds a local velocity profile based on your actual project performance
- Calibrated ETAs: After 10 tasks of the same type, ETAs appear automatically at the start of Claude's responses
- Repair Loop Detection: Detects when Claude hits the same error 3+ times and intervenes to force a strategy change
- Error Fingerprinting: Identifies errors based on content, not just count, so normal TDD (different errors each time) won't trigger intervention
Performance and Technical Details
An evaluation on 217 real completed tasks showed p80 coverage at 77.9%, meaning the real duration fell within the predicted upper bound about 78% of the time. The tool is 100% local with no cloud components, no telemetry, and no tracking. It's MIT licensed.
Installation
claude plugin marketplace add mmmprod/claude-eta
claude plugin install claude-eta
The entire tool was built using Claude Code. This is a solo developer's first open-source release.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command
A developer has released an open source Go-To-Market plugin for Claude Code that provides 166 specialized marketing skills across SEO, content, outbound, sales, growth, analytics, strategy, ads, social, CRM, and AI search. The plugin includes a /bootstrap command that interviews users about their brand to generate personalized context files.

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.

Giving Claude a Local LLM as an Assistant via MCP on Mac
A developer connects Claude to a local Qwen 2.5 Coder 14B via Ollama and MCP, creating a no-cost assistant for delegating tasks like text processing and handling large files.