agentic/code/addons/verbalized-sampling/skills/diversity-tuning/SKILL.md
Interactive tuning of Verbalized Sampling diversity parameters with preset management and A/B comparison
npx skillsauth add jmagly/aiwg diversity-tuningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
Interactively tune Verbalized Sampling parameters to find the right diversity level for a given task.
| Parameter | Default | Range | Description | |-----------|---------|-------|-------------| | k | 5 | 3-20 | Number of responses to generate | | threshold | 0.1 | 0.01-1.0 | Probability filter threshold | | variant | standard | standard/cot/multi | VS prompt variant |
| Preset | k | threshold | variant | Use Case | |--------|---|-----------|---------|----------| | conservative | 3 | 1.0 | standard | Minimal diversity, high confidence | | moderate | 5 | 0.1 | standard | Balanced (default) | | creative | 8 | 0.05 | cot | High diversity for ideation | | maximum | 12 | 0.01 | multi | Maximum exploration |
# Apply a preset
"tune diversity to creative"
# Custom parameters
"set diversity k=8 threshold=0.05"
# A/B comparison
"compare diversity: moderate vs creative for tagline generation"
When comparing presets:
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.