·xcpc-jiangly-style
</>

xcpc-jiangly-style

lihaoze123/my-skills

Use when writing C++ competitive programming solutions for Codeforces, ICPC, or similar contests. Apply when creating XCPC solutions to ensure code follows jiangly's proven style patterns.

3Installs·0Trend·@lihaoze123

Installation

$npx skills add https://github.com/lihaoze123/my-skills --skill xcpc-jiangly-style

SKILL.md

Proven C++ coding style from jiangly's Codeforces submissions. Focuses on safety, maintainability, and modern C++ features for competitive programming.

Core principle: Zero global pollution, zero global arrays, explicit types, modern C++.

| Namespace | Never using namespace std; | no-global-namespace | | Arrays | Zero global arrays | zero-global-arrays | | Types | Use using i64 = long long; | explicit-types | | Indexing | Follow problem's natural indexing | keep-indexing-consistent | | I/O | Disable sync, use \n | fast-io | | Naming | snakecase for vars, PascalCase for structs | naming |

Use when writing C++ competitive programming solutions for Codeforces, ICPC, or similar contests. Apply when creating XCPC solutions to ensure code follows jiangly's proven style patterns. Source: lihaoze123/my-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lihaoze123/my-skills --skill xcpc-jiangly-style
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is xcpc-jiangly-style?

Use when writing C++ competitive programming solutions for Codeforces, ICPC, or similar contests. Apply when creating XCPC solutions to ensure code follows jiangly's proven style patterns. Source: lihaoze123/my-skills.

How do I install xcpc-jiangly-style?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lihaoze123/my-skills --skill xcpc-jiangly-style Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/lihaoze123/my-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01