extract-bracket-layout

Extract bracket slot order and advancement connections from tournament HTML, PDF, or image pages.

Updated Jul 20, 2021
One-click install
npx skills add https://github.com/mokekuma-git/JLeague_Matches-Bar_Graph --skill extract-bracket-layout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-bracket-layout
Source: https://github.com/mokekuma-git/JLeague_Matches-Bar_Graph/tree/main/skills/extract-bracket-layout
Command: npx skills add https://github.com/mokekuma-git/JLeague_Matches-Bar_Graph --skill extract-bracket-layout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of reusable bracket definitions for tournaments when match data alone is insufficient to determine advancement paths, especially before results are known.

Core Features & Use Cases

  • Structure Recovery: Extracts initial bracket slot order and advancement connections from tournament HTML, PDF, or image sources.
  • Reusable Definitions: Outputs definitions compatible with season_map or companion JSON files.
  • Use Case: Generate a bracket definition for the Emperor's Cup before any matches are played, using the official PDF tournament bracket to define who plays whom in subsequent rounds.

Quick Start

Use the extract-bracket-layout skill to create a bracket definition from the Emperor's Cup PDF tournament bracket.

Frequently Asked Questions about extract-bracket-layout

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

FAQPage Schema
How do I extract tournament bracket structure from a PDF or HTML page?

It recovers initial slot order and advancement connections from published tournament HTML or PDF pages, normalizing the bracket structure into explicit graph definitions or bracket order without extracting scores.

Can I generate a bracket definition before any tournament matches are played?

You can generate a reusable bracket definition before matches are played by extracting initial slot order and advancement connections from the official published tournament bracket structure.

What is the best way to define tournament advancement paths from an HTML page with embedded images?

Defining advancement paths from HTML with embedded images involves normalizing the visual structure into explicit graph definitions, focusing on structural recovery rather than extracting scores.

Does this bracket structure extraction handle both PDF and image formats?

The bracket structure extraction handles structured HTML, HTML with embedded images, and PDF or image brackets, outputting definitions compatible with season_map or companion JSON files.

Why use a structural recovery tool for tournament brackets instead of parsing match data?

A structural recovery tool is necessary when match data alone is insufficient to determine advancement paths, allowing you to explicitly define who plays whom in subsequent rounds before results are known.