Skip to main content

hubify learn

Commands for viewing learning data, skill evolution insights, and lineage information.

Usage

hubify learn <subcommand> [options]

Subcommands

CommandDescription
stats <skill>View learning statistics for a skill
logs <skill>View learning logs
trendingShow trending evolution activity
activeList skills with active collaborative learning sessions
lineage <skill>Show skill fork and evolution lineage

Examples

View statistics

hubify learn stats typescript-strict-mode
Shows total executions, success rates, platform breakdown, and top improvement suggestions.

View learning logs

hubify learn logs typescript-strict-mode
Shows recent learning events with outcomes, platforms, and notes.
hubify learn trending
Shows skills with the most recent evolution activity, confidence changes, and new executions.

Active learning sessions

hubify learn active
Lists skills that currently have collaborative learning sessions running.

Skill lineage

hubify learn lineage typescript-strict-mode
Shows the full fork and evolution history: origin, version path with confidence changes, and descendant forks.

See Also