skillshare

Manage and synchronize AI CLI skills across devices and projects.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill skillshare-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/skillshare
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill skillshare-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages and syncs AI CLI skills across 50+ tools from a single source, reducing drift and manual setup across machines.

Core Features & Use Cases

  • Centralized skill catalog with install, update, uninstall, sync, audit, analyze, check, diff, and search across both global and project modes.
  • Handles orphaned symlinks, broken targets, and configuration drift, enabling CI/CD pipelines for skill management and hub sharing.
  • Use cases include adding new tool targets, filtering by include/exclude patterns, backing up and restoring, and building hub of skills.

Quick Start

Initialize a global or project skillbase and run a full sync to bring targets in line with the source.

Frequently Asked Questions about skillshare

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

FAQPage Schema
How do I synchronize AI CLI skills across multiple devices and projects?

You can synchronize AI CLI skills across devices by initializing a global or project skillbase and running a full sync to align targets with the source, eliminating manual setup and drift.

What is the best way to audit and manage configuration drift for CLI tools?

Auditing and managing configuration drift for CLI tools is done by running the audit and diff commands, which detect orphaned symlinks and broken targets to ensure deterministic script execution.

Can I use a centralized skill catalog to install and update tools in a CI/CD pipeline?

Yes, you can use the centralized skill catalog to install, update, and uninstall tools in a CI/CD pipeline by relying on standard UNIX tools like curl, tar, and git for safe synchronization.

How do I filter CLI skill installations by specific tool targets?

You can filter CLI skill installations by using include and exclude patterns during the sync process, allowing you to target specific tools across global and project scopes.

Do I need any special dependencies to manage skills with standard UNIX tools?

No special dependencies are needed to manage skills because the system relies entirely on standard UNIX tools like curl, tar, stat, and git, along with an extensible YAML frontmatter model.

How does the YAML frontmatter model work for describing AI skills?

The YAML frontmatter model describes AI skills by providing an extensible metadata structure that enables deterministic script execution and safe synchronization across diverse team workflows.