Skip to main content

Crate skilo

Crate skilo 

Source
Expand description

Skilo - CLI tool for Agent Skills development.

This crate provides tools for creating, validating, and formatting Agent Skills.

Re-exports§

pub use error::Result;
pub use error::SkiloError;

Modules§

agent
Supported AI coding agents and their skill directories.
cache
Cache directory management for git repositories.
cli
Command-line interface definitions.
commands
Command implementations.
config
Configuration file handling.
error
Error types for the skilo crate.
git
Git operations for fetching skills from remote repositories.
lang
Script language utilities.
output
Output formatting for command results.
scope
Installation scope handling (project vs global).
skill
Skill parsing, validation, and formatting.
templates
Skill templates for scaffolding new skills.