跳到主要内容
知仓学习社ZHICANG

optim-agent

Guide agent-driven parameter optimization for configurable systems with measurable objectives. Use for HPO, inference tuning, simulations, or RL/con…

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Optim Agent

Overview

Use this skill to optimize configurable systems against a measurable scalar objective. It helps an agent turn vague tuning requests into bounded experiments with a defined search space, budget, baseline, and evidence-backed recommendation.

When to Use This Skill

  • Use when tuning hyperparameters, prompts, inference settings, simulation parameters, quantitative strategies, or RL/control policies.
  • Use when the objective can be measured as a scalar score, loss, accuracy, cost, latency, reward, or risk-adjusted metric.
  • Use when the user needs a small-budget optimization loop with trial history, comparisons, and stop criteria.

Do not use this skill when

  • The objective is purely subjective and cannot be scored consistently.
  • The user has not provided permission to run experiments or consume compute/API budget.
  • The task is a one-shot implementation, debugging, or code review request with no configurable search space.

Instructions

  1. Define the optimization target in one sentence: maximize or minimize one scalar metric.
  2. List the tunable parameters, valid ranges, types, defaults, and any forbidden combinations.
  3. Establish at least one baseline before proposing agent-guided trials.
  4. Set the budget up front: number of trials, time, compute, money, or dataset subsample.
  5. Run or request trials one at a time unless the user explicitly approves parallel execution.
  6. Record every trial with parameters, metric value, notes, and failure status.
  7. Compare the best result against the baseline and a simple search strategy when possible.
  8. Stop when the budget is exhausted, the improvement plateaus, or the next trial cannot be justified from evidence.
  9. Report the recommended configuration, measured gain, tradeoffs, and any validation still needed before production use.

Examples

Example 1: Hyperparameter optimization

Tune learning rate, regularization, and tree depth for a credit-default model. Track validation AUC for each trial, compare against the default configuration, and recommend the best setting only if it improves the baseline under the agreed trial budget.

Example 2: Inference tuning

Tune retrieval depth, temperature, and reranker threshold for a RAG workflow. Optimize answer quality under a latency or cost ceiling, then report the best configuration with quality, latency, and cost tradeoffs.

Example 3: Simulation or control

Tune controller gains or environment parameters for a simulator. Optimize reward or error while logging failed trials separately so unstable configurations do not bias the recommendation.

Best Practices

  • Keep the first run small; expand only after the loop produces useful signal.
  • Prefer parameters with clear operational meaning over arbitrary knobs.
  • Treat failed trials as data and record why they failed.
  • Validate the final configuration on held-out data, a fresh seed, or a separate scenario before calling it robust.
  • Ask before running expensive, long, or externally billed experiments.

Limitations

  • This skill does not guarantee a global optimum.
  • Results depend on objective quality, noise, search-space design, and experiment reproducibility.
  • Use domain review before applying tuned configurations to production, financial, safety-critical, or user-impacting systems.

Additional Resources

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 optim-agent 的技能。它们内容并不相同,别混用: