SKZ

Getting Started

Install and configure skz for your AI coding assistant.

1 Initialize your project

Run the init command to set up skz in your project:

bunx @bind/skillz init
Click to copy

This creates a .opencode/skz.json config file.

2 Add skills

Add skills to your project using the add command:

bunx @bind/skillz add linear-issues-read
Click to copy

Or run bunx @bind/skillz add without arguments for an interactive picker.

Supported Platforms

OpenCode

Skills installed to .opencode/skill/

Claude Code

Use --claude flag or init in a .claude/ directory

Requirements

  • Bun runtime
  • Node.js 18+ (optional)