skills-linkDeepSeek Harness plugin

Sync your local skills across 41+ AI coding agents with a single command.

Stars
191
Forks
7
License
MIT
Last commit
May 14, 2026

Overview

Sync your local skills across 41+ AI coding agents with a single command.

Original README

Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.

View source
Skills-Link Banner

One skills folder, every AI app.

Sync your local skills across 41+ AI coding agents with a single command.

Also supports rules sync: rules-link

npm version License: MIT GitHub stars

English | 中文


How it works

  Claude Code ──┐
  Cursor ───────┤
  Windsurf ─────┤
  Cline ────────┼──▶  ~/AISkills/  ◀──▶  GitHub
  Gemini CLI ───┤        ▲
  Trae ─────────┤        │
  Roo Code ─────┘   Master Directory
                    (single source of truth)

Every app's ~/.xxx/skills becomes a symlink pointing to one master directory. Add or edit a skill once — every app sees it instantly.


Install

bash
npm i -g skills-link

Quick start

bash
skills-link

That's it. First run walks you through everything — detect apps, import skills, create links.

Run it again anytime to sync changes and check health.


Commands

CommandDescription
skills-linkMain command — sync skills to all apps
skills-link add <repo>Install skill from GitHub
skills-link listList local skills
skills-link syncPush changes to GitHub
skills-link appManage enabled apps
rules-linkSync rules

Install skill from GitHub

bash
# Install all skills from a repo (choose one)
skills-link add vercel-labs/agent-skills

# Install specific skill
skills-link add vercel-labs/agent-skills -s web-design-guidelines

Supported agents

41+ agents out of the box:

AdaLAmpAntigravityAugment
Claude CodeClineCodeBuddyCodex
Command CodeContinueCortex CodeCrush
CursorDroidGemini CLIGitHub Copilot
GooseiFlow CLIJunieKilo Code
Kimi Code CLIKiro CLIKodeMCPJam
Mistral VibeMuxNeovateOpenClaw
OpenCodeOpenHandsPiPochi
QoderQwen CodeReplitRoo Code
TraeTrae CNWindsurfZencoder

Plus a universal fallback for any agent not listed. Add new agents with one line of code.


Cross-device sync

bash
# Machine A — push skills to GitHub
skills-link sync

# Machine B — clone and link
skills-link  # automatically pulls from remote

Config

~/AISkills/config.yaml:

yaml
1masterDir: ~/AISkills
2
3git:
4  enabled: true
5  remote: https://github.com/you/skills.git
6  autoPush: true
7
8apps:
9  - name: Claude Code
10    skillsPath: ~/.claude/skills
11    enabled: true

Language

bash
skills-link --lang zh     # CLI flag
# or set language: zh in config.yaml

Requirements

  • Node.js 18+
  • Windows / macOS / Linux

Windows uses Junction links — no admin rights needed. macOS / Linux uses native symlinks.


License

MIT


⭐ Star History

If skills-link helped you, give it a star — it helps others find it too!

Star History Chart