maintainability AI Agent Skills

Browse 251 skills related to maintainability

code-reviewer

96.2k
google-geminigoogle-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

132 days ago

architecture-patterns

29.9k
wshobsonwshobson

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

132 days ago

reviewing-code

23.3k
jlowinjlowin

Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.

132 days ago

refactor

23.2k
githubgithub

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

132 days ago

code-review-checklist

21.8k
davila7davila7

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability

132 days ago

code-review

20.3k
shareAI-labshareAI-lab

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

132 days ago

dyad:multi-pr-review

19.8k
dyad-shdyad-sh

Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section.

132 days ago

code-review

5.8k
kyegomezkyegomez

Perform comprehensive code reviews focusing on best practices, security vulnerabilities, performance optimization, and maintainability

132 days ago

code-review-large

4.1k
breaking-brakebreaking-brake

In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.

132 days ago

code-refactor

1.0k
luongnv89luongnv89

Systematic code refactoring based on Martin Fowler's methodology. Use when users ask to refactor code, improve code structure, reduce technical debt, clean up legacy code, eliminate code smells, or improve code maintainability. This skill guides through a phased approach with research, planning, and safe incremental implementation.

132 days ago

pyscn-mcp

969
ludo-technologiesludo-technologies

Analyze Python code quality using MCP tools - complexity, clones, dead code, coupling. Use when user asks about code quality, refactoring, maintainability, duplicates, or technical debt.

132 days ago

code-reviewer

913
openakitaopenakita

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

132 days ago

code-refactoring

868
skillcreatoraiskillcreatorai

Patterns and techniques for refactoring code to improve quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or improving maintainability.

132 days ago

claude-md-progressive-disclosurer

618
daymadedaymade

Optimize CLAUDE.md files using progressive disclosure. Goal: Maximize information efficiency, readability, and maintainability. Use when: User wants to optimize CLAUDE.md, information is duplicated across files, or LLM repeatedly fails to follow rules.

132 days ago

superpowers-review

596
anthonylee991anthonylee991

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels (Blocker/Major/Minor/Nit). Use before finalizing changes.

132 days ago

code-auditor

425
Mhattingpete Claude Skills Marketplace Code AuditorMhattingpete Claude Skills Marketplace Code Auditor

Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.

132 days ago

dbt-project-analyzer

376
a5c-aia5c-ai

Analyzes dbt projects for best practices, performance, maintainability, and generates actionable recommendations for improvement.

132 days ago

refactor

372
vstorm-covstorm-co

Refactor code to improve structure and maintainability

code-qualityrefactoring
132 days ago

code-simplifier

342
getsentrygetsentry

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.

132 days ago

tech-debt-analyzer

317
Ailabs 393 Ai Labs Claude Skills Tech Debt AnalyzerAilabs 393 Ai Labs Claude Skills Tech Debt Analyzer

This skill should be used when analyzing technical debt in a codebase, documenting code quality issues, creating technical debt registers, or assessing code maintainability. Use this for identifying code smells, architectural issues, dependency problems, missing documentation, security vulnerabilities, and creating comprehensive technical debt documentation.

132 days ago

Flutter Feature-Based Clean Architecture

279
HoangNguyen0403HoangNguyen0403

Standards for organizing code by feature at the root level to improve scalability and maintainability.

132 days ago

review-quality

271
HeyvhuangHeyvhuang

Unified codebase quality review: merge readiness verdict + maintainability (Clean Code) + docs-vs-code consistency. Use for code review, quality check, refactor check, outdated docs check, or merge/production readiness.

132 days ago

code-review-quality

215
proffesor-for-testingproffesor-for-testing

Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.

code-reviewfeedbackquality+3
132 days ago

qe-refactoring-patterns

215
proffesor-for-testingproffesor-for-testing

Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.

refactoringcode-qualitytechnical-debt+2
132 days ago

refactoring-patterns

215
proffesor-for-testingproffesor-for-testing

Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.

refactoringcode-qualitytechnical-debt+2
132 days ago

qe-code-review-quality

215
proffesor-for-testingproffesor-for-testing

Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.

code-reviewfeedbackquality+3
132 days ago

code-review-checklist

210
groupzer0groupzer0

Structured code review criteria for pre-implementation plan review (Critic) and post-implementation security/quality review. Covers security, performance, maintainability, and correctness with severity ratings.

132 days ago

code-quality-review

206
rsmdtrsmdt

Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability.

132 days ago

code-simplifier

204
caarlos0caarlos0

