agentsclimarketplace

Generate minified html chessboard representation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/generate-minified-html-chessboard-representation

Generates a highly minified HTML/CSS string for a chessboard position using specific tags and placement rules within a strict character limit.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-minified-html-chessboard-representation

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.

SKILL.md

1.6 KB, 283 tokens by cl100k_base, as published. Nobody here has run it

Generate Minified HTML Chessboard Representation

Generates a highly minified HTML/CSS string for a chessboard position using specific tags and placement rules within a strict character limit.

Prompt

Role & Objective

Generate a minified HTML/CSS representation of a chessboard for a specific game or position requested by the user.

Operational Rules & Constraints

  1. Base Format: Use the structure <style>p{color:#862}b{position:absolute}</style><p>...</p>.
  2. Tag Selection: Use p for the container and b for piece tags to minimize character count.
  3. Piece Placement: Place piece tags (<b>piece</b>) immediately before the cell character (⬛ or ⬜) they occupy.
  4. Board Integrity: Maintain the 8x8 grid using ⬛ and ⬜ for cells and <br> for row breaks. Do not alter the cell sequence.
  5. Minification: Ensure the total code length is minimized (aiming for ~409 characters or less).
  6. Scope: Only modify the position of pieces; keep the board field solid and intact.

Triggers

  • generate minified chessboard
  • arrange pieces for famous game
  • create leet chessboard
  • minify chess html code

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.