Jeremy Longshore's Claude Code Plugins Hub

Table of content
Jeremy Longshore's Claude Code Plugins Hub

Jeremy Longshore is an AI automation specialist based in Gulf Shores, Alabama. After 20+ years managing restaurant operations at Bloomin’ Brands, he taught himself to code and now builds production AI systems through his company Intent Solutions. His tagline: “Creating industries that don’t exist.”

Longshore built claude-code-plugins-plus-skills, the largest open-source Claude Code plugin marketplace with 549 embedded skills across 282 plugins. The project includes a CLI package manager, interactive Jupyter tutorials, and SaaS integration packs for Supabase, Vercel, and Sentry.

Background

His operational background shapes his approach. From his LinkedIn:

“Building for developers, never marketing to them.”

The Plugins Hub

The marketplace solves a common problem: developers install plugins and forget they exist. Longshore’s solution combines plugin discovery with skill auto-activation.

Install the CLI:

pnpm add -g @intentsolutionsio/ccpi

Or use Claude’s built-in commands:

/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus

The hub organizes plugins by category:

CategoryFocus
DevOpsCI/CD, infrastructure, deployment
SecurityAuditing, compliance, access control
AI/MLModel integration, RAG pipelines
SaaS PacksSupabase, Vercel, Sentry integration
TestingAutomated validation, performance

Each plugin includes embedded skills that activate automatically based on user input triggers. When you mention “deploy to production,” the relevant DevOps skills load without manual invocation.

Empirical Verification

Longshore emphasizes moving from “LLM analyzed my code” to “LLM + script verified with evidence.” His plugins include:

The claudecodeplugins.io website provides searchable access to all 549 skills with fuzzy search and category filtering.

SaaS Integration Packs

Flagship bundles offer 30 skills each for specific platforms:

ccpi install supabase-pack
ccpi install vercel-pack
ccpi install sentry-pack
ccpi install cursor-pack
ccpi install openrouter-pack

Each pack includes provider-specific workflows: database migrations for Supabase, deployment automation for Vercel, error monitoring for Sentry.

Other Projects

Beyond the plugins hub, Longshore maintains:

Key Takeaways

PrincipleImplementation
Plugins should auto-activateSkills trigger on user input, not manual commands
Document constraints upfrontAPI limits, auth requirements visible before install
Verify empiricallyScripts validate outcomes, not just LLM analysis
Build for operatorsFocus on production systems, not demos
Open source everythingMIT license, community contributions encouraged

Next: Jesse Vincent’s Superpowers Skills Framework

Topics: claude-code open-source automation workflow