skillnet 0.3.0

Reconcile and manage local AI skill mirrors; calibration data for the multi-phase-plan skill.
Documentation
# Quick Start

Install from crates.io:

```sh
cargo install skillnet
```

Common first commands:

```sh
skillnet status
skillnet scope list
skillnet scope sources
skillnet sync pull --scope global
skillnet skill list --scope global
skillnet catalog generate
```

`skillnet.toml` defines the mirror scopes and live source directories. `skillnet.catalog.toml` defines catalog metadata used by `catalog generate` and `catalog lint`.