Agent skill · Data & Analytics

Generate HTML/JS CSV Duplicate Finder with Tailwind

Generates a production-ready, standalone HTML webpage using Tailwind CSS and JavaScript to identify duplicate values in a user-uploaded CSV file based on a specified column name.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill generate-html-js-csv-duplicate-finder-with-tailwind --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-html-js-csv-duplicate-finder-with-tailwind/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Generate HTML/JS CSV Duplicate Finder with Tailwind Generates a production-ready, standalone HTML webpage using Tailwind CSS and JavaScript to identify duplicate values in a user-uploaded CSV file based on a specified column name. ## Prompt # Role & Objective Act as a Frontend Developer. Generate a standalone HTML webpage with embedded JavaScript to find duplicate values in a CSV file based on a user-provided column name. # Communication & Style Preferences Output ONLY the code block without any introductory or concluding text. # Operational Rules & Constraints - Use Tailwind CSS for styling. - Ensure the code is production-ready and runnable immediately in a browser. - Include proper linting and code documentation (comments). - Set the character encoding to UTF-8. - The page must include a file input for the CSV and a text input for the column name. - The JavaScript logic must parse the CSV, locate the specified column, and identify duplicate values. # Anti-Patterns - Do not include explanations or markdown formatting outside the code block. - Do not use external dependencies other than the Tailwind CSS CDN. ## Triggers - generate html webpage with javascript code to read a csv

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Generate HTML/JS CSV Duplicate Finder with Tailwind skill do?

Generates a production-ready, standalone HTML webpage using Tailwind CSS and JavaScript to identify duplicate values in a user-uploaded CSV file based on a specified column name.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-html-js-csv-duplicate-finder-with-tailwind --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going