picture-to-pixel
v0.1.0-betaMeasure-first visual reconstruction: turns a reference URL into a real-browser-measured spec, builds a target section via a pluggable adapter (Elementor first), and validates it with automated REF-vs-TARGET QA (PASS/FAIL/WARN/N/A) instead of a visual guess.
By CycladsLicense: MIT0 GitHub starsUpdated 49 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install picture-to-pixel for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install picture-to-pixel@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Cyclads/picture-to-pixelClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/picture-to-pixel/SKILL.md
Included Skills1
Use when asked to rebuild, reproduce, clone, or visually match a reference web page/section on a target site or page builder — reconstructs a component from real browser measurements (not screenshots or guesses) and validates it with automated REF-vs-TARGET QA. Triggers on requests like "reproduce this design", "rebuild this section to match [URL]", "make this page look like the reference", or any P2P/"Picture to Pixel" workflow mention.
Plugin manifests1
{
"name": "picture-to-pixel",
"version": "0.1.0-beta",
"description": "Measure-first visual reconstruction: turns a reference URL into a real-browser-measured spec, builds a target section via a pluggable adapter (Elementor first), and validates it with automated REF-vs-TARGET QA (PASS/FAIL/WARN/N/A) instead of a visual guess.",
"author": {
"name": "Cyclads",
"url": "https://github.com/Cyclads"
},
"homepage": "https://github.com/Cyclads/picture-to-pixel",
"repository": "https://github.com/Cyclads/picture-to-pixel",
"license": "MIT",
"keywords": [
"visual-reconstruction",
"playwright",
"qa",
"elementor",
"wordpress",
"design-to-code"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[picture-to-pixel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/picture-to-pixel)