What problem does it solve? Genealogy researchers often need general background on a person, place, or historical event, but manually copying Wikipedia content into project notes is repetitive and error-prone. This Skill fetches the article summary and saves it as a consistently formatted markdown file in the working folder. ## Core Features & Use Cases - Wikipedia Search: Calls the wikipedia_search MCP tool to retrieve the article title, extract, and source URL for a given topic. - Template-Based Output: Fills a markdown template with the exact extract from the tool response, without paraphrasing or editorializing. - Deterministic File Naming: Converts article titles into ASCII-safe slugs (e.g., "Württemberg" becomes wurttemberg.md) for clean, portable filenames. - Scope Guarding: Declines requests that belong to other skills, such as FamilySearch Research Wiki lookups, locality records guides, or narrative historical context. - Use Case: While researching an ancestor from Schuylkill County, ask for a Wikipedia summary of the county and get a saved schuylkill-county-pennsylvania.md file with the verbatim extract and source link. ## Quick Start Look up Schuylkill County, Pennsylvania on Wikipedia and save the summary to my working folder.