Frontend Dev Pack
Description
[](000-docs/247-OD-CHNG-changelog.md) [](https://www.npmjs.com/package/@intentsolutionsio/ccpi) [](000-docs/247-OD-CHNG-changelog.md) [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills)
Installation
claude install-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills README
Claude Code Skills & Plugins Hub
[](000-docs/247-OD-CHNG-changelog.md) [](https://www.npmjs.com/package/@intentsolutionsio/ccpi) [](000-docs/247-OD-CHNG-changelog.md) [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) [](tutorials/skills/05-skill-validation.ipynb) [](tutorials/skills/02-skill-anatomy.ipynb) [](000-docs/185-MS-INDX-tutorials.md) [](https://colab.research.google.com/github/jeremylongshore/claude-code-plugins-plus-skills/blob/main/tutorials/) [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) [](https://www.anthropic.com/) [](https://cloud.google.com/) [](https://buymeacoffee.com/jeremylongshore) [](https://github.com/sponsors/jeremylongshore)
**The largest open-source marketplace for Claude Code plugins and agent skills.** 347 plugins, 1,900+ skills, 69 community contributions — validated, graded, 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** — Every week we scour GitHub for the most impressive Claude Code skills and spotlight one that's popping. Sign up at [tonsofskills.com](https://tonsofskills.com) and we'll email you the pick — no searching required.
What Changed: Claude Code in 2026
Anthropic shipped several features since plugins launched in October 2025 that change how developers extend Claude Code:
- undefined
...
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