acwi-old-feature-map

Parse acwi_site/FEATURE_MAP.md to locate old page references for migration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate the old-repo implementation and extraction targets using acwi_site FEATURE_MAP.md.

Core Features & Use Cases

  • Locate the old page/route in acwi_site where the targeted section is implemented.
  • Identify listed team bios, components, or structure associated with the section.
  • If the map entry is incomplete, inspect acwi_site/app/about/page.tsx to confirm markup.

Quick Start

Provide the sectionName and optional anchorOrRoute to begin extraction.

Frequently Asked Questions about acwi-old-feature-map

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

FAQPage Schema
How do I map old site content to new routes during a website migration?

To map old site content to new routes during a website migration, you locate the old page and component references using a feature map. This Skill parses the FEATURE_MAP.md file to identify listed team bios, components, and route structures for content extraction.

How do I locate team bios and page structure in an old repository for migration?

You locate team bios and page structure in an old repository by parsing the feature map documentation for the targeted section. If the map entry is incomplete, you can inspect the old about page markup directly to confirm the component structure and bio listings.

What is the best way to extract content sections from a legacy site to a new framework?

The best way to extract content sections from a legacy site is to cross-reference a feature map with the old repository's route files. By providing the section name and an optional anchor route, you can pinpoint the exact implementation and markup needed for migration.

What should I do if the feature map documentation is incomplete during content migration?

If the feature map documentation is incomplete during content migration, you should inspect the old repository's about page component directly. This confirms the actual markup and structure when the map does not provide sufficient extraction details for the section.

Do I need a specific section name to start mapping content from an old site?

Yes, you need to provide the section name to start mapping content from an old site. An optional anchor or route can also be supplied to narrow the extraction target and locate the correct page reference in the feature map.