AI SummarySkillHub 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster