Skill Kit

Skill Kit is a full-lifecycle skill management tool for developers and users

Create, test, convert, sync, and compose AI Agent Skills across multiple platforms

Full Lifecycle Management

Skill Kit provides a complete set of CLI commands covering every stage of Skill development — from creation to deployment and optimization.

Create

Scaffold a new Skill from templates, or automatically distill one from your AI conversation history.

Validate

Check format compliance, enforce best practices with auto-fix, and run trigger tests to ensure quality.

Convert

Seamlessly convert Skill format between Claude Code, Cursor, Codex CLI, and Continue platforms.

Manage

Install Skills from GitHub or local paths, list installed Skills, update, or remove them with simple commands.

Sync & Share

Push/pull Skills to the cloud (Supabase, GitHub Gist), sync across devices with offline queue support.

Compose & Analyze

Orchestrate multi-skill workflows with YAML definitions, visualize pipelines, and track usage analytics.

Quick Start

Installation

npm install -g @skill-kit/cli
Copy

Create a Skill

skill init my-skill --template standard
Copy

Distill from Conversation

skill distill run --latest
Copy

Lint & Test

skill lint --fix
skill test
Copy

Cross-Platform Convert

skill convert to cursor
Copy

Compose Workflows

skill compose run workflow.yaml
Copy

Features

Package Structure

@skill-kit/cliUnified command-line interface
@skill-kit/coreShared core module
@skill-kit/lintFormat checker
@skill-kit/initScaffolding generator
@skill-kit/registryPackage manager
@skill-kit/distillConversation distiller
@skill-kit/convertFormat converter
@skill-kit/testTest framework
@skill-kit/syncCloud sync
@skill-kit/analyticsUsage analytics
@skill-kit/composeWorkflow orchestration
@skill-kit/docDocumentation generator

Ready to get started?