musmem-social

Automate lookup, validation, and consolidation of athlete social media handles from .dat datasets.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/timfogarty1549/musmemSkills --skill musmem-social
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: musmem-social
Source: https://github.com/timfogarty1549/musmemSkills/tree/main/musmem-social
Command: npx skills add https://github.com/timfogarty1549/musmemSkills --skill musmem-social

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates lookup, validation, and consolidation of bodybuilding athletes' social media handles from .dat datasets.

Core Features & Use Cases

  • Phase-driven workflow: builds athlete lists, searches and verifies handles, reviews prelims, and merges into approved records, with per-letter organization by platform and gender.
  • Progress tracking & auditing: resumes exactly where you left off using per-platform, per-gender state files and detailed logs.
  • Data hygiene: deduplicates by normalized names and stores only platform handles without URLs or nulls, preventing data leakage or duplication.

Quick Start

Start by running Phase 1 to build the athlete list from dat files and generate the working data for Phase 2.

Frequently Asked Questions about musmem-social

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

FAQPage Schema
How do I validate and consolidate social media handles from .dat datasets?

Validation and consolidation of social media handles from .dat datasets uses a multi-phase workflow that builds athlete lists, searches and verifies handles, reviews preliminaries, and merges approved records with per-letter segmentation by platform and gender.

What is the best way to automate bodybuilding athlete social handle lookup?

Automating bodybuilding athlete social handle lookup uses Python and Shell scripts organized by a phase-driven workflow, applying name normalization and deduplication to search, verify, and merge handles by platform and gender.

How do I resume a social media handle verification workflow if it gets interrupted?

To resume an interrupted social media handle verification workflow, the process relies on per-platform, per-gender state files and detailed logs that track progress, allowing you to restart exactly where you left off.

Does the handle deduplication process store URLs or null values?

The handle deduplication process does not store URLs or null values; it stores only platform handles and applies name normalization to prevent data leakage and duplication during the merge.

Do I need a specific config path to run the social media lookup scripts?

You need a config-driven social_media path to run the social media lookup scripts, which use Python and Shell scripts to manage each phase and ensure safe, auditable merges through strict file-based state management.