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

Related skills

More from openharmonyinsight/openharmony-skills

Installs
48
GitHub Stars
21
First Seen
Feb 10, 2026