acwi-old-content-extractor

Extracts leadership card data from the acwi_site About page into a structured dataset.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brp00005/site2 --skill acwi-old-content-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acwi-old-content-extractor
Source: https://github.com/brp00005/site2/tree/main/.cursor/skills/acwi-old-content-extractor
Command: npx skills add https://github.com/brp00005/site2 --skill acwi-old-content-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams migrate leadership data from an old site into a clean, reusable structure for the new acwi-website.

Core Features & Use Cases

  • Data extraction: Pull leadership/team card data from the legacy acwi_site About page into a structured, machine-readable format.
  • Output formats: Produce a structured object containing a featured card and a grid of team members, including optional fields like email, phone, and quotes when present.
  • Use Case: When rebuilding the site, extract all leadership cards to populate the new site cards with accurate names, roles, images, and descriptions.

Quick Start

Run the extractor against acwi_site's About page to generate the leadership data structure.

Frequently Asked Questions about acwi-old-content-extractor

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

FAQPage Schema
How do I extract leadership team cards from a legacy site for content migration?

To extract leadership team cards from a legacy site for content migration, this Skill parses the old About page and captures each member's name, role, image source, and description into a structured, machine-readable dataset.

What structured data format is produced when extracting team grid content from an old website?

Extracting team grid content produces a structured object containing a featured leadership card and a grid of team members, including optional fields like quotes, email, and phone numbers when present on the source page.

Can I capture optional contact details like email and phone during site content migration?

Yes, you can capture optional contact details like email and phone during site content migration if they are present on the legacy About page, alongside required fields like name, role, image source, and paragraphs.

What is the best way to migrate a featured leadership card and team grid to a new website?

The best way to migrate a featured leadership card and team grid is to run an extractor against the old site's About page to generate a clean, structured leadership data structure that directly populates the new site cards.

Does the leadership data extractor require any specific dependencies or components to run?

No, the leadership data extractor does not require any specific dependencies or components to run, allowing you to directly parse the legacy site About page and output the structured leadership dataset without additional setup.