Loading...
Loading...
Oss
Complete skill management platform with MCP server for AI agent integration.
Store skills, search them, track their effectiveness, package them for sharing, and integrate them natively with AI agents via MCP server. Skills come from hand-written files, CASS mining, bundles, or guided workflows. Thompson sampling learns which skills work best. Multi-layer security: ACIP for prompt injection, DCG for command safety, path policy for traversal attacks, secret scanner for redaction.
# Install via Cargo
cargo install meta_skill
# Or download pre-built binary from releases# Start MCP server for AI agents
ms mcp serve
# Search for skills
ms search 'error handling'
# Token-packed loading within budget
ms load <skill> --pack 2000
# Security scan for prompt injection
ms security scan <file>
# Graph analysis via bv
ms graph insightsExplore the source code, documentation, and contribute to the project.