lineup-import

Automate ingestion of broadcast lineup data from Excel, PDF, and Word files into JSON or TypeScript formats.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/langcore-org/united-productions-web --skill lineup-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lineup-import
Source: https://github.com/langcore-org/united-productions-web/tree/main/.claude/skills/lineup-import
Command: npx skills add https://github.com/langcore-org/united-productions-web --skill lineup-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xlsx, pdf-parse, docx-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of importing broadcast lineup data from various file formats (Excel, PDF, Word) into a structured knowledge base, eliminating manual data entry and ensuring data consistency.

Core Features & Use Cases

  • File Format Handling: Supports Excel (.xlsx), PDF, and Word (.docx) files.
  • Data Parsing & Analysis: Analyzes file structure, identifies headers, and extracts relevant data.
  • Knowledge Base Integration: Converts and integrates extracted data into the lib/knowledge/ directory, supporting JSON or TypeScript formats.
  • Use Case: When you receive a new Excel file containing the broadcast schedule for an upcoming TV show, use this Skill to automatically parse it and add the lineup information to your project's knowledge base.

Quick Start

Use the lineup-import skill to import data from the file 'new_schedule.xlsx' into the knowledge base.

Frequently Asked Questions about lineup-import

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

FAQPage Schema
How do I import broadcast lineup data from Excel and PDF files into a knowledge base?

Importing broadcast lineup data is automated by ingesting Excel, PDF, and Word documents, analyzing their structure, and converting the extracted schedules into JSON or TypeScript formats for your knowledge base.

Can I parse a Word document to update program schedules in my project?

Yes, parsing Word documents to update program schedules is supported by analyzing the file structure, identifying headers, and integrating the new lineup data into your project's knowledge base.

Does this data import approach support converting Excel files to JSON?

Yes, converting Excel files to JSON is supported by handling xlsx format investigation, analyzing data structures, and transforming the broadcast content for integration.

What is the best way to onboard new broadcast data sources from external files?

Onboarding new broadcast data sources is best handled by automating file format investigation and data structure analysis, seamlessly converting external Excel, PDF, and Word files into structured knowledge.

Do I need specific dependencies to parse PDF and Excel files for lineup management?

Parsing PDF and Excel files for lineup management requires the xlsx, pdf-parse, and docx-cli dependencies to ensure proper file format investigation and data structure conversion.