AutoSkill 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.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-html-js-csv-duplicate-finder-with-tailwind" ~/.claude/skills/ecnu-icalk-autoskill-generate-html-js-csv-duplicate-finder-with-tailwind && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-html-js-csv-duplicate-finder-with-tailwind/SKILL.md
source content

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 and find duplicates
  • create a csv duplicate finder with tailwindcss
  • html javascript csv duplicate checker
  • production ready csv duplicate finder code