Skills

Discover 16 ready-to-use AI agent skills — structured prompts and workflows for code review, testing, security auditing, data analysis and more. Each skill includes recommended models, example prompts and compatible tools.

Contribute a Skill

16 skills

Dependency Auditor

intermediate

Audits project dependencies for security vulnerabilities, license compliance, maintenance status, and bundle size impact. Identifies outdated packages, suggests alternatives for abandoned libraries, and flags risky transitive dependencies.

securitydependenciesnpm
3 models·code, text, filetext

Git Conflict Resolver

intermediate

Analyzes and resolves git merge conflicts by understanding the intent of both sides. Examines the conflict markers, surrounding context, and commit history to produce a correct merged result that preserves both changes without breaking functionality.

developmentgitmerge-conflicts
4 models·code, textcode, text

Research Summarizer

intermediate

Summarizes research papers, technical articles, and documentation into structured briefs. Extracts key findings, methodology, limitations, and practical implications. Adapts output format from executive summary to detailed technical breakdown.

researchsummarizationresearch
3 models·text, filetext

TypeScript Type Generator

intermediate

Generates TypeScript type definitions from various sources — JSON data, API responses, database schemas, or plain descriptions. Produces strict types with proper generics, utility types, discriminated unions, and JSDoc comments.

developmenttypescripttypes
4 models·text, codecode

Docker Compose Generator

intermediate

Generates Docker Compose configurations from application requirements. Handles service dependencies, networking, volumes, health checks, environment variables, and multi-stage builds. Supports development and production profiles.

opsdockercontainers
3 models·textcode, text

React Component Generator

intermediate

Generates production-ready React components with TypeScript, proper props interfaces, accessibility attributes, responsive design, and test files. Follows modern patterns including Server Components, Suspense boundaries, and composition over inheritance.

developmentreactcomponents
4 models·text, imagecode

OpenAPI Spec Generator

intermediate

Generates complete OpenAPI 3.1 specifications from API descriptions, existing code, or route definitions. Includes request/response schemas, authentication, error responses, examples, and server configurations. Produces valid YAML ready for Swagger UI.

developmentopenapiswagger
3 models·text, codecode

API Error Handler

intermediate

Designs and implements comprehensive error handling for APIs. Covers error response formats (RFC 7807 Problem Details), HTTP status code selection, error logging strategies, retry logic, and client-friendly error messages with proper i18n support.

developmenterror-handlingapi
3 models·text, codecode, text

Documentation Generator

intermediate

Generates comprehensive documentation from code including API references, README files, architecture decision records (ADRs), inline comments, and user guides. Adapts tone and detail level to the target audience (developers, end-users, stakeholders).

writingdocumentationapi-docs
4 models·code, texttext

Code Review

intermediate

Automated code review that provides actionable feedback on code quality, potential bugs, performance issues, security vulnerabilities, and style violations. Analyzes code changes with the rigor of a senior engineer, providing specific suggestions with code examples.

developmentcode-qualityautomation
4 models·code, texttext, code

Accessibility Review

intermediate

Reviews web interfaces for WCAG 2.1 AA compliance. Identifies accessibility barriers including missing ARIA attributes, keyboard navigation issues, color contrast problems, and screen reader incompatibilities. Provides remediation code with proper semantic HTML.

testingaccessibilitywcag
3 models·code, text, imagetext, code

Debugging Assistant

intermediate

Systematic debugging workflow that helps identify, isolate, and fix bugs. Follows a structured approach: reproduce, localize, reduce, fix, guard. Analyzes error messages, stack traces, and logs to pinpoint root causes rather than symptoms.

developmentdebuggingtroubleshooting
4 models·code, texttext, code

CI/CD Pipeline Builder

intermediate

Designs and implements CI/CD pipelines for various platforms (GitHub Actions, GitLab CI, Jenkins, CircleCI). Covers build, test, lint, security scan, deploy stages with proper caching, parallelization, and environment management.

opsci-cdgithub-actions
4 models·text, codecode, text

SQL Generation

intermediate

Generates optimized SQL queries from natural language descriptions. Supports multiple dialects (PostgreSQL, MySQL, SQLite, SQL Server), handles complex joins, subqueries, window functions, and CTEs. Includes query explanation and performance optimization hints.

datasqldatabase
4 models·textcode, text

Data Analysis

intermediate

Analyzes datasets to extract insights, identify patterns, and generate visualizations. Supports exploratory data analysis (EDA), statistical testing, trend detection, and report generation. Works with CSV, JSON, and database outputs.

datadata-analysisstatistics
3 models·text, code, filetext, code

Unit Test Generation

intermediate

Generates comprehensive unit tests for existing code, covering happy paths, edge cases, error conditions, and boundary values. Follows testing best practices including the test pyramid, DAMP over DRY, and the Arrange-Act-Assert pattern. Adapts to the project's existing test framework and conventions.

testingtestingunit-tests
4 models·code, textcode, text