nexo_skill_compose_candidates
Identifies skill pairs that co-occur in multiple sessions with high joint success to propose merging them into a single composite skill.
Instructions
Voyager-style detection: list skill pairs that fired together in 3+ sessions with 60%+ joint success and could become a single composite (closes Fase 5 item 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_co_occurrence | No | minimum sessions where both skills fired (default 3). | |
| min_success_rate | No | minimum joint success rate (default 0.6). | |
| limit | No | max candidates to return (default 20). |