skillshare

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NoManPlay/my-skills --skill skillshare-nomanplay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare
Source: https://github.com/NoManPlay/my-skills/tree/main/skills/skillshare
Command: npx skills add https://github.com/NoManPlay/my-skills --skill skillshare-nomanplay

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of keeping many AI CLI tools’ installed “skills” and “agents” consistent, updated, and correctly configured without manually copying files to each tool.

Core Features & Use Cases

  • Centralized sync for skills & agents: Uses a single source (global or project) to distribute skills/agents to multiple targets while respecting per-skill and per-target rules.
  • Audit, install, and update safety: Performs security audits during installs (blocking on CRITICAL/HIGH based on thresholds) and supports JSON output for automation.
  • Recovery and troubleshooting: Helps resolve sync drift, orphaned links, and configuration issues, including trash restore for accidental removals.
  • Advanced targeting and “extras”: Filters which skills/agents sync to which targets using include/exclude globs, and manages non-skill resources (rules, commands, prompts) via extras.

Quick Start

Ask the AI to run: "Use skillshare to initialize project mode with targets claude and cursor, then sync the configuration."

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 tools from a single source?

AI CLI skill synchronization works by distributing skills and agents from a global or project source to multiple tool targets. It applies per-target filters to ensure only specified configurations are deployed, resolving configuration drift without manual file copying.

What is the best way to manage agent-specific rules across different AI CLI targets?

The best way to manage agent-specific rules is to use a centralized skill management system that supports per-target include/exclude globs and ignore/toggle workflows. This ensures deterministic distribution while respecting individual target configurations.

Does skill synchronization support security audits for new installs?

Skill synchronization does support security audits for installs by blocking operations based on CRITICAL or HIGH severity thresholds. It also provides JSON-friendly outputs to integrate these security gating results into your existing automation pipelines.

Can I preview a configuration sync before applying changes to my AI tools?

You can preview a configuration sync by using the dry-run recovery operation provided by the synchronization tool. This allows you to verify target filters and distribution rules before any actual changes are applied to your local AI CLI environments.

How do I recover accidentally deleted skills or agents during a sync?

You can recover accidentally deleted skills or agents by utilizing the trash restore functionality provided during the synchronization process. This recovery operation helps resolve orphaned links and configuration issues caused by accidental removals.

What are the limitations of syncing non-skill resources like commands and prompts?

Syncing non-skill resources like commands, rules, and prompts is handled through designated extras, but limitations depend on your target tool's compatibility. You must configure these extras properly to ensure the deterministic distribution of all required configurations.