npx claudepluginhub dotneet/claude-code-toolkit --plugin agent-callA collection of plugins and skills for Claude Code.
This repository contains the following plugins:
| Plugin | Description |
|---|---|
| review-tool | Code review skills for various tech stacks |
| agent-call | Skills to delegate tasks to other AI agents |
| agent-session | Session analysis and agent rule suggestions |
| research | Web search and documentation retrieval skills |
Follow the instructions below to install the plugins in Claude Code.
# Register the marketplace
/plugin marketplace add dotneet/claude-code-marketplace
# Install individual plugins
/plugin install review-tool@dotneet-marketplace
/plugin install agent-call@dotneet-marketplace
/plugin install agent-session@dotneet-marketplace
/plugin install research@dotneet-marketplace
Expert code reviewer for TypeScript + React 19 applications.
Use when:
Key features:
Evaluate and improve code modularization using the Balanced Coupling Model.
Use when:
Key features:
Delegate tasks to Claude Code CLI.
Delegate tasks to Codex CLI.
Delegate tasks to Cursor Agent.
Analyze session history and repository to suggest agent rules. Useful for onboarding or when review feedback increases.
Perform web searches, research, and reasoning using the Perplexity API. Requires PERPLEXITY_API_KEY environment variable.
Capabilities:
Retrieve the latest library documentation using Context7. Prevents hallucinations from outdated training data. Requires CONTEXT7_API_KEY environment variable.
Use when:
Once installed, these skills are automatically available in Claude Code. They will be suggested when relevant tasks are detected, or you can invoke them directly.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.