agentsclimarketplace

Cost time optimizer

Skill alainlebret/claude-agents/higher-ed-teaching-agents/skills/cost-time-optimizer

Modular skill and workflow ecosystems for AI coding assistants. Structured, multi-agent pipelines for specialized professional domains.

Install
npx -y skills add alainlebret/claude-agents --skill cost-time-optimizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Optimizes workflow execution for latency, token usage, and unnecessary artifact generation while preserving quality gates. Use before or during orchestration to reduce turnaround time and operating cost.

SKILL.md

1.5 KB, as published. Nobody here has run it

Cost Time Optimizer

Goal

Minimize execution cost and runtime without reducing required quality, policy compliance, or reproducibility.

Inputs

  • workflow-spec.json
  • execution-plan.json (if available)
  • Existing artifacts in run directory
  • Request constraints (deadline, depth, mandatory outputs)

Produce

Write optimization-plan.json with:

  • baseline_plan_summary
  • pruning_actions
  • parallelization_actions
  • reuse_actions
  • prompt_budget_policy
  • expected_savings (time and token estimate)
  • risk_controls

Optimization policy

  • Prune optional skills that do not affect user-stated outcomes.
  • Reuse validated existing artifacts when skip conditions permit.
  • Parallelize independent optional steps.
  • Downscope overlong narrative artifacts when rubric/spec coverage is unchanged.
  • Preserve all required quality gates.

Guardrails

  • Never remove mandatory artifacts or required skills.
  • Never bypass validation tools.
  • If optimization increases semantic risk, downgrade confidence and require manual confirmation.

Rules

  • Prefer deterministic, auditable reductions over aggressive heuristics.
  • Every optimization action must include expected gain and rollback condition.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.