Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 2.02 KB

File metadata and controls

89 lines (58 loc) · 2.02 KB

Installation

Pixel Perfect Web Replica is distributed as a standard SKILL.md folder. The repository root is the skill folder.

The bundled mirror script uses Python standard library modules plus the system file command when available.

One-line Install

Install for both Codex and Claude Code:

curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bash

Install for Codex only:

curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bash -s codex

Install for Claude Code only:

curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bash -s claude

Install with the skills CLI:

npx skills@latest add Core-Mate/Pixel-Perfect-Web-Replica

Install For Codex

mkdir -p ~/.codex/skills
git clone https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git ~/.codex/skills/pixel-perfect-web-replica

Restart Codex after installation.

To update:

cd ~/.codex/skills/pixel-perfect-web-replica
git pull

Install For Claude Code

Claude Code discovers personal skills from ~/.claude/skills/ and project skills from .claude/skills/.

Personal installation:

mkdir -p ~/.claude/skills
git clone https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git ~/.claude/skills/pixel-perfect-web-replica

Project installation:

mkdir -p .claude/skills
git submodule add https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git .claude/skills/pixel-perfect-web-replica

Restart Claude Code after installation.

Verify Installation

Ask your agent:

What skills are available?

Then try:

Use pixel-perfect-web-replica to mirror this public page locally and generate a replaceable resource inventory.

Script Smoke Test

After installation, the script should show CLI help:

python3 ~/.codex/skills/pixel-perfect-web-replica/scripts/mirror_public_page.py --help