SkillKit

SkillKit Documentation

Universal CLI for managing AI agent skills across 32 coding platforms

SkillKit

SkillKit is a universal command-line interface (CLI) and programmatic toolkit for managing AI agent skills across 32 AI coding platforms.

Current Version: v1.8.0

The Problem

Each AI coding agent uses different skill formats and directory structures:

  • Claude Code uses .claude/skills/ with SKILL.md
  • Cursor uses .cursor/skills/ with .mdc format
  • GitHub Copilot uses .github/skills/

Without SkillKit, you either rewrite skills for each agent, lock into one platform, or abandon skills entirely.

The Solution

SkillKit provides a "write once, deploy everywhere" platform. Maintain a single skill definition that automatically translates across all 32 platforms.

Quick Install

# Run instantly with npx (no install required)
npx skillkit@latest

# Or install globally for frequent use
npm install -g skillkit
skillkit init
skillkit install anthropics/skills
skillkit sync

Core Features

FeatureDescription
Cross-Platform TranslationAutomatic conversion between 32 agent formats
Smart RecommendationsAI-powered skill suggestions based on your tech stack
Session MemoryPersistent learning that survives across sessions
PrimerAuto-generate agent instructions from your codebase
Mesh NetworkMulti-machine agent distribution with encrypted P2P
Inter-Agent MessagingSend messages between AI agents across your network
Team CollaborationGit-based .skills manifest for sharing
Workflow OrchestrationCompose skills into multi-step automated workflows
Skill TestingBuilt-in test framework with assertions
CI/CD IntegrationGitHub Actions, GitLab CI, and pre-commit hooks
TypeScript APIFull programmatic access to all features
Interactive TUIBeautiful terminal interface with real-time updates

Advanced Capabilities

Session Memory System

Your AI agents learn patterns during sessions—then forget everything. SkillKit captures these learnings and makes them permanent.

skillkit memory compress      # Compress learnings
skillkit memory search auth   # Search knowledge
skillkit memory export auth-patterns  # Export as skill

Learn more →

Primer - Auto-Generate Instructions

Automatically generate CLAUDE.md, .cursorrules, and agent instructions by analyzing your codebase.

skillkit primer                # Analyze project
skillkit primer --all-agents   # Generate for all 32 agents

Learn more →

Mesh Network

Run agents across multiple machines with encrypted P2P communication.

skillkit mesh init       # Initialize mesh node
skillkit mesh discover   # Find peers on LAN
skillkit mesh security init  # Setup Ed25519 encryption

Learn more →

Inter-Agent Messaging

Send messages between AI agents across your mesh network.

skillkit message send    # Send to another agent
skillkit message inbox   # Check your inbox

Learn more →

Architecture

TierComponents
User InterfacesCLI (Clipanion v4), TUI (OpenTUI/React), Documentation
Business Logic@skillkit/core, @skillkit/agents (32 adapters)
Data Layer@skillkit/memory (CozoDB), @skillkit/mesh (WebSocket/UDP)
External SystemsGitHub/GitLab, Marketplace (15,000+ skills)

Supported Agents (32)

Claude Code, Cursor, Codex, Gemini CLI, OpenCode, GitHub Copilot, Windsurf, Antigravity, Amp, Clawdbot, Droid, Goose, Kilo Code, Kiro CLI, Roo Code, Trae, Cline, CodeBuddy, Continue, Crush, Factory, MCPJam, Mux, Neovate, OpenHands, Pi, Qoder, Qwen, Vercel, Zencoder, CommandCode, Universal

Full agent details →

RepositorySkills
anthropics/skillsPDF, XLSX, DOCX processing
vercel-labs/agent-skillsReact/Next.js best practices
nextlevelbuilder/ui-ux-pro-max-skillUI/UX design patterns
superdesigndev/superdesign-skillModern design systems

Get Started

  1. Installation - Install and initialize
  2. Quick Start - 5-minute guide
  3. Commands - Full CLI reference
  4. Skills - Skill format and lifecycle
  5. API Reference - Programmatic access

Use Cases

  • Multi-Agent Developer - Write skills once, use across Claude, Cursor, Windsurf, and more
  • Team Lead - Share skills via Git-based manifest, ensure team alignment
  • New Project Starter - Auto-generate agent instructions with Primer
  • Enterprise Architect - Distribute agents across multiple machines with Mesh Network

Enterprise Features

  • Private Registries - Host internal skills in private repos
  • Git-Based Sync - Skills live in your repo, push to share
  • CI/CD Integration - Auto-validate and deploy skills on every commit
  • TypeScript API - Full programmatic access for custom workflows
  • Security - Ed25519 encryption, XChaCha20-Poly1305, TLS 1.3

On this page