Merge Helper
This "Merge Helper" intelligently combines multiple documents into a single file, saving you time and ensuring seamless content consolidation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add merge-helper npx -- -y @trustedskills/merge-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"merge-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/merge-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The merge-helper skill assists in combining data from multiple sources into a unified format. It can take structured data, like CSV or JSON, and intelligently merge records based on common keys or identifiers. This is useful for consolidating information from different systems or datasets that have overlapping entities.
When to use it
- You need to combine customer data from two separate CRM systems.
- You want to consolidate product listings from multiple e-commerce platforms into a single catalog.
- You're integrating data from various APIs and require a unified view of the information.
- You have multiple spreadsheets with similar data that needs to be merged for analysis.
Key capabilities
- Data merging based on specified keys or identifiers
- Handles structured data formats (CSV, JSON)
- Intelligent record matching and conflict resolution
Example prompts
- "Merge these two CSV files, matching records by 'customer_id'."
- "Combine this JSON data with the other JSON data, using 'product_code' as the key."
- "Can you merge these datasets? The common field is email address."
Tips & gotchas
The skill requires well-defined keys or identifiers for accurate record matching. Ensure your input data is clean and consistently formatted to avoid errors during the merging process.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.