Agent skill
tuning/parameter-optimizer
Optimize Ollama PARAMETER values (temperature, num_ctx, top_k, top_p, repeat_penalty, stop sequences) per task. Use to translate tuning directives into runtime presets.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/tuningparameter-optimizer
SKILL.md
Parameter Optimizer
Capabilities
- set_cognitive_temperature: adjust creativity vs. determinism.
- define_context_window: set num_ctx based on doc size/task.
- configure_stop_sequences: define stop tokens to bound outputs.
- penalize_repetition: adjust repeat_penalty to avoid loops.
Dependencies
- embedding-repair (diag logging)
- reliability-budget (optional SLO tuning)
Outputs
- parameter preset dict for Ollama run/create.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?