skillshare

Synchronize AI CLI skills across multiple targets from a single source.

11|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/runkids/my-skills --skill skillshare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare
Source: https://github.com/runkids/my-skills/tree/main/skillshare
Command: npx skills add https://github.com/runkids/my-skills --skill skillshare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, grep, cut, tar, tr, stat, mktemp, uname, date, chmod, mkdir, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill consolidates and synchronizes AI CLI skills across multiple targets from a single source of truth, preventing drift and manual duplication.

Core Features & Use Cases

  • Centralized management: Maintain a single repository of skills and deploy them to multiple targets (e.g., ~/.claude/skills, ~/.cursor/skills).
  • Lifecycle workflows: Supports init, sync, collect, push/pull, and upgrade to manage skill lifecycles across machines.
  • Cross-team collaboration: Enables team members to share a common skillbase and keep targets in sync across environments.

Quick Start

Check the current state with skillshare status, preview changes with skillshare sync --dry-run, and apply updates with skillshare sync.

Frequently Asked Questions about skillshare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync AI skills across multiple machines or CLI tools?

Skill synchronization consolidates your AI skills from a single source and deploys them across targets like claude and cursor. Use skillshare init to set up, then skillshare sync to apply updates across all machines, preventing drift and manual duplication.

Can I manage skills for both claude and cursor from one location?

Yes. Skillshare maintains a centralized skill repository and synchronizes to multiple targets simultaneously. Configure target modes to deploy to ~/.claude/skills, ~/.cursor/skills, and other deployments from one source of truth.

How do I preview sync changes before applying them?

Run skillshare sync --dry-run to preview all pending changes without modifying your targets. Review the output, then run skillshare sync to apply updates safely across your environment.

What's the best way to collect skills from multiple targets back into the central repository?

Use skillshare collect to gather skills from your deployed targets and consolidate them into your central source. This prevents local changes from being lost and keeps your repository current across machines.

Can I use skillshare for team-wide skill management?

Yes. Skillshare enables cross-team collaboration by maintaining a shared skillbase that synchronizes across team members' machines and environments. All team members stay aligned with the same skills and updates.

Does skillshare support per-skill installation or full-directory deployment?

Skillshare supports both per-skill symlinks for granular control and whole-directory symlink options for bulk deployment. Choose the mode that fits your workflow, and uninstall safely without affecting other skills.