v1.0 · 20 plugins · 169 skills · all editors

Every Claude Code skill.
One command.

Install 20 plugins, 117 agent skills, and 52 custom skills. Works with Claude Code, Codex, Gemini, Antigravity, and OpenCode.

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

macOS · The installer asks which tool to set up · API

20 plugins 117 agent skills 52 custom skills 8 marketplaces
Claude Code Codex CLI Gemini CLI Antigravity OpenCode

Up and running in 3 steps

01 / INSTALL
Run one command

The installer asks which tool to set up, then installs the skills where that tool reads them. Pick Claude Code for the full 20-plugin setup, or Codex, Gemini, Antigravity.

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

Pick your tool in the installer. Skills land where each one looks for them, 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 169 skills

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

# 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.

# 1. Install Antigravity (Google) from antigravity.google
# 2. Run the installer and choose "Antigravity"
curl -fsSL https://raw.githubusercontent.com/black12-ag/claude-skill/main/bootstrap.sh | bash

# 3. Antigravity surfaces skills at session start
agy # every skill available in the agent

Antigravity loads each skill's SKILL.md from the shared ~/.agents/skills/ directory.

# 1. Install OpenCode (opencode.ai)
curl -fsSL https://opencode.ai/install | bash

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

# 3. OpenCode reads skills from ~/.agents/skills
opencode # skills auto-discovered as tools

OpenCode natively reads SKILL.md from ~/.agents/skills/ and ~/.claude/skills/, and uses ~/.config/opencode/AGENTS.md for instructions.

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 every skill and command 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

20 plugins — all auto-installed

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

One command. Every skill.

Works on Claude Code, Codex, Gemini CLI, Antigravity & OpenCode.