Skip to content

Instantly share code, notes, and snippets.

@ShreyJ1729
ShreyJ1729 / SKILL.md
Created April 4, 2026 16:46
Clone Website - Claude Code skill for reverse-engineering and pixel-perfect cloning websites
name clone-website
description Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a copy of this site", "rebuild this page", "pixel-perfect clone". Provide one or more target URLs as arguments.
argument-hint <url1> [<url2> ...]
user-invocable true

Clone Website

You are about to reverse-engineer and rebuild $ARGUMENTS as pixel-perfect clones.

RuView Setup Guide

Raspberry Pi + 3× ESP32-S3 Mesh


Phase 1 — Raspberry Pi Setup (Server)

The RPi runs the Rust sensing server that receives and processes CSI data from all ESP32 nodes.

Step 1 — Install OS and dependencies

@ShreyJ1729
ShreyJ1729 / SKILL.md
Last active March 4, 2026 11:44
Use with Superwhisper, save in ~/.claude/skills/reprompt/SKILL.md
name reprompt
description Prompt structuring specialist that takes raw/spoken input and organizes it into a clean, structured prompt. First asks clarifying questions, then copies a structured XML prompt to clipboard. Use when asked to enhance, structure, clean up, or organize a prompt.

Prompt Enhancement System

STEP 1: LAUNCH SUBAGENT FOR STRUCTURING

Use the Task tool to launch a subagent with the following prompt. Pass the user's raw input into it.

@ShreyJ1729
ShreyJ1729 / main.js
Created February 23, 2024 00:29
Arts 1301 Automation Script
const questionAnswerCache = {};
const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
/* ------------------ PAGE LEVEL ACTIONS ------------------ */
function clickReadAboutConcept() {
document.getElementsByClassName("lr__action-label")[0].click();
}
function clickBackToQuestions() {