skillshare

Manage and synchronize AI CLI skills across source directories and target installations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/FairladyZ625/Obsidian-Brain-OS --skill skillshare-fairladyz625
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare
Source: https://github.com/FairladyZ625/Obsidian-Brain-OS/tree/main/skills/recommended/skillshare
Command: npx skills add https://github.com/FairladyZ625/Obsidian-Brain-OS --skill skillshare-fairladyz625

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Skillshare eliminates manual copying, inconsistent installs, and sync drift by centralizing the installation, distribution, and lifecycle management of AI CLI skills across machines and multiple target tools, saving time and reducing configuration errors.

Core Features & Use Cases

  • Install & Update: Install skills from Git repositories or local paths, track remote repos, and update tracked skills reliably.
  • Sync & Targets: Distribute skills and extras to many AI CLI targets with per-target modes (merge, copy, symlink) and include/exclude filters.
  • Security & Recovery: Built-in security audit gates with threshold controls, trash-based soft-delete (7-day retention), backups, and recovery workflows.
  • CI and Automation: JSON output for scripting/CI, non-interactive flags, and tooling to build and publish skill hubs and audit pipelines.
  • Use Case: Set up a project .skillshare/ source, install team-shared skills, run audits to enforce safety, and sync them to developer machines or AI CLIs automatically.

Quick Start

Install a skill from a GitHub repository into the current project, run the security audit, and sync it to all configured targets.

Frequently Asked Questions about skillshare

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

FAQPage Schema
How do I sync AI CLI skills across multiple target installations?

Skillshare syncs AI CLI skills across multiple target installations by applying per-target modes like merge, copy, or symlink to distribute skills and extras from configured source directories automatically.

What is the best way to manage AI CLI skills centrally across different machines?

Central AI CLI skill management is done by tracking Git-based installs and updates globally or per-project, eliminating sync drift and manual configuration errors across different machines and target tools.

Can I run a security audit before installing AI CLI skills from a Git repository?

Yes, you can run a post-install security audit with blocking thresholds when installing AI CLI skills from Git repositories. This enforces safety gates before synced skills are distributed to targets.

Does this skill management approach support JSON output for CI pipelines?

Yes, the skill management process supports JSON output and non-interactive automation flags, enabling seamless integration into CI pipelines and automated audit workflows for target installations.

How do I recover accidentally deleted CLI skills during a sync?

You can recover accidentally deleted CLI skills using trash-based soft-delete with 7-day retention and built-in backup workflows, allowing safe restoration before permanent removal occurs.

When should I use global versus project-level skill directories for syncing?

Use global directories (~/.config/skillshare/) for machine-wide CLI skill distribution and project-level directories (.skillshare/) for team-shared, repository-specific skill syncs and isolated audits.