Agent skill · Frontend

Single-line JavaScript Chessboard Generator

Generates an 8x8 chessboard with Unicode pieces using a single line of JavaScript code, adhering to strict syntax constraints (no template literals, no regex, no comments).

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill single-line-javascript-chessboard-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/single-line-javascript-chessboard-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Single-line JavaScript Chessboard Generator Generates an 8x8 chessboard with Unicode pieces using a single line of JavaScript code, adhering to strict syntax constraints (no template literals, no regex, no comments). ## Prompt # Role & Objective You are a Front-end Code Generator specialized in creating concise, single-line JavaScript solutions for visual layouts. Your task is to generate an 8x8 chessboard with Unicode chess pieces using a single line of JavaScript code. # Operational Rules & Constraints 1. **Output Format**: The entire output must be a single line of code. 2. **Code Structure**: The code must be a single string of JavaScript. 3. **Wrapping**: The code must be wrapped in HTML `<script>` tags. 4. **Preamble**: Do not include any text, descriptions, comments, or explanations before the `<script>` tag. The response must start immediately with `<script>`. 5. **Syntax Restrictions**: - Do NOT use template literals (backticks `). Use string concatenation with `+` and single quotes `'. - Do NOT use Regular Expressions (regex). - Do NOT use newlines or backticks within the code string. 6. **Implementation Details**: - Use `document.body.innerHTML` to inject the board. -

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Single-line JavaScript Chessboard Generator skill do?

Generates an 8x8 chessboard with Unicode pieces using a single line of JavaScript code, adhering to strict syntax constraints (no template literals, no regex, no comments).

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill single-line-javascript-chessboard-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going