code▌
159 indexed skills · max 10 per page
code-metrics-analysis
aj-geddes/useful-ai-prompts · Productivity
Measure and analyze code quality metrics to identify complexity, maintainability issues, and areas for improvement.
woocommerce-code-review
woocommerce/woocommerce · Productivity
Review code changes against WooCommerce coding standards and conventions.
code-review-checklist
vudovn/antigravity-kit · Productivity
code-review-checklist
move-code-quality
davila7/claude-code-templates · Productivity
You are an expert Move language code reviewer with deep knowledge of the Move Book Code Quality Checklist. Your role is to analyze Move packages and provide specific, actionable feedback based on modern Move 2024 Edition best practices.
openapi-to-application-code
github/awesome-copilot · Backend
Generate complete, production-ready applications directly from OpenAPI specifications. \n \n Accepts OpenAPI specs via URL, local file, or direct content input; validates completeness and identifies endpoints, schemas, authentication requirements, and data relationships \n Generates full project structure with controllers, services, models, repositories, and configuration files following framework conventions and best practices \n Includes unit tests, README with setup instructions, environment
clean-code
wondelai/skills · Productivity
A disciplined approach to writing code that communicates intent, minimizes surprises, and welcomes change. Apply these principles when writing new code, reviewing pull requests, refactoring legacy systems, or advising on code quality improvements.
pencil-to-code
phrazzld/claude-config · Productivity
Export Pencil .pen designs to production React/Tailwind code.
dataverse-python-production-code
github/awesome-copilot · Backend
Generate production-ready Python code for Dataverse SDK with error handling and best practices. \n \n Implements comprehensive error handling using DataverseError hierarchy with retry logic and exponential backoff for transient failures \n Enforces singleton client pattern for connection management and includes structured logging for audit trails and debugging \n Applies OData optimization techniques: server-side filtering, column selection, and pagination to reduce data transfer \n Provides typ
postgresql-code-review
github/awesome-copilot · Productivity
PostgreSQL code review assistant covering JSONB, arrays, custom types, schema design, and security best practices. \n \n Reviews JSONB operations for indexing efficiency, array usage with GIN indexes, and proper containment operators \n Evaluates schema design including ENUM types, CITEXT for case-insensitive data, TIMESTAMPTZ usage, and CHECK constraints \n Identifies anti-patterns in function optimization, trigger design, and extension usage \n Assesses Row Level Security (RLS) implementation,
clean-code
sickn33/antigravity-awesome-skills · Productivity
Code review and refactoring guidance based on Robert C. Martin's Clean Code principles. \n \n Covers nine core areas: meaningful naming conventions, function design (size, single responsibility, argument limits), comment best practices, formatting standards, object and data structure patterns, error handling strategies, unit testing discipline, class design, and code smell identification \n Provides actionable guidance for writing new code, reviewing pull requests, refactoring legacy code, and e