skillshub 0.1.9

A package manager for AI coding agent skills - like homebrew for skills
1
2
3
4
5
6
7
8
9
mod agents;
mod clean;
mod external;
mod link;

pub use agents::show_agents;
pub use clean::{clean_cache, clean_links};
pub use external::{external_forget, external_list, external_scan};
pub use link::link_to_agents;