Claude Code Plugins
Description
[](https://www.npmjs.com/package/@intentsolutionsio/ccpi) [](https://tonsofskills.com/explore) [](https://tonsofskills.com/skills) [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills)
Installation
claude install-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills README
Tons of Skills — Claude Code Plugins Marketplace
[](https://www.npmjs.com/package/@intentsolutionsio/ccpi) [](https://tonsofskills.com/explore) [](https://tonsofskills.com/skills) [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) [](https://buymeacoffee.com/jeremylongshore)
415 plugins, 2,811 skills, 154 agents, 16 community contributors — validated and ready to install.
pnpm add -g @intentsolutionsio/ccpi # Install the CLI
ccpi install devops-automation-pack # Install any plugin
Or use Claude's built-in command:
/plugin marketplace add jeremylongshore/claude-code-plugins
**[Browse the marketplace](https://tonsofskills.com)** | **[Explore plugins](https://tonsofskills.com/explore)** | **[Download bundles](https://tonsofskills.com/cowork)**
**Killer Skill of the Week** — [token-optimizer](https://github.com/alexgreensh/token-optimizer) by Alex Greenshpun ([@alexgreensh](https://github.com/alexgreensh))
**Ghost tokens eat your context. Find them. Fix them. Prevent rot.**
Claude gets measurably dumber as your context fills. Compaction destroys 60-70% of your conversation. Ghost tokens burn through your rate limits on every message. Token Optimizer tracks all of it: live quality scoring on your status line, smart compaction that saves your decisions before they're lost, full analytics dashboard with per-session cost breakdowns, and 6 parallel audit agents that optimize your entire setup. Not a one-time scan. An ongoing intelligence layer for your Claude Code workflow.
*"My Claude Code kept leaking tokens. So I built this. Now my limits last longer, context stays fresh, and I have full visibility and control over my usage & setup."* — Alex Greenshpun
Grade: A | Week of March 23, 2026 | [Install from GitHub](https://github.com/alexgreensh/token-optimizer)
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done