skm-cli 0.1.0

Developer CLI for Agent Skills - validate, test, optimize, and serve
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # skm-cli
//!
//! Developer CLI for Agent Skills.
//!
//! Commands:
//! - `init` - Create a new skill from template
//! - `validate` - Validate SKILL.md files
//! - `list` - List skills in a directory
//! - `select` - Interactive skill selection (debugging)
//! - `test` - Run trigger test suites
//! - `bench` - Benchmark selection performance
//! - `optimize` - Optimize skill descriptions
//! - `stats` - Show usage analytics
//! - `serve` - Start HTTP API server

pub mod commands;