SKILLEMALL.ai

Skill rating

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

25 249
#GradeSkillScore ▾SafetyQualityProcessTestsPopularityUpdated
10951A
Creates backend docs (api_spec.md, database_schema.md). Use when project has backend API or database.
9410084A★ 610 Jul 2026
10952A
Scaffolds new React projects or restructures monoliths to component-based architecture. Use when setting up frontend structure.
9410085C★ 610 Jul 2026
10953A
Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend projects.
9410085C★ 610 Jul 2026
10954A
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti
9410084A★ 610 Jul 2026
10955A
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti
9410084A★ 610 Jul 2026
10956A
Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.
9410086B★ 610 Jul 2026
10957A
Identify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded performance and restore baseline metrics.
9410085D★ 610 Jul 2026
10958A
Model Kotlin persistence code correctly for Spring Data JPA and Hibernate. Covers entity design, identity and equality, uniqueness constraints, relationships, fetch plans, and common ORM (Object-Relat
9410085C★ 610 Jul 2026
10959A
Generates seed data from ORM schemas or entity definitions to any target format. Use when populating databases for development.
9410085C★ 610 Jul 2026
10960A
Configures global exception handling middleware. Use when adding centralized error handling to .NET or Python backends.
9410085C★ 610 Jul 2026
10961A
SwiftUI animation patterns including springs, transitions, PhaseAnimator, KeyframeAnimator, and SF Symbol effects. Use when implementing, reviewing, or fixing animation code on iOS/macOS.
9410084C★ 610 Jul 2026
10962A
Profile a target (script, process, GPU, memory, interconnect) for performance analysis. Use when user says "profile", "benchmark", "bottleneck", or wants performance analysis.
9410085D★ 610 Jul 2026
10963A
Walk users through PR review comments, fetching and displaying them first when needed, collect per-comment response decisions, apply requested fixes, and preview GitHub replies and resolutions before
9410084D★ 610 Jul 2026
10964A
Structured metadata search for Basic Memory: query notes by custom frontmatter fields using equality, range, array, and nested filters. Use when finding notes by status, priority, confidence, or any c
9410084C★ 610 Jul 2026
10965A
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
9410085D★ 610 Jul 2026
10966A
Enforces the project's core TypeScript standards including explicit typing, import organization, class member ordering, and code safety rules. ALWAYS apply when creating, modifying, or reviewing any T
9410084C★ 610 Jul 2026
10967A
Scaffolds new or restructures existing projects to Clean Architecture. Use when setting up project structure.
9410086C★ 610 Jul 2026
10968A
Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.
9410085C★ 610 Jul 2026
10969A
Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them acros
9410084D★ 610 Jul 2026
10970A
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.
9410084B★ 610 Jul 2026
10971A
Implement Syncfusion React Maps component for geographical data visualization. Use this when displaying interactive maps, location-based information, or regional data analysis. This skill covers map p
9410086C★ 610 Jul 2026
10972A
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
9410084C★ 610 Jul 2026
10973A
Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.
9410085D★ 610 Jul 2026
10974A
Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following
9410085D★ 610 Jul 2026
10975A
Configure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web applications against common attacks.
9410085D★ 610 Jul 2026
10976A
Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup.
949592A★ 610 Jul 2026
10977A
Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.
9410085C★ 610 Jul 2026
10978A
Debugging optimized builds skill for diagnosing issues in release code. Use when debugging RelWithDebInfo builds, using -Og for debuggable optimization, working with split-DWARF, applying GDB schedule
9410084D★ 610 Jul 2026
10979A
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting.
9410085C★ 610 Jul 2026
10980A
Review code architecture for maintainability, catch structural issues before they become debtUse when "Reviewing pull requests with structural changes, Planning refactoring work, Evaluating new featur
9410084C★ 610 Jul 2026
10981A
Create patent-style technical diagrams including flowcharts, block diagrams, and system architectures using Graphviz with reference numbering
9410086C★ 610 Jul 2026
10982A
Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.
9410084C★ 610 Jul 2026
10983A
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
9410084C★ 610 Jul 2026
10984A
Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.
9410085C★ 610 Jul 2026
10985A
Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversation
9410084C★ 610 Jul 2026
10986A
Use when reviewing, improving, or refactoring Java object-oriented design, including applying SOLID, DRY, or YAGNI; improving classes and interfaces; correcting encapsulation, inheritance, or polymorp
9410085C★ 610 Jul 2026
10987A
INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4
9410084C★ 610 Jul 2026
10988A
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user expe
9410085D★ 610 Jul 2026
10989A
Develop secure smart contracts using OpenZeppelin Contracts libraries. Use when users need to integrate OpenZeppelin library components — including token standards (ERC20, ERC721, ERC1155), access con
9410085C★ 610 Jul 2026
10990A
Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workf
9410084C★ 610 Jul 2026
10991A
Debug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identify root causes of flaky behavior.
9410085D★ 610 Jul 2026
10992A
Implement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when building APIs, preventing DOS attacks, or managing
9410085C★ 610 Jul 2026
10993A
Get up to speed on the current branch's intent by analyzing commits, changes, and optionally a Linear ticket. Use when starting work on an existing branch.
9410084D★ 610 Jul 2026
10994A
Complete guide to Next.js 16 features, breaking changes, and migration from v15. Use when building new Next.js projects or upgrading existing ones to leverage Turbopack, Cache Components, and latest p
9410085D★ 610 Jul 2026
10995A
Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.
9410084C★ 610 Jul 2026
10996A
Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI
9410085C★ 610 Jul 2026
10997A
Next.js performance optimization and best practices. Use when writing Next.js code (App Router or Pages Router); implementing Server Components, Server Actions, or API routes; optimizing RSC serializa
9410086D★ 610 Jul 2026
10998A
Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons pro
9410086D★ 610 Jul 2026
10999A
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring f
9410084D★ 610 Jul 2026
11000A
Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through d
9410084D★ 610 Jul 2026