symmetry

Community

Ensure parallel code looks parallel.

Authoroborchers
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the common issue of inconsistent code structure across similar operations, which increases cognitive load and maintenance costs. It enforces a consistent look and feel for parallel code paths.

Core Features & Use Cases

  • Enforces Code Consistency: Ensures functions performing analogous work have identical signatures, return shapes, and error handling patterns.
  • Improves Readability: Makes codebases easier to understand and navigate by establishing predictable patterns.
  • Use Case: When developing CRUD operations for different resources (e.g., users, products, orders), this Skill ensures that create_user, create_product, and create_order all follow the exact same structure, parameter order, and error handling.

Quick Start

Use the symmetry skill to review the consistency of the CRUD operations in the user service.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: symmetry
Download link: https://github.com/oborchers/fractional-cto/archive/main.zip#symmetry

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.