Parses WordPress XML, JSON, and CSV content exports into structured data
Converts WordPress XML, JSON, and CSV exports into structured content arrays with standardized fields.
/plugin marketplace add animalzinc/claude-plugins/plugin install content-library-auditor@animalz-pluginssonnetExtract structured content data from CMS exports (WordPress XML, JSON, CSV).
Extract from <item> elements:
Parse flexible schemas, looking for:
Parse with headers:
Return array of content objects:
[
{
"title": "Post Title",
"date": "2024-01-15",
"author": "Author Name",
"categories": ["Category 1"],
"word_count": 1500,
"url": "/post-slug",
"status": "published"
}
]
Sort by date (newest first). Report parsing stats to user.
Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams.