parent-no-raw-loops

Community

Write C++ without raw loops.

Authorcopyleftdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps C++ developers write cleaner, more expressive, and less error-prone code by eliminating the use of raw loops and promoting the use of standard algorithms.

Core Features & Use Cases

  • Algorithm-centric programming: Encourages the use of std::transform, std::any_of, std::remove_if, and other STL algorithms.
  • Code Clarity: Improves readability by expressing intent through named algorithms rather than explicit loop mechanics.
  • Use Case: When refactoring a complex data processing function that currently uses multiple nested for loops, apply the principles of this Skill to replace them with a series of composed algorithms, making the code's purpose immediately obvious.

Quick Start

Refactor the provided C++ code snippet to eliminate raw loops by using standard algorithms.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: parent-no-raw-loops
Download link: https://github.com/copyleftdev/sk1llz/archive/main.zip#parent-no-raw-loops

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.