v1.0 · 17 plugins · 180+ skills · all editors

Every Claude Code skill.
One command.

Install 17 plugins, 128 agent skills, and 52 custom skills. Works with Claude Code, VS Code, Cursor, JetBrains, Codex, and the CLI.

curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

macOS · Requires Claude Code + Node.js · API

17 plugins 128+ agent skills 52 custom skills 7 marketplaces
Claude Code CLI VS Code Cursor JetBrains Codex CLI Gemini CLI

Up and running in 3 steps

01 / INSTALL
Run one command

The bootstrap script clones the repo, adds all 7 marketplaces, and installs all 17 plugins automatically on any Mac.

curl -fsSL .../bootstrap.sh | bash
02 / LOGIN
Log in to Claude

A browser window opens. Sign in with your Anthropic account. The script detects login and resumes automatically.

claude login ← auto-triggered
03 / USE
Start using skills

Restart your editor. Type / to see every command, or /auto to let Claude pick the perfect skill for your task.

/auto build me a landing page

Works on every editor and CLI

One install. Skills work across all Claude-powered tools automatically.

# One command installs everything
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# After install — use skills immediately
claude # open Claude Code
/auto build me a UI component
/menu # browse all 180+ skills

Skills are stored in ~/.agents/skills/ and ~/.claude/skills/ — shared across all Claude-powered apps automatically.

# 1. Install Claude Code extension in VS Code
# Extensions tab → search "Claude Code" → Install

# 2. Run the skill installer in VS Code terminal
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Open Claude panel → type / to see all skills
/auto fix this bug in my code

The Claude Code VS Code extension shares the same skill directory. Install once, works everywhere.

# 1. Enable Claude Code in Cursor settings
# Settings → AI → Claude Code → Enable

# 2. Run installer in Cursor terminal
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Open AI chat → type / for all commands
ts:taste-skill # design taste enforcement
/impeccable audit # full UI audit

Cursor supports Claude Code skills via the same ~/.agents/skills/ directory.

# 1. Install Claude Code plugin from JetBrains Marketplace
# Preferences → Plugins → search "Claude Code"

# 2. Run installer in IDE terminal
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Open Claude panel → use all skills
superpowers:systematic-debugging
coderabbit:code-review

Works with IntelliJ IDEA, WebStorm, PyCharm, GoLand, and all JetBrains IDEs.

# 1. Install Codex CLI
npm install -g @openai/codex

# 2. Run skill installer
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Skills in ~/.agents/skills/ are auto-loaded by Codex
codex # open Codex with all skills available

Codex CLI reads skills from ~/.agents/skills/ automatically. No extra config needed.

# 1. Install Gemini CLI
npm install -g @google/gemini-cli

# 2. Run skill installer
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Gemini reads GEMINI.md for skill routing
gemini # open Gemini with skills active
activate_skill brainstorming

Gemini CLI uses GEMINI.md files and reads skills from the shared ~/.agents/skills/ directory.

Browse every skill

Exact commands to use in Claude Code after install.

Find the right skill instantly

Describe what you want to do. The agent returns the exact command to run. Also available as a REST API.

  • Knows all 180+ commands by heart
  • Returns copy-paste ready invocations
  • Deployed on Cloudflare Workers globally
  • Zero latency — runs at the edge
REST API — GET
https://skills.shegerpay.com/agent?q=build+a+ui
REST API — POST
POST /agent   {"query": "debug a crash"}
Skill Agent
online · skills.shegerpay.com

17 plugins — all auto-installed

Use the prefix to invoke skills. e.g. ts:taste-skill

One command. Every skill.

Works on Claude Code, VS Code, Cursor, JetBrains, Codex & Gemini CLI.