skillnet 0.6.0

Manage canonical AI skill stores, derived views, and calibration data for multi-phase-plan.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# skillnet

`skillnet` manages a checked-in mirror of AI skills and the live directories that feed it.

The current release focuses on the CLI:

- reconcile live `.agents`, `.claude`, and `.codex` trees into mirror scopes;
- inspect, move, rename, and delete mirrored skills;
- generate catalog output from `skillnet.catalog.toml`;
- record and analyze `multi-phase-plan` calibration data;
- store calibration data in Postgres by default, with explicit SQLite support;
- install and configure the binary through the exported Nix Home Manager module.

The supported public surface is the `skillnet` binary. No stable Rust library API is promised.