Loading...
Loading...
Oss
Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing.
A comprehensive toolkit for Claude Code skill management. Index skills from local directories or GitHub, build and bundle them for distribution, and mine your CASS coding session history to extract reusable patterns as shareable skills. The meta-tool for creating and organizing the skills that make agents smarter.
# Install via Cargo
cargo install meta_skill
# Or download pre-built binary from releases# Index skills from a directory
meta_skill index ~/.claude/skills
# Search for skills
meta_skill search 'git workflow'
# Build a skill bundle
meta_skill build my-skill --output bundle.tar.gz
# Mine CASS for skill patterns
meta_skill mine --from-cassExplore the source code, documentation, and contribute to the project.