stl

Installation
SKILL.md

STL Skill

Production-Grade Learning Skill | Standard Template Library

Master C++ containers, algorithms, and iterators for efficient programming.


Container Selection Guide

Decision Flowchart

Need to store data?
├── Need key-value pairs?
│   ├── Need ordering? → std::map
│   └── Need fast lookup? → std::unordered_map
Related skills

More from pluginagentmarketplace/custom-plugin-cpp

Installs
1
GitHub Stars
4
First Seen
Apr 7, 2026