survey-results-analyzer

survey-results-analyzer is a skill for Claude Code, Codex from KirKruglov/claude-skills-kit. It costs 89 tokens per session (2,161 once invoked), scanned A, original, MIT.

A procedure for analyzing survey-result CSV files, which are spreadsheet-like files with one row per respondent. It calculates response frequencies, finds themes in written answers, and summarizes the three main insights.

In plain words
What is it for?
Use it on exports from Google Forms, Typeform, SurveyMonkey, or similar tools to create a structured survey-analysis report.
Why use it?
It combines numerical results and written feedback so you do not have to inspect every response manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it on exports from Google Forms, Typeform, SurveyMonkey, or similar tools to create a structured survey-analysis report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirkruglov/claude-skills-kit/survey-results-analyzer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add KirKruglov/claude-skills-kit --skill survey-results-analyzer
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-skills-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for survey-results-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/survey-results-analyzer/github.svg)](https://agentmods.dev/skills/kirkruglov/claude-skills-kit/survey-results-analyzer)
Your own site
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/survey-results-analyzer"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/survey-results-analyzer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for survey-results-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/survey-results-analyzer"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/survey-results-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,161 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.02161
Opus 5 $0.00044 $0.01081
Sonnet 5 $0.00018 $0.00432
Haiku 4.5 $0.00009 $0.00216

Measured 12d ago against content hash 9b7c1349d610, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

survey-results-analyzer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/launch-and-releases/survey-results-analyzer/SKILL.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Survey Results Analyzer

This skill analyzes survey result files (CSV) and produces a structured markdown report with frequency distributions, open-ended response themes, and a synthesized Top-3 insights summary. It works in two modes simultaneously — quantitative (close-ended questions) and qualitative (open-ended responses) — without requiring any Python or data analysis background.

Input:

  • CSV file with survey data (one row per respondent, first row = headers), provided as an attachment or via workspace folder path

Output:

  • survey-analysis-{filename}.md — structured markdown report saved to the workspace folder

Language Detection

Detect the user's language from their message:

  • If Russian (or contains Cyrillic): respond in Russian — including all section headers, labels, key findings, and insight text in the generated report
  • If English (or other Latin-script language): respond in English
  • If ambiguous: respond in the language of the trigger phrase used

Instructions

Step 1: Validate and Load the CSV File

  1. Check that the user provided a CSV file (attachment or file path in workspace folder)

    • If no file provided: stop and return: "Please attach a CSV file with survey results or provide the file path in your workspace folder."
  2. Read the file and validate structure:

    • Confirm first row is headers (column names / question text)
    • Confirm at least 2 columns exist
    • Confirm at least 1 data row exists
    • If file is not parseable as CSV (merged cells, missing headers, non-comma delimiter): return "File could not be parsed as a survey CSV. Check that it has a single header row and comma-separated values."
    • If only 1 column detected: return "Only one column detected — need at least two columns (questions) to produce a meaningful analysis."
  3. Count respondents (N = number of data rows)

    • If N < 5: proceed but flag with a warning (see Edge Cases)

Step 2: Classify Column Types

For each column in the CSV:

Read the full file on GitHub · 220 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 220 lines · 89 tokens per session scan A 9b7c1349d610

Subscribe to this mod's changes

survey-results-analyzer is a skill published in the GitHub repository KirKruglov/claude-skills-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 2,161 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

lbo-model

This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.

w95/awesome-claude-corporate-skills · 57 tokens

csv-data-summarizer

Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.

w95/awesome-claude-corporate-skills · 25 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

w95/awesome-claude-corporate-skills · 201 tokens

3-statements

Complete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) . Use when asked to fill out model templates, complete existing model frameworks, populate financial models with data, complete a partially filled IS/BS/CF framework, or link integrated…

w95/awesome-claude-corporate-skills · 90 tokens

datapack-builder

Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract, normalize, and standardize financial data into investment committee-ready Excel workbooks with consistent structure, proper formatting, and documented…

w95/awesome-claude-corporate-skills · 100 tokens

check-model

Skill "check-model" from w95/awesome-claude-corporate-skills, covering model checker, workflow, step 1: ingest the model, step 2: structural checks and step 3: integrity checks.

w95/awesome-claude-corporate-skills · 2 tokens