skillfile 1.4.2

Tool-agnostic AI skill & agent manager - the Brewfile for your AI tooling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod add;
pub mod add_tui;
pub mod diff;
pub mod format;
pub mod init;
pub mod pin;
pub mod remove;
pub mod resolve;
pub mod search;
pub mod search_tui;
pub mod skill_preview;
pub mod status;
pub mod validate;

#[cfg(test)]
pub(crate) mod test_support;