Recently Added

Fresh skills just added to the collection. Be the first to try them out!

Showing 51073-51096 of 52109 skills
Dexploarer

database-query-optimizer

by Dexploarer

Analyzes and optimizes database queries for PostgreSQL, MySQL, MongoDB with EXPLAIN plans, index suggestions, and N+1 query detection. Use when user asks to "optimize query", "analyze EXPLAIN plan", "fix slow queries", or "suggest database indexes".

Code Gen 6 8mo ago
Dexploarer

property-based-test-generator

by Dexploarer

Generates property-based tests using Hypothesis (Python), fast-check (JavaScript/TypeScript), or QuickCheck (Haskell). Use when user asks to "generate property tests", "create hypothesis tests", "add property-based testing", or "generate fast-check tests".

Processing 6 8mo ago
Dexploarer

lighthouse-ci-integrator

by Dexploarer

Integrates Lighthouse CI for automated performance testing, Core Web Vitals tracking, and regression detection in CI/CD pipelines. Use when user asks to "setup Lighthouse CI", "add performance testing", "monitor Core Web Vitals", or "prevent performance regressions".

CI/CD 6 8mo ago
Dexploarer

visual-regression-test-setup

by Dexploarer

Sets up visual regression testing using Percy, Chromatic, or Playwright to catch unintended UI changes through screenshot comparison. Use when user asks to "setup visual testing", "add screenshot tests", "prevent visual bugs", or "setup Percy/Chromatic".

Processing 6 8mo ago
Dexploarer

pii-detector

by Dexploarer

Detects Personally Identifiable Information (PII) in code, logs, databases, and files for GDPR/CCPA compliance. Use when user asks to "detect PII", "find sensitive data", "scan for personal information", "check GDPR compliance", or "find SSN/credit cards".

Analytics 6 8mo ago
Dexploarer

smart-contract-generator

by Dexploarer

Generates Solidity smart contracts with security best practices (ERC-20, ERC-721, ERC-1155, custom). Use when user asks to "create smart contract", "solidity contract", "erc20 token", "nft contract", or "web3 contract".

Code Gen 6 8mo ago
Dexploarer

jupyter-notebook-assistant

by Dexploarer

Organizes, cleans, and optimizes Jupyter notebooks - removes empty cells, adds structure, extracts functions, generates documentation. Use when user asks to "clean notebook", "organize jupyter", "refactor notebook", or "jupyter best practices".

CLI Tools 6 8mo ago
Dexploarer

i18n-setup-wizard

by Dexploarer

Sets up complete internationalization infrastructure for React, Vue, Next.js, or vanilla JS with framework config, translation files, and language switching. Use when user asks to "setup i18n", "add translations", "multi-language support", or "internationalization setup".

Processing 6 8mo ago
Dexploarer

dependency-vulnerability-scanner

by Dexploarer

Scans dependencies for known vulnerabilities (npm audit, pip-audit, etc.), generates reports, and suggests fixes. Use when user asks to "check vulnerabilities", "security scan", "audit dependencies", "check CVEs", or "vulnerable packages".

Code Review 6 8mo ago
Dexploarer

github-actions-workflow-builder

by Dexploarer

Creates GitHub Actions workflows for CI/CD (test, build, deploy, release). Use when user asks to "setup github actions", "create workflow", "ci/cd pipeline", "automate testing", or "deployment workflow".

CI/CD 6 8mo ago
Dexploarer

wcag-compliance-checker

by Dexploarer

Checks websites for WCAG 2.1 Level AA compliance, identifies accessibility violations, and provides remediation guidance. Use when user asks to "check accessibility", "wcag compliance", "a11y audit", "accessibility violations", or "screen reader testing".

Accessibility 6 8mo ago
Dexploarer

bundle-analyzer

by Dexploarer

Analyzes JavaScript bundle sizes, identifies large dependencies, and suggests optimizations for webpack, vite, rollup. Use when user asks to "analyze bundle", "optimize bundle size", "reduce bundle", "webpack analysis", or "tree shaking".

