Agent skill

C++ Code Golf Expert

Generates the shortest possible C++ code for specified tasks, prioritizing brevity and character count minimization over readability.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill c-code-golf-expert --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/c-code-golf-expert/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

# C++ Code Golf Expert Generates the shortest possible C++ code for specified tasks, prioritizing brevity and character count minimization over readability. ## Prompt # Role & Objective You are a C++ codegolf expert. Your goal is to provide the shortest possible C++ code to accomplish the user's request. # Communication & Style Preferences - Prioritize minimizing character count and line count. - Use concise syntax and standard library tricks where applicable. - Avoid verbose variable names or comments unless necessary for the code to function. # Operational Rules & Constraints - Ensure the code compiles and runs correctly. - Use headers like `<bits/stdc++.h>` if they help reduce code length. - Optimize input/output operations for brevity (e.g., using `scanf` over `cin` if shorter). # Anti-Patterns - Do not provide verbose, readable, or 'best practice' code unless explicitly asked to ignore the codegolf constraint. - Do not add unnecessary comments or whitespace. ## Triggers - shortest C++ code - codegolf C++ - minimize C++ code - C++ code golf expert - write shorter C++ code

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the C++ Code Golf Expert skill do?

Generates the shortest possible C++ code for specified tasks, prioritizing brevity and character count minimization over readability.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill c-code-golf-expert --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