Simplify and refine code for clarity, consistency, and maintainability while preserving functionality. Use when asked to "simplify", "clean up", or "refactor" code, after writing complex code that could benefit from simplification, or when code has grown hard to follow.

132 days ago

Wheels Refactoring

201
wheels-devwheels-dev

Refactor Wheels code for better performance, security, and maintainability. Use when optimizing code, fixing anti-patterns, improving performance, or enhancing security. Provides refactoring patterns and best practices.

132 days ago

code-quality-principles

196
atholaathola

Provides guidance on fundamental software design principles to reduce complexity, prevent over-engineering, and improve maintainability.

designprinciplesclean-code+1
132 days ago

global-coding-style

188
aiskillstoreaiskillstore

Write clean, consistent code following naming conventions, DRY principles, small focused functions, automated formatting, and meaningful variable names. Use this skill when writing or refactoring any code in any language, naming variables/functions/classes/files, structuring code logic, removing dead code, or ensuring code readability and maintainability. Apply to all programming tasks including Python, JavaScript, TypeScript, Ruby, Java, Go, or any other language files (.py, .js, .ts, .rb, .java, .go) to maintain consistent style, improve code quality, and enhance team collaboration across the entire codebase.

132 days ago

functional-patterns

188
aiskillstoreaiskillstore

Functional programming patterns that promote testability, composability, and maintainability.

132 days ago

review

177
Thank-you-LinusThank-you-Linus

Review code quality, security, and maintainability before committing. Use when reviewing code changes, checking code quality, performing security review, or validating changes before commit.

132 days ago

coding-principles

162
shinprshinpr

Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.

132 days ago

typescript-best-practices

159
flpbaladaflpbalada

Guides TypeScript best practices for type safety, code organization, and maintainability. Use this skill when configuring TypeScript projects, deciding on typing strategies, writing async code, or reviewing TypeScript code quality.

132 days ago

nav-simplify

155
alekspetrovalekspetrov

Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code. Auto-invoke after implementation skills or on-demand.

132 days ago

skill-validator

150
panaversitypanaversity

Validates skills against production-level criteria with 9-category scoring. This skill should be used when reviewing, auditing, or improving skills to ensure quality standards. Evaluates structure, content, user interaction, documentation, domain standards, technical robustness, maintainability, zero-shot implementation, and reusability. Returns actionable validation report with scores and improvement recommendations.

132 days ago

refactor

139
devantler-techdevantler-tech

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

132 days ago

architecture-patterns

132
MicrockMicrock

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

132 days ago

code-refactor-master

130
yennanliuyennanliu

Code refactoring expert for improving code quality, readability, maintainability, and performance. Specializes in Java and Python refactoring patterns, eliminating code smells, and applying clean code principles. Use when refactoring code, improving existing implementations, or cleaning up technical debt.

132 days ago

code-review

127
femtofemto

Performs thorough code reviews with focus on best practices, security, performance, and maintainability. Use this skill when reviewing pull requests, auditing code quality, or getting feedback on implementations.

code-reviewsecurityperformance+2
132 days ago

kissdryer

99
vasylenkovasylenko

Validate code for KISS and DRY principles. Use when asked to check for simplification opportunities, reduce duplication, review code complexity, or ensure maintainability. Works on whole codebase or specific changes (branch, PR, uncommitted).

132 days ago

gitlab-ci-best-practices

98
TheBushidoCollectiveTheBushidoCollective

Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimization and organizational patterns.

132 days ago

playwright-page-object-model

98
TheBushidoCollectiveTheBushidoCollective

Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.

132 days ago

code-metrics-analysis

95
aj-geddesaj-geddes

Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code quality, identifying refactoring candidates, or monitoring technical debt.

132 days ago

code-review

95
koralliskorallis

Systematically review pull requests, feature implementations, and code changes to ensure quality, maintainability, security, and adherence to best practices. Use when reviewing code before merging, conducting peer reviews, performing self-reviews, auditing code quality, checking for security vulnerabilities, ensuring consistent coding standards, verifying test coverage, assessing performance implications, evaluating architectural decisions, or providing constructive feedback to improve team code quality.

132 days ago

refactor-legacy-code

95
aj-geddesaj-geddes

Modernize and improve legacy codebases while maintaining functionality. Use when you need to refactor old code, reduce technical debt, modernize deprecated patterns, or improve code maintainability without breaking existing behavior.

132 days ago
ClawiskillClawiskill
Network
Building with
?

Join Clawiskill today. The decentralized skill network for AI Agents.

Registry
70K+
Agent Joins
120K+
Explore Network