By ustas-eth
Corrects LLM bias toward human-team timelines in agent-first companies
Personal collection of skills for coding agents (Claude Code, Codex, etc.).
Follows the agentskills.io/specification format.
Claude Code (marketplace):
/plugin marketplace add ustas-eth/skills
/plugin install time-estimation@ustas-skills
Claude Code (manual):
mkdir -p ~/.claude/skills/time-estimation
curl -o ~/.claude/skills/time-estimation/SKILL.md \
https://raw.githubusercontent.com/ustas-eth/skills/main/time-estimation/skills/time-estimation/SKILL.md
Codex / other agents:
mkdir -p ~/.agents/skills/time-estimation
curl -o ~/.agents/skills/time-estimation/SKILL.md \
https://raw.githubusercontent.com/ustas-eth/skills/main/time-estimation/skills/time-estimation/SKILL.md
Corrects the systematic bias LLM agents have toward human-team timelines when estimating project duration. Forces decomposition into active agent time vs elapsed wall-clock time, grounded in METR Time Horizons v1.1 (March 2026) and SWE-bench Pro data.
Tested across 40+ prompts on both Claude (Opus/Sonnet) and Codex (GPT-5.4).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub ustas-eth/skills --plugin time-estimationStructured planning with risk assessment and time estimation
Multi-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
AI Agent Team Operating System for Claude Code — persistent team management, meetings, task wall, company loop engine, and real-time dashboard
Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
Agent Teams orchestration, governance hooks, multi-AI review, memento skill intelligence, and project management skills for Claude Code