agentsclimarketplace

Prospect list cleanup

Skill spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup

24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.

Install
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill prospect-list-cleanup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Normalizes and improves the consistency of prospect-list data. Use when the user provides a messy prospect or lead export and wants standardized records, flagged issues, and a cleanup summary.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, as published. Nobody here has run it

Prospect List Cleanup

Purpose

Normalize and improve the consistency of prospect-list data before outreach or import.

When to use this skill

  • Preparing an export for CRM or outreach import
  • Standardizing names, casing, and formats
  • Flagging incomplete or broken rows
  • Producing a defensible cleanup audit

When not to use this skill

  • You need verified emails or enrichment, not cleanup
  • The file has no consistent columns to normalize
  • You want hard de-duplication (use Duplicate Record Review)

Required inputs

  • A prospect or lead list

Optional inputs

  • A target column schema
  • Formatting conventions (casing, phone format)
  • Fields that are mandatory

Rules

  1. Standardize formatting; do not invent missing values.
  2. Flag incomplete and suspect rows rather than deleting them.
  3. Record every change in normalization notes.
  4. Preserve the original value when flagging an error.
  5. Apply the same conventions to every row.

Process

  1. Profile the columns and detect formats.
  2. Normalize casing, names, companies, and formats.
  3. Flag incomplete and suspected-error rows.
  4. Record normalization notes.
  5. Produce a cleanup summary with counts.

Output format

Return the cleaned list plus a summary with the following fields:

  • standardized_records
  • incomplete_records
  • suspected_errors
  • normalization_notes
  • cleanup_summary

Validation

  • Confirm no values were invented.
  • Confirm flagged rows retain their original data.
  • Confirm the summary counts match the records.

Limitations

  • It standardizes formatting, not factual accuracy.
  • Suspected errors are heuristics and should be reviewed.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.