Curated Claude Code plugins: skills, workflows, and productivity tools
npx claudepluginhub pigfoot/claude-code-hubsProfessional Confluence document management with unlimited file sizes and complete image support. Upload/download Markdown documents, handle images and diagrams, search with CQL, and integrate with CI/CD pipelines.
Build secure container images with Wolfi runtime, non-root users, and multi-stage builds. Templates for Python/uv, Bun, Node.js/pnpm, Golang (static/CGO), and Rust (glibc/musl) with allocator optimization
Build multi-architecture container images in GitHub Actions. Matrix builds (public repos with native ARM64), QEMU emulation (private repos), or ARM64 larger runners (Team/Enterprise). Uses Podman rootless builds with manifest support
Unified image generation workflow with Gemini/Imagen models using fixed Python script approach (eliminates AI hallucinations). Generate 1-100 images with minimal JSON config. Supports TrendLife brand styling, interactive prompt design, and cross-platform operation.
Taiwan calendar skill for accurate working day/holiday information. Queries government API to provide today's date, check specific dates, count working days, and calculate N working days from a date. Solves Claude's knowledge cutoff issues with Taiwan holidays and weekdays.
Find empty trains (空車) at 亞東醫院 MRT station. Identifies trains that originate at the station vs those arriving from 海山, helping riders catch less crowded trains.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
A curated collection of plugins, skills, and configuration templates for Claude Code, plus integration with recommended third-party marketplaces.
From this marketplace (pigfoot):
Recommended third-party plugins:
Reusable workflow patterns included in plugins - automatically available after plugin installation.
Before using this marketplace, ensure you have these tools installed:
Recommended to use Homebrew:
# Install Homebrew if you don't have it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install required tools
brew install jq
brew install oven-sh/bun/bun
brew install uv
Use apt, apt-get, yum, pacman, apk or any native package manager tool.
Example (Debian/Ubuntu):
sudo apt-get update && sudo apt-get install -y jq
# bun for javascript/typescript
curl -fsSL https://bun.sh/install | bash
# uv for python
curl -LsSf https://astral.sh/uv/install.sh | sh
For the best experience, we recommend using Windows Terminal:
Windows 11: Windows Terminal is pre-installed. Just open it and run claude.
Windows 10: Install Windows Terminal first:
# Using winget
winget install Microsoft.WindowsTerminal
# Or using Scoop
scoop install windows-terminal
Install tools using Scoop:
# Install Scoop if you don't have it
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
# Install required tools
scoop install jq
scoop install bun
scoop install uv
Note: Windows built-in
wingetis also possible, however Scoop is recommended for better compatibility with command line tools.
Follow the official installation guide or use one of the methods below:
Homebrew (macOS, Linux):
brew install --cask claude-code
macOS, Linux, WSL, Git Bash:
curl -fsSL https://claude.ai/install.sh | bash
irm https://claude.ai/install.ps1 | iex
# Add to PATH (if needed)
[Environment]::SetEnvironmentVariable(
"Path",
[Environment]::GetEnvironmentVariable("Path", "User") + ";$env:USERPROFILE\.local\bin",
"User"
)
This one-time setup grants Claude Code necessary permissions and configures CLAUDE.md for optimal workflow.
What this does:
macOS, Linux, WSL, Git Bash: