Reconstruction And Visualisation Skill — Data skill for Claude Code
Claude skill to create an output optimised for the reader's comprehension from existing source material (a messy doc, a data dump, a long report, an old deck).
How to install Reconstruction And Visualisation Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open virapandy/reconstruction-and-visualisation-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Reconstruction And Visualisation Skill does
Claude skill to create an output optimised for the reader's comprehension from existing source material (a messy doc, a data dump, a long report, an old deck). True to source and safeguards to prevent hallucination / overreach probabilities
Alternatives in Data
- HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★
- Portaljs Add Dataset — Add a dataset (CSV, TSV, JSON, or GeoJSON) to an existing PortalJS portal 2.3k ★
- Bug Bounty Master Workflow — Full pipeline: Recon -> Learn -> Hunt -> Validate -> Report 924 ★
README
Reconstruction and Visualisation Skill
A [Claude Skill](https://support.claude.com/en/articles/12512180-using-skills-in-claude) that turns source material (a messy doc, a data dump, an old report or deck) into a new document shaped by **who will read it and what they need to do with it**: a real narrative arc, and a chart, table or plain paragraph chosen for what each piece of content actually is, rather than reformatting. And safeguards in place to reduce hallucination and overreach possibilities
It works as one continuous conversation, not a pipeline. It asks a fixed set of intake questions, proposes two real story arcs for you to choose between, shows you a plan and a cut list before drafting, audits its own draft against the source, and only then builds the file.
**Outputs:** conventional document (`.docx`), visual report (print-ready `.html`), interactive document (`.html`), or presentation (`.pptx`), plus a companion note recording every decision, cut and known gap.
Install
**Claude app (claude.ai, desktop, mobile)** — [download the latest `.skill` file](https://github.com/virapandy/reconstruction-and-visualisation-skill/releases/latest/download/reconstruction-and-visualisation-skill.skill), then Settings → Capabilities → Skills → upload it, and click **Save skill**. Turn on **Code execution and file creation** in Settings → Capabilities: the skill's checks are Python scripts, and without code execution it runs on written rules alone and says so in the run header.
**Claude Code** — unzip the same file into your skills directory (a `.skill` is a zip archive):
mkdir -p ~/.claude/skills/reconstruction-and-visualisation-skill
unzip reconstruction-and-visualisation-skill.skill -d ~/.claude/skills/reconstruction-and-visualisation-skill
Then describe what you want ("restructure this report for the board", "turn this dump into a deck") or invoke it by name. Only the latest version is published here; re-uploading the file replaces an installed
Related Skills
HyperMnesia
Self-hosted long-term memory for AI coding agents: Postgres+pgvector doc-RAG (component/constraint map + hybri
Decode
Decode the visual and editorial grammar of the supplied reference video. Watch the complete clip. Its content
Code Archaeology
Recover the structure, intent, and lineage of old code, data, or analysis
Brain Onboard
Run the Evolving Brain onboarding flow — dump data, generate the wiki, answer questions, wire connectors
Data Visualization Specialist
Use when a chart misleads or confuses. Wrong chart type for the data, a truncated axis, colour that encodes no
Cannibalization Detector
Finds true keyword cannibalisation in Google Search Console data, meaning the queries where two or more of the
Related Agents
Doc Reader
Reads long documents (PDF CV, LinkedIn export, job posting, annual report, member directory, large files in th
Comprehension Gate
Cold-reads code review comment bodies with no diff and no code access and judges whether a reader can tell wha
Context Isolator
Runs data-heavy read-and-summarize operations in an isolated context window to prevent bloating the main conve