Skip to content
Skill

skillhub

by Ray0907

AI Summary

SkillHub is a cross-platform manager for installing and syncing AI agent skills across Claude Code, Codex CLI, and Gemini CLI. It's useful for developers who work with multiple AI coding platforms and need centralized skill management.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "skillhub" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/skillhub && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skillhub/SKILL.md "https://raw.githubusercontent.com/Ray0907/skillhub/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Cross-platform Agent Skills manager. Use when user wants to sync, install, list, or manage skills across Claude Code, Codex CLI, and Gemini CLI.

Usage

When the user invokes any skillhub command, execute the corresponding Python script: `bash python3 ~/.claude/skills/skillhub/scripts/skillhub.py <command> [args] `

Examples

User: "/skillhub sync" Action: Run python3 ~/.claude/skills/skillhub/scripts/skillhub.py sync User: "/skillhub install @anthropic/tdd" Action: Run python3 ~/.claude/skills/skillhub/scripts/skillhub.py install @anthropic/tdd User: "/skillhub list" Action: Run python3 ~/.claude/skills/skillhub/scripts/skillhub.py list

SkillHub

A meta-skill for managing Agent Skills across multiple AI coding platforms.

Commands

• /skillhub sync - Sync all skills to detected platforms • /skillhub install @scope/name - Install a specific skill • /skillhub list - List available skills • /skillhub status - Show sync status • /skillhub config - View/edit configuration

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated3mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code