Results for “automatic-calibration”

50 skills
More results
ecnu-icalk
auto-skill-lifecycle-handling
Automates the full lifecycle of agent skills: extracts reusable constraints from user feedback, merges preferences with version bumps, and retrieves relevant skills for new tasks.
559
nvidia
amc-setup-calibration-stack
Deploy the AutoMagicCalib microservice and web UI from pre-built NGC release images using Docker Compose.
2.2k · bundle
nvidia
amc-run-video-calibration
Calibrate a new dataset from pre-recorded video files via the AutoMagicCalib REST API.
2.2k · bundle
nvidia
amc-run-sample-calibration
Run end-to-end calibration on the bundled sample dataset against a running AMC microservice to verify the stack works before processing real data.
2.2k · bundle
shenxingy
loop
Clade goal-driven autonomous improvement loop (Blueprint architecture — deterministic pre/post phases + LLM supervisor/worker nodes, converges when goal met or max-iter hit). NOT the Claude Code built-in /loop (which polls a prompt on an interval like `/loop 5m /foo`) — if the user wants interval polling, route to the built-in.
8 · bundle
modbender
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
12 · bundle
samyakjhaveri
auto-paper-improvement-loop
Iteratively improves a compiled LaTeX paper through two rounds of external LLM review, fix implementation, and recompilation.
0
lovits
autopilot
[OMX] Strict autonomous loop: $deep-interview -> $ralplan -> $ultragoal (+ $team if needed) -> $code-review -> $ultraqa
0
salacoste
self-improve
Autonomous evolutionary code improvement engine with tournament selection
1 · bundle
brycewang-stanford
auto-review-loop-llm
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
1k
eli-yu-first
automl-configurator
Configures AutoML pipelines with algorithm selection, feature engineering, and ensemble methods
6 · bundle
enuno
autonomous-trading
Give your agent a budget, a target, and a deadline — it does the rest. Orchestrates DSL + Opportunity Scanner + Emerging Movers into a full autonomous trading loop on Hyperliquid. Race condition prevention, conviction collapse cuts, cross-margin buffer math, speed filter. 3 risk profiles: conservative, moderate, aggressive. Use when setting up autonomous trading, creating a trading strategy, or running a scan-evaluate-trade-protect loop.
1 · bundle
github
agentic-eval
Implement iterative evaluation and refinement loops for AI agent outputs, using self-critique, evaluator-optimizer patterns, and rubric-based scoring to improve quality.
36.2k
nvidia
nemotron-customize
Plan, configure, and chain Nemotron model customization steps into single-step or multi-step pipelines for curation, translation, fine-tuning, RL alignment, benchmarking, checkpoint conversion, optimization, and evaluation.
2.2k · bundle
anantha-236
skill-comply
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines
1 · bundle
livelybug
autoplan
Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. (gstack)
0 · bundle
mhassan0000
skill-comply
Measures whether coding agents actually follow skills, rules, or agent definitions by generating test scenarios, running agents, and classifying tool calls to report compliance rates.
1 · bundle
neekware
autoresearch-agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
0 · bundle
auto-skiller
dependency-repair
Autonomously repairs failed task verification by choosing retry, decompose, prune, or escalate strategies before surfacing to the user.
1 · bundle
k-dense-ai
arbor
Run autonomous optimization loops that iteratively improve artifacts against evaluators using hypothesis tree refinement, without overfitting.
30.2k · bundle
qhjqhj00
ape-eval
Benchmarks automatic post-editing (APE) models on WMT'18 SMT, SubEdits, and MLQE-PE datasets, reporting BLEU, ChrF, and TER scores computed with SacreBLEU and TERCOM.
3
aniruddhaadak80
auto-finetuner
Automatically collects dialectic memory to fine-tune local models.
0
richardnguyen0715
ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
0
mcollina
skill-optimizer
Improves AI skills for activation, clarity, and cross-model reliability through benchmarking, salience tuning, and regression triage.
1.9k · bundle
nickgallick
auto-fix
When reviewing code, generate the complete corrected version — not just the issues, but the exact fixed code ready to copy-paste.
0
georgeqle
autoresearch
Autonomous experiment loop — iteratively mutate code, measure a metric, keep only improvements (hill-climbing ratchet)
1 · bundle
bankrbot
aeon-autoresearch
Generates four improved variations of any installed skill, scores them against a weighted rubric, and applies the winning version while preserving the original.
1.2k · bundle
alunadev
autoresearch
Autonomously optimize any Claude Code skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill, benchmark skill, eval my skill, run evals on. Outputs: an improved SKILL.md, a results log, and a changelog of every mutation tried.
3 · bundle
composiohq
apollo-automation
Automate Apollo.io lead generation: search organizations, discover contacts, enrich prospect data, manage contact stages, and build targeted outreach lists using natural language commands.
66.9k
tinh2
polish
Runs a full quality pass that chains parallel UX and scalability audits, QA verification, and a consistency gate, fixing all issues found across any stack.
13
kursku
advanced-evaluation
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.
55 · bundle
huuanh20
ck-quality
Audits code quality against a shared contract, producing structured findings and blocking pipeline phases on critical issues without modifying code.
1 · bundle
brycewang-stanford
auto-review-loop
Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
1k
oyi77
autonomous
Coordinates five specialized agents (planning, research, code, review, deploy) into a pipeline that ships features from spec to production with automated gates.
10
qhjqhj00
bleurt
Evaluates the correlation between automatic text generation scores and human quality ratings, including robustness to domain and quality drift, using metrics like Kendall's Tau and Pearson correlation.
3