Pulls K League 1 and K League 2 match results and standings from the official JSON endpoints instead of scraping HTML. You give it a date like 2026-03-22, optionally filter by team name or code, and it returns scores, match status, and current league table. Built as a global npm package that Claude can install and import dynamically. The workflow is clever: it uses Node's --input-type=module to load the package from npm root without polluting the project. Main gotcha is that short team names like "서울" might match multiple teams across leagues, so you'll want to be specific with FC서울 or 서울 이랜드.
npx skills add https://github.com/nomadamas/k-skill --skill kleague-results