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.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill prospect-list-cleanupAssembled 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
- Standardize formatting; do not invent missing values.
- Flag incomplete and suspect rows rather than deleting them.
- Record every change in normalization notes.
- Preserve the original value when flagging an error.
- Apply the same conventions to every row.
Process
- Profile the columns and detect formats.
- Normalize casing, names, companies, and formats.
- Flag incomplete and suspected-error rows.
- Record normalization notes.
- 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.