asifiqbal91

Sync Skills — Development skill for Claude Code

Development community

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

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