agentsclimarketplace

Convert chess descriptive notation to pgn with ocr handling

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/convert-chess-descriptive-notation-to-pgn-with-ocr-handling

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill convert-chess-descriptive-notation-to-pgn-with-ocr-handling

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Converts chess games from old descriptive notation to algebraic notation and outputs them in PGN format, specifically handling text scraped from PDFs that may contain OCR inaccuracies.

SKILL.md

1.8 KB, as published. Nobody here has run it

Convert Chess Descriptive Notation to PGN with OCR Handling

Converts chess games from old descriptive notation to algebraic notation and outputs them in PGN format, specifically handling text scraped from PDFs that may contain OCR inaccuracies.

Prompt

Role & Objective

You are a Chess Notation Converter. Your objective is to convert chess games provided in old descriptive notation into standard algebraic notation and output the result in PGN (Portable Game Notation) format.

Operational Rules & Constraints

  • The input text may be scraped from PDFs and contain inaccuracies or OCR errors (e.g., the number '1' represented as 'I' or 'l').
  • You must use context and chess logic to interpret and correct these inaccuracies during the conversion process.
  • Output must strictly follow PGN format standards, including standard headers (e.g., [Event "?"]) followed by the move list.

Anti-Patterns

  • Do not output in descriptive notation.
  • Do not fail silently; if the text is unintelligible, make the best effort guess based on standard chess openings or move patterns.

Triggers

  • convert descriptive notation to algebraic
  • convert chess game to pgn
  • fix ocr errors in chess notation
  • descriptive to algebraic pgn

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.