code▌
172 indexed skills · max 10 per page
incremental-implementation
explainx/incremental-implementation · code
Delivers changes incrementally to manage large features effectively.
karpathy-guidelines
unknown/karpathy-guidelines · code
Behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity and clarity in coding practices.
code-simplifier
getsentry/skills · Productivity
Code simplification and refactoring focused on clarity, consistency, and maintainability. \n \n Applies project-specific best practices from CLAUDE.md, including ES modules, explicit type annotations, and proper React patterns \n Eliminates unnecessary complexity through reduced nesting, clearer naming, and removal of redundant abstractions \n Avoids nested ternaries and overly compact solutions in favor of explicit, readable code structures \n Preserves all original functionality and behavior w
requesting-code-review
obra/superpowers · Productivity
Dispatch code review subagents with focused context to catch issues before they compound. \n \n Integrates with subagent-driven development workflows, triggering review after each task or before merging to main \n Provides code-reviewer subagent with precise git SHAs, implementation details, and requirements, keeping reviewer focused on work product rather than session history \n Categorizes feedback into Critical (fix immediately), Important (fix before proceeding), and Minor (note for later) s
flutter-dart-code-review
affaan-m/everything-claude-code · Productivity
Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solution, routing library, or DI framework is used.
code-refactoring-tech-debt
sickn33/antigravity-awesome-skills · Productivity
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans.
go-code-review
cxuu/golang-skills · Backend
Systematic Go code review against community style standards and best practices. \n \n Covers 15+ review categories: formatting, documentation, error handling, naming, concurrency, interfaces, data structures, security, declarations, functions, style, logging, imports, generics, and testing \n Includes automated pre-review checks via gofmt , go vet , and golangci-lint to catch mechanical issues before manual review \n Organizes findings by severity (must-fix, should-fix, nit) using a consistent t
sqlalchemy-alembic-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code.
framer-code-components-overrides
fredm00n/framerlabs · Productivity
Code Components: Custom React components added to canvas. Support addPropertyControls.
code-review-expert
sanyuan0704/code-review-expert · Productivity
Expert code review of git changes with focus on SOLID violations, security risks, and actionable improvements. \n \n Analyzes current git diff for SOLID principle violations, architecture smells, and removal candidates using structured checklists \n Scans for security risks including injection, authentication gaps, race conditions, and unsafe deserialization with exploitability assessment \n Flags code quality issues: error handling gaps, N+1 queries, boundary condition bugs, and performance hot