zskills

zot24/zskills
★ 0 stars Rust AI/LLM Updated 3d ago
Declarative package manager for agentic coding CLIs — skills, plugins, and MCP servers managed from a single TOML manifest. Claude Code supported today; multi-runtime by design.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zskills": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zskills"
      ]
    }
  }
}

README Excerpt

A declarative package manager for agentic coding CLIs — skills, plugins, and MCP servers managed from a single TOML manifest. Written in Rust. Think `brew bundle` for your AI coding setup: `skills.toml` declares intent, the runtime's config (e.g. Claude Code's `~/.claude/settings.json`, `installed_plugins.json`, MCP server entries) gets reconciled atomically. Works with any marketplace tap and any GitHub repo that exposes a skill under `skills/<name>/SKILL.md`.

Tools (2)

cloudflaregithub

Topics

agentic-codingai-toolsclaude-codeclimcpmcp-serverspackage-managerpluginsrustskills