Sync Skills — Development skill for Claude Code
Zero-dependency Bash CLI that syncs agent skills across Claude Code, Cursor, Codex and Gemini CLI.
How to install Sync Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open asifiqbal91/sync-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sync Skills does
Zero-dependency Bash CLI that syncs agent skills across Claude Code, Cursor, Codex and Gemini CLI.
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
- Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
README
sync-skills
A zero-dependency Bash script to synchronize and symlink AI coding agent skills from a single source (`~/.agents/skills`) into per-tool skill directories across multiple AI tools and IDEs.
Quickstart
# Clone the repository
git clone https://github.com/asifiqbal91/sync-skills.git
cd sync-skills
# Make executable if needed
chmod +x sync-skills
# Preview changes without modifying your filesystem
./sync-skills --dry-run
# Audit current skill status across all agent directories
./sync-skills --report
# Run synchronization
./sync-skills
Supported Tools
- Claude Code (
~/.claude/skills) - Codex CLI (
~/.codex/skills) - Cursor (
~/.cursor/skills) - Cline (
~/.cline/skills) - GitHub Copilot (
~/.copilot/skills) - Gemini CLI (
~/.gemini/skills) - Antigravity (
~/.gemini/antigravity/skills) - OpenCode (
~/.config/opencode/skills) - Hermes (
~/.hermes/skills) - Configurable target switches for other tools (Windsurf, Continue, Roo, Trae, Kiro, Qoder, CodeBuddy)
Options
| Flag | Description |
|---|---|
-n, --dry-run |
Show what would happen without making any changes |
-r, --report |
Audit all target directories and display status table |
-f, --force |
Replace stale symlinks pointing elsewhere |
-p, --prune |
Remove broken symlinks whose source no longer exists |
-v, --verbose |
Print every action in detail, including no-ops |
-h, --help |
Display usage instructions and options |
📚 Documentation
For technical details, project guidelines, and development context:
- 🤖 For AI Coding Agents: Refer to AGENTS.md for development commands, project conventions, and agent instructions.
- 🏗️ Architecture: See docs/ARCHITECTURE.md for the system structure, major components, and data flows.
- ⚖️ Decision Log: See docs/DECISIONS.md for architectural decisions, rationale, and established conventions.
- 🎯 Product Scope: See [docs
Related Skills
Claude Memory Reminder
Persistent tiered memory & reminder notebook skill for Claude Code and codex. Zero-dependency bash hook, multi
Coding Agent Session Search
Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C
Agentcompat
Which agent extension features actually work on which agent. A compatibility matrix for skills, hooks, MCP and
Wezbridge
Zero-dependency MCP server to orchestrate a swarm of Claude Code / Codex sessions across WezTerm panes — any s
Mcptoon
Listing 255 MCP tools costs 71,929 tokens. mcptoon's name index: 581 (-99.2%, tiktoken-measured). Zero-dep CLI
MCP Linker
mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor💡mcphub
Related Agents
Async Code
Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per
Monk Installer
Install, upgrade, and troubleshoot monk-agent plus Monk CLI/daemon for Claude, Codex, and Cursor users.
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.