clean-codePragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Install via ClawdBot CLI:
clawdbot install gabrielsubtil/clean-codeGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A tech startup building a minimum viable product (MVP) for a new web app needs to quickly produce clean, maintainable code without over-engineering. This skill ensures developers follow pragmatic standards like KISS and YAGNI, focusing on essential features and avoiding unnecessary complexity to speed up iteration.
An enterprise with outdated software systems requires refactoring to improve maintainability and reduce technical debt. The skill's principles like SRP, DRY, and Boy Scout rule guide developers in incrementally cleaning up code, splitting god functions, and removing magic numbers without breaking existing functionality.
An online learning platform needs to add new features like user progress tracking while keeping codebase simple and direct. The skill enforces concise naming, small functions, and guard clauses to ensure changes are easy to understand and integrate, minimizing bugs and support overhead.
An e-commerce company scaling its backend services requires performance improvements and bug fixes. The skill's anti-pattern avoidance, such as eliminating deep nesting and unnecessary comments, helps developers write efficient, self-documenting code that handles high traffic reliably.
A mobile development team launching a new app feature needs to ensure code is modular and testable. The skill promotes composition, colocation, and flat structures, enabling quick updates and reducing merge conflicts in collaborative environments.
A software-as-a-service company uses this skill to maintain a clean codebase across frequent updates, reducing technical debt and improving customer satisfaction. Clean code principles help onboard new developers quickly and minimize downtime from bugs, supporting recurring revenue from subscriptions.
A tech consultancy firm applies this skill to deliver high-quality code audits and refactoring projects for clients. By adhering to standards like naming rules and function size limits, they provide tangible improvements in code quality, leading to project-based fees and long-term contracts.
An open-source project relies on this skill to attract contributors and ensure code maintainability. Following principles like DRY and no side effects makes the codebase accessible, encouraging community contributions and potential revenue from donations or enterprise support.
💬 Integration Tip
Integrate this skill by embedding its principles into code reviews and linter configurations to enforce standards automatically, reducing manual oversight.
Scored Apr 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.