Skills

All Skills

expression

Skills tagged with #expression

@gradusnikov

Debug Java Applications in Eclipse

Full interactive debugging using Eclipse's JDT debugger. Set breakpoints, step through code, inspect variables, evaluate expressions, and hot-swap changes.

gradusnikov/eclipse-chatgpt-plugin+3 more
18d ago
1360
@eakmanrq

sqlglot-upgrade

This skill should be used when handling a sqlglot version bump, updating sqlglot compatibility, working on a renovate/sqlglot branch, fixing sqlglot-related test failures, or migrating functions from invoke_anonymous_function to sqlglot expression classes.

eakmanrq/sqlframe
18d ago
4950
@ryudi84
MCP

Io.Github.Ryudi84/Api

MCP server for generating REST API boilerplate and Express endpoints.

mcpgithubapi
ryudi84/sovereign-mcp-servers+48 more
19d ago
0
@AlterLab-IEU

alterlab-arboreto

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets. Part of the AlterLab Academic Skills suite.

AlterLab-IEU/AlterLab-Academic-Skills+60 more
12d ago
100
@vercel

workflow-init

Install and configure Vercel Workflow DevKit before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow devkit", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.

vercel/workflow
18d ago
1.8K0
@FoundatioFx

foundatio-repositories

Use when querying, counting, patching, or paginating data through Foundatio.Repositories Elasticsearch abstractions. Covers filter expressions, aggregation queries, partial and script patches, and search-after pagination. Apply when working with any IRepository, ISearchableRepository, FindAsync, CountAsync, PatchAsync, PatchAllAsync, or RemoveAllAsync method. Never use raw IElasticClient directly -- always use repository methods. Use context7 MCP to fetch current API docs and examples.

FoundatioFx/Foundatio.Repositories
18d ago
830
@wspringer
MCP

Math Svg Mcp

Convert LaTeX math expressions to crisp, scalable SVG images

mcpgithub
wspringer/math-svg-mcp
19d ago
0
@yctimlin

excalidraw-skill

Programmatic canvas toolkit for creating, editing, and refining Excalidraw diagrams via MCP tools with real-time canvas sync. Use when an agent needs to (1) draw or lay out diagrams on a live canvas, (2) iteratively refine diagrams using describe_scene and get_canvas_screenshot to see its own work, (3) export/import .excalidraw files or PNG/SVG images, (4) save/restore canvas snapshots, (5) convert Mermaid to Excalidraw, or (6) perform element-level CRUD, alignment, distribution, grouping, duplication, and locking. Requires a running canvas server (EXPRESS_SERVER_URL, default http://localhost:3000).

yctimlin/mcp_excalidraw
18d ago
1.4K0
@badhope

english-expert

Help users with academic English polishing and expression optimization. Invoke when user asks for English polishing, grammar checking, or academic language improvement.

badhope/Thesis-Specialist-Agent+5 more
5d ago
300
@K-Dense-AI

adaptyv

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

K-Dense-AI/claude-scientific-skills+153 more
18d ago
15.6K0
@SawyerHood

cron-scheduling

Create, list, and remove persistent scheduled tasks using cron expressions.

SawyerHood/middleman
19d ago
1280
@Done-0

value-realization

Analyze whether end users will discover clear value in product ideas. Use when: discussing product concepts, evaluating features, planning marketing strategies, analyzing user adoption problems, or when the user expresses uncertainty about product direction (e.g., 'evaluate this product idea', 'will users adopt this', 'why aren't users retaining', 'analyze the value proposition', 'product-market fit', 'user adoption analysis').

Done-0/value-realization
19d ago
4960
@hechtcarmel

jetbrains-debugger

Guide for using JetBrains IDE Debugger MCP tools to programmatically debug applications. TRIGGER when ANY of these MCP tools are available: list_run_configurations, execute_run_configuration, start_debug_session, stop_debug_session, get_debug_session_status, list_debug_sessions, set_breakpoint, remove_breakpoint, list_breakpoints, resume_execution, pause_execution, step_over, step_into, step_out, run_to_line, get_stack_trace, select_stack_frame, list_threads, get_variables, set_variable, get_source_context, evaluate_expression. Use when debugging any application, investigating bugs, tracing execution flow, inspecting runtime state, or when the user says "debug", "breakpoint", "step through", "inspect variable", "why is this returning X", "trace execution", or similar debugging-related requests. PREFER the debugger over reading code and guessing when runtime behavior is unclear.

hechtcarmel/jetbrains-debugger-mcp-plugin
18d ago
400
@theodo-group

dbg

Debug applications using the dbg CLI debugger. Supports Node.js (V8/CDP), Bun (WebKit/JSC), and native code via LLDB (DAP). Use when: (1) investigating runtime bugs by stepping through code, (2) inspecting variable values at specific execution points, (3) setting breakpoints and conditional breakpoints, (4) evaluating expressions in a paused context, (5) hot-patching code without restarting (JS/TS), (6) debugging test failures by attaching to a running process, (7) debugging C/C++/Rust/Swift with LLDB, (8) any task where understanding runtime behavior requires a debugger. Triggers: "debug this", "set a breakpoint", "step through", "inspect variables", "why is this value wrong", "trace execution", "attach debugger", "runtime error", "segfault", "core dump".

theodo-group/debug-that
18d ago
1230
@marcelocruzrpa

uipath-core

Generates UiPath Studio XAML workflows, project scaffolds (sequence/dispatcher/performer), and expressions via 94 deterministic Python generators (plus additional generators from installed plugin skills). Use when the user mentions UiPath, XAML, RPA, REFramework, Orchestrator, or UiPath Studio development.

marcelocruzrpa/uipath-ai-skills+1 more
18d ago
60
@honeydew-ai

attribute-creation

Guides you step-by-step through defining a calculated attribute (dimension) on a Honeydew entity. Covers SQL expression building and pushes to Honeydew via the MCP tools.

honeydew-ai/honeydew-ai-coding-agents-plugins+4 more
3h ago
340
@maystudios

2d-pixel-asset

Generate 2D pixel art game assets using Google Gemini via Chrome browser automation. Triggers when the user wants to create pixel art, game sprites, tilesets, game assets, or edit existing game art. Supports reference image uploads for style consistency, model selection (Flash/Pro), resolution control, automatic background removal (chroma key, ML-based via BiRefNet, or Adobe Express), and rasterization to exact pixel dimensions. Use for requests like "create a pixel art sword", "generate a 32x32 character sprite", "make a tileset", or "edit this sprite".

maystudios/claude-skills+7 more
11d ago
50