Skip to content

Instantly share code, notes, and snippets.

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 description
reprompt
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() {