spacing-skill
NewThe Anti-Cramped Spacing Skill for AI Agents — one spacing scale, vertical rhythm, optical alignment, and density discipline. SKILL.md + Claude Code plugin.
Summary
The Anti-Cramped Spacing Skill enforces consistent vertical rhythm, optical alignment, and density discipline in AI-generated code.
- It helps developers maintain readable, well-spaced layouts across projects by applying a unified spacing scale and rules, reducing visual clutter and improving maintainability.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/spacing-skill.md
@spacing-skillUse Cases
Usage Examples
/spacing-skill apply --scale 1.5 --style airy src/
Check and fix spacing in all Python files in the current directory using the anti-cramped rules.
Apply vertical rhythm and optical alignment to the entire project, skipping vendor folders.
Security Audits
Frequently Asked Questions
What is spacing-skill?
The Anti-Cramped Spacing Skill enforces consistent vertical rhythm, optical alignment, and density discipline in AI-generated code. It helps developers maintain readable, well-spaced layouts across projects by applying a unified spacing scale and rules, reducing visual clutter and improving maintainability.
How to install spacing-skill?
To install spacing-skill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/spacing-skill.md. Finally, @spacing-skill in Claude Code.
What is spacing-skill best for?
spacing-skill is a agent categorized under General. It is designed for: agent, plugin. Created by buidangminh23.
What can I use spacing-skill for?
spacing-skill is useful for: Enforce consistent vertical spacing between functions and classes in a Python codebase.; Automatically adjust indentation and line breaks in HTML/CSS to match a project's style guide.; Fix cramped or uneven spacing in JSON or YAML configuration files for better readability.; Apply optical alignment to multi-line conditionals and method chains in JavaScript.; Normalize spacing around operators and brackets in C++ or Java code during code review.; Ensure consistent density (compact vs. airy) across all files in a monorepo..