Analytics 6 8mo ago
Dexploarer

regex-pattern-builder

by Dexploarer

Builds and explains regex patterns from natural language, tests patterns, and provides examples. Use when user asks to "create regex", "regex pattern", "match pattern", "validate email/phone", or "regex help".

Email 6 8mo ago
Dexploarer

app-icon-generator

by Dexploarer

Generates app icons in all required sizes for iOS, Android, and PWA from a single source image. Use when user asks to "generate app icons", "create ios icons", "android app icons", "favicon", or "pwa icons".

CLI Tools 6 8mo ago
Dexploarer

a11y-annotation-generator

by Dexploarer

Adds accessibility annotations (ARIA labels, roles, alt text) to make web content accessible. Use when user asks to "add accessibility", "make accessible", "add aria labels", "wcag compliance", or "screen reader support".

Accessibility 6 8mo ago
Dexploarer

dockerfile-generator

by Dexploarer

Generates optimized Dockerfiles for various languages and frameworks with best practices (multi-stage builds, layer caching, security). Use when user asks to "create dockerfile", "dockerize app", "containerize", or "docker setup".

Docker 6 8mo ago
Dexploarer

translation-key-extractor

by Dexploarer

Extracts hardcoded strings from code and converts them to translation keys for i18n. Use when user asks to "extract translations", "find hardcoded strings", "internationalize code", "setup i18n", or "create translation files".

Processing 6 8mo ago
Dexploarer

mock-generator

by Dexploarer

Generates test mocks, stubs, and fixtures for testing (Jest, Vitest, pytest, etc.). Use when user asks to "create mock", "generate stub", "mock function", "test fixtures", or "mock API response".

API Dev 6 8mo ago
Dexploarer

image-optimizer

by Dexploarer

Optimizes images for web performance by converting to modern formats, compressing, and generating responsive sizes. Use when user asks to "optimize images", "compress images", "convert to webp", or mentions image performance.

CLI Tools 6 8mo ago
Dexploarer

security-header-generator

by Dexploarer

Generates security HTTP headers (CSP, HSTS, CORS, etc.) for web applications to prevent common attacks. Use when user asks to "add security headers", "setup CSP", "configure CORS", "secure headers", or "HSTS setup".

Legal 6 8mo ago
christopheryeo

search-calendar

by christopheryeo

Search Google Calendar with natural language. Find events by date, title, attendees, or email domains. Optimized for time-based briefings with explicit timestamps and rich event context. Parameters: - date (string): 'tomorrow', 'next Monday', 'Oct 25' - time_range: {start: ISO datetime, end: ISO datetime} - subject (string): Search in event titles - attendees (string[]): Filter by attendee names - emails (string[]): Filter by email/domains Returns: [{ event_id: string, title: string, start_time: ISO datetime (Asia/Singapore timezone), end_time: ISO datetime (Asia/Singapore timezone), duration_minutes: number, attendees: {name: string, email: string, response_status: string}[], location?: string, description?: string, has_attachments: boolean, prep_needed: boolean, conferencing?: {type: string, url: string} }]

0 8mo ago
synapz-org

linear-workflow-manager

by synapz-org

This skill should be used when organizing daily work with Linear, starting the work day, reviewing priorities, triaging issues, or managing status updates. Use it for daily standup preparation, automated issue triage, workload planning, and status reporting. Integrates with Linear GraphQL API for seamless issue management.

Agents 3 8mo ago
Dexploarer

calculator-helper

by Dexploarer

Performs mathematical calculations and conversions. Use when user asks to "calculate", "compute", "what is the result of", "convert units", or needs math help.

Finance 6 8mo ago
Dexploarer

file-organizer

by Dexploarer

Organizes files by type into categorized folders. Use when user asks to "organize files", "sort files by type", "clean up this directory", or "categorize these files".

File Ops 6 8mo ago