Embedded C++ Optimization
CommunityOptimize embedded C++ under strict memory limits.
Software Engineering#embedded#static-analysis#cpp#code-optimization#memory-constrained#static-allocation#embedded-systems
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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.