AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Eta

skill-elliotjlt-claude-skill-potions-eta · by ElliotJLT

|

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-elliotjlt-claude-skill-potions-eta

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-elliotjlt-claude-skill-potions-eta)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Eta? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ETA

Provides realistic time estimates for coding tasks before work begins. Users often underestimate task complexity. This skill analyzes codebase scope, categorizes task complexity, identifies risk factors, and calculates estimates based on measured Claude Code performance baselines. Prevents surprise delays and enables better planning.

Instructions

Step 1: Gather Task Context

When triggered, collect:

  • Task description from the user
  • Path to relevant codebase (default: current directory)
  • Number of files likely in scope (if known)

Step 2: Run Estimation

python scripts/estimate_task.py --task "" --path ""

Optional flags:

  • --files : Override estimated files in scope
  • --json: Output structured JSON for programmatic use

Step 3: Present Estimate

Return the formatted estimate showing:

  • Task category (trivial/simple/medium/complex/major)
  • Scope analysis (files, lines, test coverage)
  • Time range (low-high estimate)
  • Breakdown by phase (analysis, implementation, testing, verification)
  • Risk factors with explanations
  • Checkpoint recommendations for long tasks

Step 4: Adjust Based on Feedback

If user provides more context:

  • Re-run with --files override if scope is clearer
  • Adjust category interpretation based on domain knowledge

NEVER

  • Start a complex task without providing an estimate first
  • Give single-point estimates (always provide ranges)
  • Ignore risk factors when they're detected
  • Skip the estimate for tasks over 15 minutes
  • Promise exact completion times

ALWAYS

  • Run the estimate script before non-trivial tasks
  • Show the breakdown so users understand where time goes
  • Flag risk factors visibly with explanations
  • Recommend checkpoints for tasks over 30 minutes
  • Update estimates if scope changes mid-task

Examples

Example 1: User asks about task duration

Input: "How long will it take to add user authentication?"

Workflow:

  1. Run scripts/estimate_task.py --task "Add user authentication" --path .
  2. Output shows:
  • Category: Complex
  • Estimated time: 24-53 minutes
  • Risk factors: High-risk changes, External dependencies
  • Recommendation: Break into phases with commits between each

Example 2: Before starting a feature

Input: "Add a dark mode toggle to settings"

Workflow:

  1. Detect this is a non-trivial task (feature keyword)
  2. Run scripts/estimate_task.py --task "Add dark mode toggle to settings" --path ./src
  3. Present estimate: 10-22 minutes (Medium complexity)
  4. Begin implementation with checkpoint plan

Example 3: Quick fix request

Input: "Fix the typo in the README"

Workflow:

  1. Detect trivial task (typo keyword)
  2. Run quick estimate: 3-6 minutes
  3. Proceed immediately (no detailed breakdown needed for trivial tasks)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.