clash-skill

Detect and flag duplicate entries in datasets or configurations.

238|30|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/telagod/code-abyss --skill clash-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clash-skill
Source: https://github.com/telagod/code-abyss/tree/main/test/fixtures/skill-contract/duplicate/tools/alpha
Command: npx skills add https://github.com/telagod/code-abyss --skill clash-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Duplicates in datasets, configurations, or codebases cause conflicts and data quality issues; this skill helps detect and flag them early.

Core Features & Use Cases

  • Detect duplicate records in tabular data or lists.
  • Flag potential duplicates during data import, merge, or deduplication processes.
  • Use Case: Clean a customer list by identifying and merging or removing duplicate emails and IDs.

Quick Start

Run the clash-skill to scan a sample dataset and report duplicate entries.

Frequently Asked Questions about clash-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify duplicate records in a dataset during a data import pipeline?

To identify duplicate entries, scan the dataset to detect and flag duplicate records like repeated emails or IDs. This prevents conflicts and errors during data import pipelines before they propagate.

What is data deduplication and when do I need it for configuration workflows?

Data deduplication is the process of detecting and flagging duplicate entries in datasets or configurations. You need it to prevent conflicts and data quality issues during merges, imports, or repository deduplication workflows.

How do I flag duplicate emails and IDs in a customer list for data cleaning?

To flag duplicate emails and IDs in a customer list, run a scan against the dataset to identify matching records. This allows you to merge or remove duplicates quickly to resolve data quality issues.

Can I use this approach for repository deduplication workflows without external dependencies?

Yes, you can perform repository deduplication workflows without external dependencies. The process requires a clean frontmatter with name and description, a concise Markdown body, and optional scripts for extended behavior.

What is the best way to prevent duplicate data conflicts in tabular data or lists?

The best way to prevent duplicate data conflicts in tabular data or lists is to detect and flag duplicate entries early in the processing pipeline. This resolves potential errors before data merges are finalized.