Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Dev tools
17,418 results · page 104 of 581
- View details
java-devSkillDev tools
Java development guidelines, including naming conventions, exception handling, Spring Boot best practices, and more
Ready to connect★ 1k
- View details
optimizeSkillDev tools
Structured system optimization scanning workflow for explicit optimize, performance assessment, experience evaluation, or code quality scanning scenarios; outputs issues and suggestions by default, without directly modifying code.
Ready to connect★ 1k
- View details
pic-businessSkillDev tools
Generates professional business-style infographics. Supports parameterized control over style presets, color schemes, icons, layouts, density, and more. Manually triggered.
Ready to connect★ 1k
- View details
python-devSkillDev tools
Python development standards, covering PEP 8 style, type annotations, exception handling, testing conventions, and more
Ready to connect★ 1k
- View details
refactor-safetySkillDev tools
Triggers when the user asks to refactor code (extracting components, merging duplicate logic, renaming variables, optimizing structure). Provides a refactoring safety checklist to prevent losing the original context.
Ready to connect★ 1k
- View details
rust-devSkillDev tools
Rust development guidelines (focused on the Axum + Tokio backend stack), covering toolchain, error handling, async pitfalls, module organization, dependency management, and testing standards
Ready to connect★ 1k
- View details
astSkillDev tools
Manual AST construction with FunctionBuilder for kernels and callables without DSL sugar.
Ready to connect★ 1k
- View details
backend_architectureSkillDev tools
Backend plugin architecture, DeviceInterface, dynamic loading, and command encoding.
Ready to connect★ 1k
- View details
cmakeSkillDev tools
CMake build options, custom functions, and backend patterns for LuisaCompute.
Ready to connect★ 1k
- View details
cpp-styleSkillDev tools
C++ naming, formatting, static analysis, and RTTI rules for LuisaCompute.
Ready to connect★ 1k
- View details
glslangSkillDev tools
glslang SPIR-V Builder API for types, instructions, control flow, and decorations.
Ready to connect★ 1k
- View details
ir_pipelineSkillDev tools
Legacy IR and XIR compiler pipeline, AST lowering, SSA IR, and optimization passes.
Ready to connect★ 1k
- View details
lc_astSkillDev tools
Locate AST read/write usage markers and builtin CallOp usage rules in LuisaCompute. Use when investigating or modifying AST variable usage propagation, FunctionBuilder internals, or CallOp argument marking.
Ready to connect★ 1k
- View details
lc_dslSkillDev tools
DSL kernels, callables, structs, buffers, atomics, control flow, and dispatch.
Ready to connect★ 1k
- View details
lc_vstlSkillDev tools
vstd containers: HashMap, queues, pools, variant, smart pointers, and utilities.
Ready to connect★ 1k
- View details
llvm-spirvSkillDev tools
Experimental Vulkan AST-to-LLVM-to-SPIR-V backend, its fail-closed runtime-interface boundary, LLVM build integration, and validation path.
Ready to connect★ 1k
- View details
lspSkillDev tools
clangd LSP over HTTP for C++ syntax checks and symbol navigation in LuisaCompute sources.
Ready to connect★ 1k
- View details
matlab-add-awgnSkillDev tools
Read BEFORE writing any code that adds Additive White Gaussian Noise (AWGN) to signals and converts between SNR, Eb/No, Es/No, and per-subcarrier SNR for communications simulations, using awgn(), convertSNR(), berawgn(). The default MATLAB patterns for AWGN (e.g., 'measured' option, manual SNR formu
Ready to connect★ 1k
- View details
matlab-analyze-ams-waveformSkillDev tools
Analyze AMS waveform data using Mixed-Signal Blockset utilities: phase noise measurement, clock jitter, anti-aliased resampling, timing measurements, lock time, INL/DNL, ADC/DAC calibration, HSpice import. Use when analyzing time-domain voltage from PLL/VCO/clock simulations, measuring phase noise f
Ready to connect★ 1k
- View details
matlab-analyze-emSkillDev tools
S-parameters, insertion loss, fields, currents, mesh control, and solver selection for RF PCB performance validation. TRIGGER: user asks to compute S-parameters, analyze insertion/return loss, extract fields or currents, compare MoM vs FEM, or control mesh for any RF PCB component. Invoke BEFORE wri
Ready to connect★ 1k
- View details
matlab-analyze-time-frequency-contentSkillDev tools
Perform time-frequency analysis in MATLAB using CWT, STFT, synchrosqueezing, reassignment, wavelet coherence, cross spectrogram, EMD/VMD, multiresolution analysis, and time-frequency filtering. Triggers on: time-frequency, spectrogram, scalogram, cwt, stft, istft, fsst, wsst, wcoherence, xspectrogra
Ready to connect★ 1k
- View details
matlab-apply-themeSkillDev tools
Style MATLAB charts and figures. colororder palettes for chart series colors, colormap selection, brand color organization, and the R2025a Theme API for uifigure apps (dark mode with fliplightness, ThemeChangedFcn, uistyle, component colors). Use when customizing chart colors, applying a color palet
Ready to connect★ 1k
- View details
matlab-assemble-pcb-layoutSkillDev tools
Build custom PCB structures with pcbComponent, shapes, Boolean ops, feeds, and multi-layer stackups for non-catalog geometries. TRIGGER: user asks to build, modify, or customize a pcbComponent — add/remove shapes, edit polygons, place feeds, add metal layers, cut slots, or create non-catalog RF stru
Ready to connect★ 1k
- View details
matlab-build-appSkillDev tools
Build MATLAB apps from requirements to working code. Asks discovery questions (or skips them when the path is known), recommends UIFigure or UIHTML architecture, identifies layout archetype (Dashboard, Explorer, Tabbed, Wizard, Canvas), produces an implementation plan, and executes the build. For UI
Ready to connect★ 1k
- View details
matlab-build-chartSkillDev tools
Create and customize MATLAB charts and plots. Plot types (line, scatter, bar, histogram, heatmap, surface), axes configuration, annotations, data tips, interactive plots, animation, multiple axes with tiledlayout, colororder, and performance optimization. Works for standalone figures, Live Scripts,
Ready to connect★ 1k
- View details
matlab-build-industrial-hmiSkillDev tools
Build industrial-grade SCADA/HMI dashboards in MATLAB following industrial-HMI conventions (ISA-101-aligned): gray-field philosophy, alarms at source, write safeguards, fixed-range trends, drill-down layout. Produces a real App Designer app (.mlapp, or plain-text .m+.xml on R2026b+) by handing seria
Ready to connect★ 1k
- View details
matlab-call-nidaqmxSkillDev tools
Translate NI-DAQmx C function signatures into correct calldaqlib MATLAB calls. Use when the user mentions calldaqlib, any DAQmx* C function name (DAQmxCfgSampClkTiming, DAQmxExportSignal, DAQmxSetStartTrigRetriggerable, DAQmxGetSampClkRate, etc.), or needs NI-DAQmx functionality not exposed by the d
Ready to connect★ 1k
- View details
matlab-call-pythonSkillDev tools
Call Python libraries from MATLAB using the py. interface, pyrun, pyrunfile, or pyenv. Use when writing or executing MATLAB code that calls Python functions or passes data between MATLAB and Python. REQUIRED when triaging Python errors from MATLAB (ModuleNotFoundError, ImportError, "Unable to resolv
Ready to connect★ 1k
- View details
matlab-compute-aerospace-environmentSkillDev tools
Compute aerospace environment properties including atmosphere (ISA, COESA, NRLMSISE-00, non-standard, CIRA), gravity (spherical harmonic, WGS84, zonal, centrifugal), horizontal wind (HWM), magnetic field (WMM, IGRF), geoid height, geocentric radius, space weather data, planetary ephemeris, Earth ori
Ready to connect★ 1k
- View details
matlab-compute-gnss-positionSkillDev tools
Computes multi-constellation Global Positioning System (GPS) or Global Navigation Satellite System (GNSS) positions from RINEX v3 data using rinexread, gnssmeasurements, receiverposition, and gnssoptions. Filters by constellation, elevation mask, C/N0, and observation code. Reports DOP, scatter RMS,
Ready to connect★ 1k
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.