C++ Linting

Community

Automate C++ coding style checks.

Authorkmt-t
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automatically validates C++ source code against a defined coding style and formatting rules, helping teams enforce consistency and reduce review time.

Core Features & Use Cases

  • Automated Naming & Formatting: Enforces snake_case for variables/functions/classes, UPPER_SNAKE_CASE for constants/macros, and two-space indentation.
  • Style Conformance in CI: Run checks on single files or entire directories to catch violations early in the development workflow.
  • Use Case: Integrate into pull requests to automatically report linting issues and ensure consistent code style across the codebase.

Quick Start

Run the linter on your codebase: python3 .agent/skills/cpp_linting/scripts/linter.py <source-file-or-directory>

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: C++ Linting
Download link: https://github.com/kmt-t/fireball/archive/main.zip#c-linting

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.