Embedded C++ Optimization

Community

Optimize embedded C++ under strict memory limits.

Authorkmt-t
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides a framework for writing memory-efficient C++ in embedded environments by enforcing strict design rules and guiding decisions to avoid heap allocations and unsafe patterns.

Core Features & Use Cases

  • Enforces memory-conscious C++ practices: disallows dynamic containers and heap allocations; promotes fixed-size structures.
  • Guides safe library usage: selects safe alternatives like std::array, std::span, and std::string_view in constrained contexts.
  • Automated checks: includes a checker script to flag forbidden patterns in source files and guide refactoring.

Quick Start

Run the cpp_embedded checker on your project to identify forbidden patterns and receive remediation suggestions.

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: Embedded C++ Optimization
Download link: https://github.com/kmt-t/fireball/archive/main.zip#embedded-c-optimization

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.