SKILLEMALL.ai

Skill rating

24 711 skills. The A–F grade combines safety (60%) and quality (40%); tests add a bonus. The rating refreshes automatically from open catalogs.

24 711
#GradeSkillScore ▾SafetyQualityProcessTestsPopularityUpdated
601A
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rota
9310082C★ 176 3135 d ago
602A
Fetch Chinese stock and futures market data via Tushare API. Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. Use when the user needs financial data from Chines
9310082C↓ 12 225 ★ 2411 May 2026
603A
Safe Notion API access for pages, databases, and blocks: schema diffs before structural changes, append-first writes, and personal/work profile switching. Needs only curl, no CLI to install. Use this
9310083C↓ 14 070 ★ 1541 d ago
604A
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted c
939983C↓ 11 157 ★ 1811 May 2026
605A
Grounds every implementation decision in official documentation. Use when you want to verify an approach against the official docs before implementing it, or when you want authoritative, source-cited
939984D★ 94 3294 d ago
606A
Hreflang and international SEO audit, validation, and generation. Detects common mistakes, validates language/region codes, and generates correct hreflang implementations. Use when user says "hreflang
939590A★ 46 4122 d ago
607A
You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-po
9310083B★ 46 4122 d ago
608A
Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities
9310082D★ 46 4122 d ago
609A
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
9310082C★ 46 4122 d ago
610A
You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint
9310082B★ 46 4122 d ago
611A
Reverse JavaScript-based custom DSL/VM interpreters and risk-control engines: identify IIFE/switch-based opcode dispatch, extract opcode tables, and capture runtime semantics.
9310082C★ 46 4122 d ago
612A
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.
9310082C★ 46 4122 d ago
613A
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.
9310082C★ 46 4122 d ago
614A
To test local web applications, write native Python Playwright scripts.
9310083C★ 46 4122 d ago
615A
A portable, framework-agnostic discipline for the write path of any React or React Native app using a query/cache layer.
9310082C★ 46 4122 d ago
616A
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to findin
9310082C★ 46 4122 d ago
617A
Generate complete, import-ready Postman Collection v2.1 JSON files from natural language API descriptions or cURL commands.
9310082C★ 46 4122 d ago
618A
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
9310082C★ 46 4122 d ago
619A
Diagnose slow React components and suggest targeted performance fixes.
9310082B★ 46 4122 d ago
620A
Review a git diff or explicit file scope for reuse, code quality, efficiency, clarity, and standards issues, then optionally apply safe Codex-driven fixes.
9310082C★ 46 4122 d ago
621A
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems.
939984A★ 46 4122 d ago
622A
Plan and execute large refactors with dependency-aware work packets and parallel analysis.
9310082C★ 46 4122 d ago
623A
Audit authorized codebases for exploitable vulnerabilities using scoped reconnaissance, adversarial review, validation, and structured reporting.
939985C★ 46 4122 d ago
624A
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existi
9310082C★ 46 4122 d ago
625A
Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS
9310082C★ 46 4122 d ago
626A
Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where c
9310082D★ 46 4122 d ago
627A
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need t
9310082C★ 46 4122 d ago
628A
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or es
9310082C★ 46 4122 d ago
629A
Review and fix Swift concurrency issues such as actor isolation and Sendable violations.
9310082B★ 46 4122 d ago
630A
Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague ide
9310082C★ 46 4122 d ago
631A
Reviews UI/frontend code and tells you exactly why it "looks AI-generated" — then how to fix it.
9310082C★ 46 4122 d ago
632A
Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel security best practices.
939984B★ 46 4122 d ago
633A
When the user wants to identify and nurture developer advocates, build champion programs, or turn active users into contributors and evangelists.
9310082C★ 46 4122 d ago
634A
Turns a WordPress Site Health report into a risk-tiered, backup-first fix plan with exact WP-CLI/PHP snippets. Use for site health, recommended improvements, or critical issue reports.
9310082B★ 46 4122 d ago
635A
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
9310082C★ 46 4122 d ago
636A
Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch
9310083C★ 46 4122 d ago
637A
Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations
939985C★ 46 4122 d ago
638A
Refactor SwiftUI views into smaller components with stable, explicit data flow.
9310082C★ 46 4122 d ago
639A
Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.
9310082B★ 46 4122 d ago
640A
To build powerful frontend claude.ai artifacts, follow these steps:
9310082C★ 46 4122 d ago
641A
Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations.
939984B★ 46 4122 d ago
642A
Use when working with composition-patterns tasks or workflows
9310082B★ 46 4122 d ago
643A
Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged metrics (CLI).
939786D★ 46 4122 d ago
644A
Implement or review SwiftUI Liquid Glass APIs with correct fallbacks and modifier order.
9310082B★ 46 4122 d ago
645A
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code
9310082D★ 46 4122 d ago
646A
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
9310082D★ 46 4122 d ago
647A
Build Progressive Web Apps (PWAs) with offline support, installability, and caching strategies. Trigger whenever the user mentions PWA, service workers, web app manifests, Workbox, 'add to home screen
9310083B★ 46 4122 d ago
648A
Use when working with react-native-skills tasks or workflows
9310082B★ 46 4122 d ago
649A
Authorized OSINT and cyber threat intelligence: enriching IOCs, campaigns, impersonation, scams, and threat-actor profiles from public sources with defined boundaries.
939886C★ 46 4122 d ago
650A
When the user wants to do developer advocacy activities including conference talks, live coding, podcasts, and building in public.
9310082C★ 46 4122 d ago