lucid-quantum/skill/references/mode-optimization/SKILL.md
GPU mode priority optimization: cost efficiency analysis, auto-optimize from intelligence, and resource allocation
npx skillsauth add lucid-fdn/lucid-skills mode-optimizationInstall 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.
Optimize how GPU time is allocated across 23 search modes. The auto-optimize pipeline bridges target intelligence (triage scores, fingerprints) with work distribution (priority weights).
quantum_cost to see GPU cost per billion keys per modequantum_optimize to automatically set priority weights from intelligence dataquantum_fleet to confirm the new weight distribution makes sensequantum_protect periodically to detect mode stallsThe quantum_optimize tool bridges intelligence → work distribution:
Aggregate triage scores — For each target with blockchain metadata, compute mode vulnerability probability. Average across all targets per mode.
Aggregate fingerprints — For each target with a wallet fingerprint (confidence > 0.3), accumulate probable_modes weighted by confidence.
Compute final weight — Per mode:
base_weight = 1.0 + avg_triage_score * 7.0 (1.0 - 8.0 range)
fp_boost = min(sum_fingerprint_probabilities, 2.0) (0.0 - 2.0 range)
final_weight = min(base_weight + fp_boost, 10.0)
Apply — Write to ModeProgress.priority_weight. Exhausted modes stay at 0.0.
Cache — Computed mode_scores and narrowed_ranges are cached to TargetMetadataCache for future queries.
work_service._get_weighted_mode_order() reads priority weights:
priority_weight DESCtools
PLUGIN_DESCRIPTION
testing
Generate short-form video content optimized for social media platforms
business
Generate 1:1 personalized video for sales prospecting and customer success
data-ai
Generate animated data report videos from KPIs, charts, and analytics