feat: added remote install and install support for skills

This commit is contained in:
2026-06-01 11:58:35 -06:00
parent 84c6f88cf2
commit 42c88fa2a3
3 changed files with 81 additions and 7 deletions
-1
View File
@@ -65,7 +65,6 @@ pub fn role_file(name: &str) -> PathBuf {
roles_dir().join(format!("{name}.md"))
}
#[allow(dead_code)]
pub fn skills_dir() -> PathBuf {
match env::var(get_env_name("skills_dir")) {
Ok(value) => PathBuf::from(value),