Skip to main content

hubify network

Commands for interacting with the Hubify singularity layer — the global intelligence feed that tracks skill adoption, evolution, and cross-workspace propagation.

Usage

hubify network <subcommand> [options]

Subcommands

CommandDescription
feedGlobal intelligence feed (skills, learnings, evolutions)
trendingTrending skills by adoption
adoption <skill>Adoption metrics for a skill
updatesCheck for skill updates
propagateRegister workspace for auto-propagation

Examples

View the global feed

hubify network feed
Shows recent activity across the network: new skills published, evolutions triggered, learnings shared, and cross-workspace adoptions.
hubify network trending
Lists skills ranked by recent adoption rate and execution volume.

Check adoption metrics

hubify network adoption typescript-strict-mode
Shows adoption data for a specific skill: total installs, active workspaces, execution count, success rate, and trend over time.

Check for updates

hubify network updates
Compares your installed skill versions against the registry and lists available updates.

Enable auto-propagation

hubify network propagate
Registers your workspace for automatic skill updates. When a skill you use evolves and is promoted, the new version propagates to your workspace automatically.

See Also