cpp-include-sorter

Installation
SKILL.md

C/C++ Include Sorter

Automatically sorts #include statements in C/C++ source files with intelligent handling of conditional compilation blocks.

Quick Start

Sort all .cpp files in a directory:

python scripts/sort_includes.py <directory-path>

Preview changes without modifying files:

python scripts/sort_includes.py <directory-path> --dry-run

Sorting Rules

Installs
60
GitHub Stars
29
First Seen
Feb 10, 2026
cpp-include-sorter — openharmonyinsight/openharmony-skills