shanliuling / skills-link

목록에 있음

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

main도구스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:shanliuling/skills-link

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 26487ae동기화 2026. 8. 18.
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

npm i -g skills-link

Quick start

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

# 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

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

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

Config

~/AISkills/config.yaml:

masterDir: ~/AISkills

git:
  enabled: true
  remote: https://github.com/you/skills.git
  autoPush: true

apps:
  - name: Claude Code
    skillsPath: ~/.claude/skills
    enabled: true

Language

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

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 5. 14. 오전 6:44

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.