claude-code-plugins-plus-skills
💡 摘要
该项目提供Claude代码插件和技能的市场,使用户能够增强他们的编码工作流程。
🎯 适合人群
🤖 AI 吐槽: “README中暗示了潜在的风险,如依赖供应链问题和插件验证缺口。为减轻风险,应定期审核插件来源并保持严格的版本控制。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险;依赖锁定与供应链风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Claude Code Skills & Plugins Hub
📖 Learning Lab
Build production agent workflows with empirical verification - Complete teaching system with guides, diagrams, and working examples.
→ Start Here: 5-Minute Introduction | → Visual Architecture Map | → System Summary
Guides (90+ pages)
- Mental Model (5 min)
- Architecture Deep Dive (15 min)
- Build Your Own (30 min)
- Debugging Tips (15 min)
- Orchestration Pattern (60 min) ⭐
- Skills Tutorials (5 notebooks)
- Plugins Tutorials (4 notebooks)
- Orchestration Tutorials (2 notebooks)
Reference Implementation
What you'll learn: Turn "LLM analyzed my code" into "LLM + script verified with evidence" - The pattern for production-ready agent systems.
Claude Code plugins with embedded agent skills and interactive tutorials
v4.12.0: Quality improvements + 5 crypto trading plugins + validator content checks.
Latest: v4.12.0 Release
/plugin marketplace add jeremylongshore/claude-code-plugins /plugin install devops-automation-pack@claude-code-plugins-plus
⚡🪽 Buy me a Red Bull – Give these plugins wings and support ongoing development.
📦 Package Manager (CLI)
Discover, install, and manage plugins from your terminal. The CLI reads from this repo's published catalog—no manual cloning required.
Install
pnpm add -g @intentsolutionsio/ccpi
Or with npm/yarn:
npm install -g @intentsolutionsio/ccpi yarn global add @intentsolutionsio/ccpi
Usage
# Search plugins by keyword ccpi search devops # List all available plugins ccpi list # List installed plugins ccpi list --installed # Install a plugin ccpi install ansible-playbook-creator # Install multiple plugins at once ccpi install devops-automation-pack security-pack api-development-pack # Update all installed plugins ccpi update # Show plugin details ccpi info project-health-auditor # Validate plugin structure (for developers) ccpi validate ./my-plugin
How It Works
- This repo is the source of truth — All plugins live in
plugins/and catalog in.claude-plugin/marketplace.extended.json - Website publishes versioned catalog — On merge to
main, the catalog JSON is deployed to claudecodeplugins.io - CLI consumes catalog with caching — Fetches latest catalog on first use, caches locally for speed
Update Model
- Catalog updates: Happen automatically when PRs merge to
main - CLI releases: Only when CLI code changes (version bumps in
packages/cli/) - Plugin updates: Run
ccpi updateto pull latest versions
🙏 Contributors
Huge thanks to our community contributors who make this marketplace better:
- @rowanbrooks100 (Rowan Brooks) - 📣 BRAND STRATEGIST: Created the brand-strategy-framework plugin — a 7-part brand strategy methodology used by top agencies with Fortune 500 clients, now available as an AI skill. (#292)
- @RichardHightower (Rick Hightower) - 🎯 QUALITY CHAMPION: Creator of skilz (universal agent skill installer supporting 14+ coding agents) and co-founder of SkillzWave, the world's largest agentic skill marketplace with 44,000+ skills. His rigorous skill quality reviews (#293, #294, #295) exposed critical content validation gaps—files listed in READMEs that didn't exist, stub scripts with placeholder code, and generic boilerplate masquerading as documentation. This feedback drove 4,300+ lines of fixes across 3 skills and spawned new validator checks that catch these issues automatically. Author of the Claude Code Skills Deep Dive series and extensive AI architecture content on Medium and Spillwave Solutions. (#293, #294, #295)
- @TomLucidor (Tom) - 🏆 TRANSPARENCY CHAMPION: His simple question "Which plugins require paid APIs vs free/self-hosted?" sparked the entire "Make All Plugins Free" initiative (v4.1.0). His follow-up about rate limits and registration requirements drove 2,400+ lines of comprehensive constraint documentation across 6 plugins (v4.3.0). Tom doesn't write code, but he keeps projects honest by asking the questions users are afraid to ask. (#148)
- @alexfazio (Alex Fazio) - 🎓 Shared production agent workflow patterns and validation techniques that inspired the complete Learning Lab system (v4.0.0). His insights on empirical verification transformed how we teach agent development.
- @lukeslp (Lucas Steuber) - 🎉 MASSIVE CONTRIBUTION: Created geepers-agents with 51 specialized agents for development workflows, deployment, quality audits, research, and game development - the largest single plugin contribution to date! (#159)
- @beepsoft - Provided valuable feedback on skill implementations that inspired comprehensive quality enhancements across the entire plugin ecosy
优点
- 可用插件种类繁多
- 提供互动教程以便于实践学习
- 强大的社区支持和贡献
缺点
- 插件可能过时
- 新用户的学习曲线
- 依赖外部插件更新
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 jeremylongshore.
