code▌
172 indexed skills · max 10 per page
clean-code-principles
asyrafhussin/agent-skills · Productivity
Language-agnostic reference for SOLID principles, design patterns, DRY, KISS, and clean code fundamentals. \n \n Covers seven rule categories prioritized by impact: SOLID principles, core principles (DRY, KISS, YAGNI), design patterns, code organization, naming, functions, and documentation \n Includes 23 rules across SOLID (5), core principles (8), and design patterns (8), with 4 additional categories planned \n Provides quick reference tables, TypeScript code examples, and an audit output form
improve
shadcn/improve · code
Survey codebases and produce implementation plans for improvements.
python-expert-best-practices-code-review
wispbit-ai/skills · Backend
Simple, pragmatic, opinionated. Only what matters for writing production-grade python code.
no-mistakes
kunchenguid/no-mistakes · devops
Automated code validation pipeline for safe code changes.
code-simplifier
simonwong/agent-skills · Productivity
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. \n \n Analyzes recently modified code and applies refinements following project-specific standards from CLAUDE.md, including ES modules, explicit type annotations, and proper error handling patterns \n Enhances readability by reducing unnecessary complexity, eliminating redundant abstractions, and replacing nested ternaries with switch statements or if/else chains \n Preserves exact func
code-review-excellence
awesome-skills/code-review-skill · Productivity
Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.
zoom-out
mattpocock/skills · code
Tell the agent to zoom out and give broader context or a higher-level perspective.
dead-code
parcadei/continuous-claude-v3 · Productivity
Find unused functions and dead code using TLDR static analysis.
nextjs-code-review
giuseppe-trisciuoglio/developer-kit · Frontend
Evaluates Next.js App Router code against best practices for Server Components, Client Components, Server Actions, caching strategies, and production-readiness criteria. Produces actionable findings categorized by severity with concrete code examples. Delegates to typescript-software-architect-review agent for architectural analysis.
code-refactoring
supercent-io/skills-template · Productivity
Refactor code while preserving behavior, improving clarity, and reducing complexity. \n \n Covers five core refactoring patterns: Extract Method, DRY principle removal, conditional-to-polymorphism conversion, parameter object introduction, and SOLID principle application \n Includes behavior validation workflow with pre-refactoring analysis, post-refactoring testing (unit, type, lint, snapshot), and change documentation \n Provides refactoring checklist covering function length, parameter count,