Carter Marketplace banner
bjzgcai bjzgcai

Carter Marketplace

Development community

Description

carter-marketplace with claude code plugin to speed up coding tasks. handy tools include subagents, mcp, skills, command.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Carter Marketplace 🚀

A curated marketplace of Claude Code plugins designed to supercharge your development workflow with production-ready agents, skills, commands, and MCP servers. No configuration needed - these best practices work out of the box!

🎯 What is Carter Marketplace?

Carter Marketplace is a collection of pre-configured Claude Code plugins that extend Claude's capabilities with specialized tools, agents, and integrations. Each plugin is designed to solve real development problems with minimal setup.

📦 Available Plugins

useful-plugin

A comprehensive plugin that brings together essential development tools for everyday coding tasks. This plugin includes specialized agents, creative skills, efficient commands, and powerful MCP server integrations.

✨ Features

🤖 Specialized Agents

Agents are autonomous sub-processes that handle complex, multi-step tasks with specialized capabilities.

**code-review**

Perform thorough code reviews with comprehensive analysis:

  • Code Quality Analysis: Structure, organization, code smells, anti-patterns, and maintainability
  • Bug Detection: Runtime errors, logic errors, null pointer dereferences, race conditions, error handling
  • Security Review: OWASP Top 10 vulnerabilities, injection flaws (SQL, XSS, command injection), authentication/authorization logic, insecure cryptography, hardcoded secrets
  • Performance Analysis: Bottlenecks, inefficient algorithms, unnecessary computations, database query optimization
  • Best Practices: Error handling, test coverage, documentation, API design, dependency management
  • Architecture Review: Design patterns, separation of concerns, module boundaries, scalability

**Use Cases:**

  • Pull request reviews
  • Security audits
  • Identifying bugs and potential issues
  • Code standards enforcement
  • Refactoring guidance

**chrome-devtools**

Real-time browser debugging and inspection powered by Chrome DevTools MCP:

  • **DOM & Element Inspectio