Guidelines for writing surgical, clean, and simple code.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add Rahulchaube1/Rahul-Chaube-Skills --skill coding --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Coding?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rahulchaube1-coding)More formats (shields.io, HTML) on the badges page.
---
name: coding
description: Guidelines for writing surgical, clean, and simple code.
---
# Coding
Guidelines for writing surgical, clean, and simple code.
## Core Guidelines
- **Surgical edits**: Modify only the requested lines. Avoid drive-by code cleanup or reformatting.
- **Match conventions**: Replicate the indent spacing, quote styles, naming patterns, and file layouts of surrounding code.
- **Remove orphans**: Delete any variables, imports, or helper functions that your changes make unused.
- **AST Safety**: Ensure all brackets, semicolons, and indentation levels are syntactically correct.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!