SKILLEMALL.ai

Skill rating

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

24 763
#GradeSkillScore ▾SafetyQualityProcessTestsPopularityUpdated
15301A
Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requi
9110078D★ 610 Jul 2026
15302A
Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs.
9110078D★ 610 Jul 2026
15303A
Coordinates multi-skill workflows and records or runs follow-up actions when the host runtime supports them. Use when completing PRD creation, implementation, or any milestone that should be evaluated
919584C★ 610 Jul 2026
15304A
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (
9110078B★ 610 Jul 2026
15305A
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
919980B★ 610 Jul 2026
15306A
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
9110078B★ 610 Jul 2026
15307A
Clarify scope through dialogue, surface key decisions and open questions. Use before planning.
9110078C★ 610 Jul 2026
15308A
Migration-first database development workflow using Drizzle ORM for TypeScript/J...
9110078C★ 610 Jul 2026
15309A
Create a git commit with a clear, value-communication message. Use when the user asks to commit/save staged or unstaged changes with a repo-appropriate, value-communicating message.
919584C★ 610 Jul 2026
15310A
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
9110077D★ 610 Jul 2026
15311A
Use when you need to generate an onboarding guide for new team members joining a project
9110077D★ 610 Jul 2026
15312A
Expert Haskell engineer specializing in advanced type systems, pure
9110077A★ 610 Jul 2026
15313A
Deposit and bridge funds into a wallet or protocol using Swapper Finance. Handles fiat on-ramp (card payments via Mastercard, Visa, Apple Pay, Google Pay), crypto transfers, and cross-chain bridging v
919584C★ 610 Jul 2026
15314A
Documentation analysis — assess coverage, detect code-to-doc drift with plan reconcile, visualize dependencies with doc graph. Answers "what needs docs?" and "are docs still accurate?"
9110077C★ 610 Jul 2026
15315A
Uses persistent markdown files for general planning, progress tracking, and knowledge storage (Manus-style workflow). Use for multi-step tasks, research projects, or general organization WITHOUT menti
919584C★ 610 Jul 2026
15316A
MUST be used when adding Pyodide or Python tool support to a Flows app. Do NOT manually configure usePyodideRuntime or wire pythonRuntime into useAtlasChat — this skill handles pyodide installation, h
919584C★ 610 Jul 2026
15317A
Safely package codebases with repomix by automatically detecting and removing hardcoded credentials before packing. Use when packaging code for distribution, creating reference packages, or when the u
919486C★ 610 Jul 2026
15318A
Diagnosis loop for bugs and failing behavior. Use for errors, stack traces, regressions, failed tests, issue-tracker bugs, stuck investigations after failed fixes, or asks to debug/fix a bug.
9110078D★ 610 Jul 2026
15319A
Comprehensive guidance for Minecraft mod development with Fabric, including porting from other mod loaders (Forge, NeoForge). Integrates MCP servers for decompilation, documentation access, and mixin
9110077C★ 610 Jul 2026
15320A
Code generator skills that produce production-ready Swift code for common app components. Use when user wants to add logging, analytics, onboarding, review prompts, networking, authentication, paywall
919584B★ 610 Jul 2026
15321A
Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality.
919585D★ 610 Jul 2026
15322A
Create a PR with dev as base using the pull request template. Use when opening a new PR.
9110077D★ 610 Jul 2026
15323A
Execute a plan or concrete work prompt end-to-end. Use when implementing from docs/plans, a spec path, or a clear build request; use ce-debug for open-ended bugs.
9110078C★ 610 Jul 2026
15324A
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content
9110078C★ 610 Jul 2026
15325A
Safely track pull request feedback, resolve review comments or merge conflicts, validate fixes, and use a read-only cross-review before committing or pushing follow-up changes.
9110078C★ 610 Jul 2026
15326A
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
9110078B★ 610 Jul 2026
15327A
Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures.
9110077B★ 610 Jul 2026
15328A
Use when modern C++ features from C++11/14/17/20 including auto, lambdas, range-based loops, structured bindings, and concepts.
919584D★ 610 Jul 2026
15329A
AppleScript, JXA, Shortcuts, Automator, osascript, System Events, accessibility API
9110078D★ 610 Jul 2026
15330A
Hono middleware patterns - creation, composition, built-in middleware, and execution order for web applications
9110078C★ 610 Jul 2026
15331A
MUST be used when migrating an existing React app to Flows, or when no Flows auth is wired up. Detects classic vs Apps API flow from `app.json` `infra` field, installs the right packages, and wires up
919584C★ 610 Jul 2026
15332A
Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.
9110077C★ 610 Jul 2026
15333A
feature 流程阶段 2——按 {slug}-checklist.yaml 里 design 切好的 paradigm 维度 steps 推进,每步具体改哪个文件由 implement 自决,写完用统一格式汇报。触发:用户说"方案确认了开始实现"、"按方案写代码"、"开工"。前提是 design 已 approved 且有 checklist。遇到方案外情况要回方案谈不要硬冲。
9110077C★ 610 Jul 2026
15334A
Use when you need to ask questions about a codebase or understand code using a knowledge graph
9110077D★ 610 Jul 2026
15335A
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline wi
9110077C★ 610 Jul 2026
15336A
Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, vi
9110078D★ 610 Jul 2026
15337A
Convert a web URL into cleaned Markdown with deterministic routing. Use when Codex needs to read article-like content from links and should apply source-aware fetch strategies: default to r.jina.ai fo
919388C★ 610 Jul 2026
15338A
Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're o
9110077C★ 610 Jul 2026
15339A
Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, str
919584C★ 610 Jul 2026
15340A
Use when reading or writing React components (.tsx, .jsx files with React imports).
9110077D★ 610 Jul 2026
15341A
Deep integration guide for Polymarket's CLOB API, Gamma API, and on-chain data. Use when building trading functionality, fetching market data, or implementing order execution.
919684D★ 610 Jul 2026
15342A
Initialize and configure Astro/Airflow projects. Use when the user wants to create a new project, set up dependencies, configure connections/variables, or understand project structure. For running the
919584C★ 610 Jul 2026
15343A
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using Dat
919979D★ 610 Jul 2026
15344A
查询项目设定、角色、力量体系、势力、伏笔等信息。支持紧急度分析与金手指状态查询。
919585C★ 610 Jul 2026
15345A
Unit-aware computation with Pint - convert units, dimensional analysis, unit arithmetic
919584C★ 610 Jul 2026
15346A
Enable nullable reference types in a C# project and systematically resolve all warnings. USE FOR: adopting NRTs in existing codebases, file-by-file or project-wide migration, fixing CS8602/CS8618/CS86
9110077C★ 610 Jul 2026
15347A
Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or ask
9110078B★ 610 Jul 2026
15348A
RNA velocity analysis with scVelo. Estimate cell state transitions from unspliced/spliced mRNA dynamics, infer trajectory directions, compute latent time, and identify driver genes in single-cell RNA-
9110078C★ 610 Jul 2026
15349A
feature 流程的超轻量通道——不写 design / checklist 直接动手,但先指引 AI 查 CodeStable 知识库再开工。触发:用户说"快速模式"、"fastforward"、"别那么多步骤"、"直接开干",且需求小到不值得走 design 流程。
9110077C★ 610 Jul 2026
15350A
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, f
919289C★ 610 Jul 2026