This directory contains Claude Skills developed as part of the Research Edge Series.
File: qual-analysis.zip
Referenced in: Article #005 — AI and the Qualitative Analysis Problem
A structured qualitative analysis pipeline that runs open coding, theme construction, quote selection, pattern detection, and quality checks — with full traceability back to source text.
What it produces:
How to install:
File: correspondence-analysis.zip
Companion skill for the browser-based Correspondence Analysis Map. Helps Claude reason about brand × attribute biplots, choose appropriate standardisation, and interpret the resulting clusters and white-space.
Three composable Claude Code skills that go with Article #006 — A Working Framework for Using GenAI on Quantitative Survey Data. Together they cover prep through analysis: the LLM interprets, Python computes, the analyst verifies.
File: flatten-crosstab.zip
Pairs with: Path A in the article
Converts agency crosstab deliverables (XLSX, XLS, CSV) into a flat, self-describing format. The skill inspects the file, confirms the structure with you, then runs Python to flatten deterministically. Outputs long and wide flat files, a data dictionary, and a four-check validation report.
Use this when a crosstab has already arrived and you need to get it into a shape an LLM can read without losing meaning.
File: extract-crosstabs.zip
Pairs with: Path C in the article
Generates flat-format crosstabs directly from raw respondent-level data (.sav, .csv, .xlsx). Supports all five question types, analyst-driven weighting, conditional bases, custom NETs, and optional significance testing. Outputs the flat file plus a formatted crosstab Excel — chainable into flatten-crosstab if you need both forms.
Use this when you only have raw data and need to produce the standard cross-cut tables yourself.
File: tidy-data-analysis.zip
Pairs with: the analysis stage of the article
Picks up where the prep stack ends. Works through research objectives interactively — proposes analytical moves, runs them deterministically, and helps you pin each finding to its supporting evidence. Auto-runs four sanity checks per finding. Exports findings together with the tables behind them, and sessions resume across sittings.
Use this when the data is clean and you need help going from a flat file to a defensible set of findings.
Companion specification: the flat-format DP delivery spec defines the same flat output shape that data processing teams can produce at source — useful when you want the format upstream rather than after the fact.
Install (Claude Code skills):
.zip from this directory~/.claude/skills/ directorySkills are open source and free to use. See github.com/vtmade for more.