Claude Code plugin marketplace by Pedro Camara Junior — agentic developer workflows packaged as installable plugins.
# Add this marketplace to Claude Code
claude /plugin marketplace add pcamarajr/agentic-pluginsThen install whichever plugins you want:
claude /plugin install visual-parity@agentic-plugins| Plugin | What it does |
|---|---|
visual-parity |
Visual parity loop for UI migrations. Compares a legacy reference URL with a new URL, captures cropped screenshots, diffs them with pixelmatch, then iterates CSS in your project until the renders match human-eye. |
debug |
Hypothesis-driven runtime debugging, Cursor Debug Mode style. Generates competing root-cause hypotheses, instruments your code with self-cleaning log statements that stream to a local collector, captures evidence while you (or the agent) reproduce the bug, applies an evidence-backed fix, and asks you for the verdict. |
Each plugin is independently versioned with SemVer. Updates ship only when the plugin's plugin.json version field is bumped — see the CHANGELOG for a per-plugin release history.
- Claude Code v2.1.0+ (for the
/plugincommand and plugin hooks) - Per-plugin requirements are listed in each plugin's own README
MIT © 2026 Pedro Camara Junior