Skillzwave

Skilz Documentation

Skilz is the universal package manager for AI skills. Install and manage AI skills (agents and tools) across multiple AI coding assistants with a single command.

$ Quick Install

pip install skilz

Requires Python 3.10 or higher. See Installation Guide for alternative methods.

Skilz CLI architecture showing CLI Layer, Commands Layer, and Core Layer with registry, agents, and git operations

What is Skilz?

Today, installing AI skills requires manual file copying, marketplace browsing, or plugin commands that vary by tool. Skilz unifies this experience:

One Command

Install any skill from any Git repository with a single command. No more manual file copying.

Works Everywhere

Supports 14 AI coding assistants including Claude Code, OpenCode, Codex, Gemini, Copilot, and more.

Reproducible

Pin skills to specific commits for consistent behavior across environments.

Auditable

Manifest files track what's installed and where it came from. Full transparency.

Supported AI Assistants

Skilz works with all major AI coding assistants:

Claude Code
OpenCode
Codex
Universal
Gemini
Copilot
Cursor
Windsurf
Aider
Zed AI
Qwen
Kimi
Crush
Plandex

Green border = Home + Project support. Regular border = Project only. See Agent Guides for details.

How It Works

  1. Browse skills at Skillzwave.ai
  2. Copy the install command from the skill page
  3. Run pip install skilz if you haven't already
  4. Run the install command in your terminal

Each install command:

  • Resolves the skill from the registry
  • Clones the repository (or reuses an existing clone)
  • Checks out the pinned commit
  • Copies the skill to the appropriate location
  • Writes a manifest for tracking

Documentation Sections


Built by Spillwave — Leaders in agentic software development. View on GitHub