KS
Killer-Skills

skillshare โ€” Categories.community

vv0.16.10
GitHub

About this Skill

Perfect for AI CLI Agents needing synchronized skill management across multiple tools like Claude Code and Cursor ๐Ÿ“š Sync skills across all AI CLI tools with one command and simplify team sharing. Supporting Claude Code, OpenClaw, OpenCode & more

runkids runkids
[0]
[0]
Updated: 3/4/2026

โ†“ Quality Score

Top 5%
44
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add runkids/skillshare/references/install.md

Agent Capability Analysis

The skillshare MCP Server by runkids is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for AI CLI Agents needing synchronized skill management across multiple tools like Claude Code and Cursor

Core Value

Empowers agents to sync skills across all AI CLI tools with one command, simplifying team sharing and supporting various tools like OpenClaw and OpenCode through YAML configuration files and project-local repositories

โ†“ Capabilities Granted for skillshare MCP Server

Syncing skills globally with a single command
Automating project-local skill setup with `.skillshare/config.yaml`
Importing skills from existing CLIs like Claude Code

! Prerequisites & Limits

  • Requires `~/.config/skillshare/skills/` directory for global setup
  • Project mode auto-detection relies on `.skillshare/config.yaml` presence
Project
SKILL.md
5.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Skillshare CLI

Global: ~/.config/skillshare/skills/ โ†’ all AI CLIs. Project: .skillshare/skills/ โ†’ repo-local. Auto-detects project mode when .skillshare/config.yaml exists. Force with -p or -g.

Recipes

Getting Started

bash
1skillshare init --no-copy --all-targets --git --skill # Fresh global setup 2skillshare init -p --targets "claude,cursor" # Fresh project setup 3skillshare init --copy-from claude --all-targets --git # Import from existing CLI 4skillshare init --discover --select "windsurf" # Add new AI tool later

Installing Skills

bash
1skillshare install user/repo -s pdf,commit # Select specific skills 2skillshare install user/repo --all # Install everything 3skillshare install user/repo --into frontend # Place in subdirectory 4skillshare install gitlab.com/team/repo # Any Git host 5skillshare install user/repo --track # Enable `update` later 6skillshare install user/repo -s pdf -p # Install to project 7skillshare install # Reinstall all tracked remotes from config 8skillshare sync # Always sync after install 9skillshare sync extras # Sync non-skill extras (rules, commands) 10skillshare sync --all # Sync skills + extras together

Creating & Discovering Skills

bash
1skillshare new my-skill # Create a new skill from template 2skillshare search "react testing" # Search GitHub for skills 3skillshare collect # Pull target-local changes back to source

Removing Skills

bash
1skillshare uninstall my-skill # Remove one (moves to trash) 2skillshare uninstall skill-a skill-b # Remove multiple 3skillshare uninstall -G frontend # Remove entire group 4skillshare sync # Always sync after uninstall

Team / Organization

bash
1# Creator: init project (see Getting Started) โ†’ add skills โ†’ commit .skillshare/ 2skillshare install -p && skillshare sync # Member: clone โ†’ install โ†’ sync 3skillshare install github.com/team/repo --track -p # Track shared repo 4skillshare push # Cross-machine: push on A 5skillshare pull # Cross-machine: pull on B

Controlling Where Skills Go

bash
1# SKILL.md frontmatter: targets: [claude] โ†’ only syncs to Claude 2skillshare target claude --add-include "team-*" # glob filter 3skillshare target claude --add-exclude "_legacy*" # exclude pattern 4skillshare target codex --mode copy && skillshare sync --force # copy mode

See targets.md for details.

Updates & Maintenance

bash
1skillshare check # See what has updates 2skillshare update my-skill && skillshare sync # Update one 3skillshare update --all && skillshare sync # Update all 4skillshare update --all --diff # Show what changed

Recovery & Troubleshooting

bash
1skillshare trash restore <name> && skillshare sync # Undo delete 2skillshare sync # Skill missing? Re-sync 3skillshare doctor && skillshare status # Diagnose issues 4skillshare install user/repo --force # Override audit block 5skillshare install user/repo --skip-audit # Bypass scan entirely

See TROUBLESHOOTING.md for more.

Quick Lookup

CommandsProject?
status, diff, list, doctorโœ“ (auto)
sync, collectโœ“ (auto)
install, uninstall, update, check, search, newโœ“ (-p)
target, audit, trash, logโœ“ (-p)
push, pull, backup, restoreโœ—
tui, ui, upgradeโœ“

AI Caller Rules

  1. Non-interactive โ€” AI cannot answer prompts. Use --force, --all, -s, --targets, --no-copy, --all-targets, --yes.
  2. Sync after mutations โ€” install, uninstall, update, collect, target all need sync.
  3. Audit โ€” install auto-scans; CRITICAL blocks. --force to override, --skip-audit to bypass.
  4. Uninstall safely โ€” moves to trash (7 days). trash restore <name> to undo. NEVER rm -rf symlinks.
  5. Output โ€” --json for structured data, --no-tui for plain text, tui off to disable TUI globally, --dry-run to preview.

References

TopicFile
Init flagsinit.md
Sync/collect/push/pullsync.md
Install/update/uninstall/newinstall.md
Status/diff/list/search/checkstatus.md
Security auditaudit.md
Trashtrash.md
Operation loglog.md
Targetstargets.md
Backup/restorebackup.md
TroubleshootingTROUBLESHOOTING.md

Related Skills

Looking for an alternative to skillshare or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

โ˜… 149.6k
โ‘‚ 0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

โ˜… 73.0k
โ‘‚ 0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life โ€” to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level โ€” enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

โ˜… 72.8k
โ‘‚ 0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life โ€” to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level โ€” enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

โ˜… 72.8k
โ‘‚ 0
Communication