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: Files & storage
4,278 results · page 28 of 143
- View details
cc-size-checkSkillFiles & storage
Review changed code for reuse, quality, and efficiency, then fix any issues found. Also scans project files for size limit violations.
Ready to connect★ 1k
- View details
cc-streaming-export-safetySkillFiles & storage
Trigger when implementing user-driven large file exports or batch serialization (Excel/CSV/JSON/JSONL/PDF, with unknown data volume or exceeding 10,000 rows / 10 MB); does not trigger for ordinary small file downloads, static resource downloads, or non-export Writer/Report classes. Prevents OOM, lef
Ready to connect★ 1k
- View details
project-initSkillFiles & storage
A structured workflow for initializing new projects, suited for scenarios like explicitly invoking project-init, setting up a new repository, generating a project-level AGENTS.md, or creating base scaffold files for a given tech stack; it does not overwrite existing configurations indiscriminately o
Ready to connect★ 1k
- View details
project-scanSkillFiles & storage
Scans the current repository and generates or updates project-level AGENTS.md / README.md / a full set of scaffold files (restart.sh, ignore, Dockerfile, docker-compose). Use when project-scan is explicitly invoked, when initializing project awareness, or when refreshing project-level Codex context.
Ready to connect★ 1k
- View details
ruanzhuSkillFiles & storage
Triggered when the user runs the /ruanzhu command or requests software copyright source code documentation. Provides specifications for generating software copyright source code DOCX files.
Ready to connect★ 1k
- View details
size-checkSkillFiles & storage
Review changed code for reuse, quality, and efficiency, then fix any issues found. Also scans project files for size limit violations.
Ready to connect★ 1k
- View details
storage-url-safetySkillFiles & storage
Triggers when using object storage such as MinIO/OSS/S3 or designing file upload/download features. Provides storage URL strategy selection guidelines to prevent issues such as URL expiration and access failures.
Ready to connect★ 1k
- View details
streaming-export-safetySkillFiles & storage
Triggers when code involves exporting large Excel/CSV/JSON/PDF files, batch serialization, or building large objects in memory. Prevents memory safety pitfalls such as OOM, leftover temp files, and synchronous exports blocking HTTP threads.
Ready to connect★ 1k
- View details
componentsSkillFiles & storage
React component file structure and patterns for Trezor Suite. Use when creating or reviewing React components, including prop passing and component organization.
Ready to connect★ 1k
- View details
idb-migrationsSkillFiles & storage
How to create and implement IndexedDB storage migrations in the Trezor Suite web app. Use when writing migrations that transform persisted data between Suite versions.
Ready to connect★ 1k
- View details
import-exportSkillFiles & storage
Named export conventions and barrel file usage rules for the Trezor Suite codebase. Use when writing imports, exports, or deciding on module structure.
Ready to connect★ 1k
- View details
matlab-choose-big-data-solutionSkillFiles & storage
Guide users or agents to the correct MATLAB tool for processing large tabular data in file-based formats (CSV, Parquet, delimited text, spreadsheets, MDF) that may not fit in memory. Use when a user or agent mentions large files, big data, out-of-memory errors, OOM, scaling up, tall arrays, datastor
Ready to connect★ 1k
- View details
matlab-create-live-scriptSkillFiles & storage
Create, edit, and run plain-text MATLAB live scripts (.m files) with rich text formatting, LaTeX equations, section breaks, and inline figures. Use when generating tutorials, analysis notebooks, reports, documentation, or educational content, when modifying existing live scripts, or when converting
Ready to connect★ 1k
- View details
matlab-import-export-dataSkillFiles & storage
Read or write data files in MATLAB. Use when the task involves tables, spreadsheets, delimited text, or structured files in CSV, Excel, Parquet, JSON, or XML format — including but not limited to importing, exporting, loading, parsing, converting, validating, configuring import options, reading from
Ready to connect★ 1k
- View details
matlab-import-external-ai-modelSkillFiles & storage
Import PyTorch, ONNX, or Keras 3 / TensorFlow 2.16+ deep learning models into MATLAB as dlnetwork objects. Use when importing .pt2 exported programs, traced .pt files, .onnx models, or Keras 3 models via matlabsaver. Covers importNetworkFromPyTorch, importNetworkFromONNX, importNetworkFromKeras, imp
Ready to connect★ 1k
- View details
matlab-import-tracking-dataSkillFiles & storage
Import raw data (CSV, XLSX, TXT, or MATLAB tables) into formats used by Sensor Fusion and Tracking Toolbox. Handles both ground truth trajectories and sensor detection data. For truth: builds trackingScenarioRecording, tuning timetable, truthlog, or converted table. For sensor data: builds task-orie
Ready to connect★ 1k
- View details
matlab-migrate-settingsSkillFiles & storage
Diff MATLAB settings between releases AND update any .m file that configures MATLAB settings to use the correct setting paths for the target release. Use when upgrading MATLAB releases and startup scripts or preference files need path/type updates for the new release.
Ready to connect★ 1k
- View details
matlab-optimize-gpu-codegenSkillFiles & storage
Optimize MATLAB design files for GPU Coder to generate faster CUDA code. Iteratively profiles, rewrites, and benchmarks until performance targets are met or diagnostics are resolved. Use when asked to: optimize for GPU Coder, improve GPU codegen performance, profile generated GPU/CUDA code, profile
Ready to connect★ 1k
- View details
matlab-package-toolboxSkillFiles & storage
Turn raw MATLAB code into a published .mltbx toolbox — full pipeline from scope definition through packaging and release. Drives 8 phases with human checkpoints, enforcing ordering and dependencies. Use when asked to package, create a toolbox, or run the files-to-package pipeline.
Ready to connect★ 1k
- View details
matlab-read-pcb-layoutSkillFiles & storage
Import Gerber, ODB++, Allegro .brd, .mcm files for PCB boards and IC packages. Inspect nets, layers, shapes, and stackups. TRIGGER: user asks to import, read, or open a PCB layout file. Gerber files use gerberRead or PCBReader; ODB++, Allegro .brd, .mcm, and native formats use pcbFileRead. Also when
Ready to connect★ 1k
- View details
matlab-read-write-point-cloud-fileSkillFiles & storage
Read and write 3-D point cloud data using Lidar Toolbox file I/O. Covers PLY, PCD, LAS/LAZ, PCAP (Velodyne/Ouster/Hesai), E57, and IDC (Ibeo) formats. Use when loading point clouds from disk, saving to disk, choosing the correct reader or writer for a file format, extracting or preserving lidar poin
Ready to connect★ 1k
- View details
matlab-share-contentSkillFiles & storage
Share MATLAB content by guiding users through uploading to GitHub, MATLAB Drive, or File Exchange, then generating "Open in MATLAB Online" URLs. Covers the full sharing workflow: choosing a platform, uploading content (automated via gh CLI for GitHub, manual for MATLAB Drive and File Exchange), and
Ready to connect★ 1k
- View details
matlab-solve-pdeSkillFiles & storage
End-to-end finite element analysis in MATLAB PDE Toolbox — geometry creation, model setup, solve, and post-processing in one skill. Use when building geometry from primitives or file import, setting up femodel with BCs/loads/materials, solving thermal/structural/EM problems, and extracting or visual
Ready to connect★ 1k
- View details
matlab-upgrade-mex-icSkillFiles & storage
Upgrade C, C++, and Fortran MEX source files from the Separate Complex (SC) API to the Interleaved Complex (IC) API. Use when converting mxGetPr/mxGetPi to mxGetComplexDoubles, migrating MEX files to -R2018a, adding MX_HAS_INTERLEAVED_COMPLEX guards for SC/IC guarded builds, or modernizing legacy ME
Ready to connect★ 1k
- View details
matlab-use-spreadsheet-linkSkillFiles & storage
Exchange data between Excel and MATLAB using Spreadsheet Link VBA macros and worksheet functions. Use when writing Excel VBA macros that call MLPutMatrix, MLGetMatrix, MLPutVar, MLGetVar, MLPutRanges, MLEvalString, MLGetFigure, or MatlabRequest.
Ready to connect★ 1k
- View details
matlab-write-audio-pluginSkillFiles & storage
Guide authoring of Audio Toolbox plugins (audioPlugin, audioPluginSource) that pass validateAudioPlugin and generate deployable VST/AU code. Use when creating audio effect or generator plugins, writing classdef files inheriting from audioPlugin, or troubleshooting validateAudioPlugin failures.
Ready to connect★ 1k
- View details
matlab-write-helpSkillFiles & storage
Generate or improve MATLAB help text (documentation comments) for a function, class, or script file following MathWorks standards (H1 line, syntax paragraphs, See Also, 75-char lines). Read BEFORE writing MATLAB help — default patterns (Inputs:/Outputs: lists, block comments, uppercase See Also) pro
Ready to connect★ 1k
- View details
matlab-write-pcb-layoutSkillFiles & storage
Export pcbComponent designs to Gerber files with RF connectors and fab service formatting for PCB manufacturing. TRIGGER: user asks to export a PCB design to Gerber, generate manufacturing files, or write out a pcbComponent for fabrication. Invoke BEFORE writing export code — gerberWrite signature (
Ready to connect★ 1k
- View details
roadrunner-build-scenario-from-oscSkillFiles & storage
Build a RoadRunner Scenario programmatically from an OpenSCENARIO 1.x (.xosc) file using the `roadrunner-scenario-authoring` skill. Use when the user wants to recreate a scenario from a .xosc file, interpret an OpenSCENARIO file and build it programmatically, reconstruct a .xosc as a RoadRunner scen
Ready to connect★ 1k
- View details
roadrunner-import-sceneSkillFiles & storage
Import HD Map or OpenDRIVE files into a RoadRunner scene using MATLAB. Use when loading driving scenes in RoadRunner or RoadRunner Scene Builder, importing RRHD, OpenDRIVE, or other RoadRunner-supported formats for simulation, or verifying Lanelet2-to-RRHD conversion results visually. Requires rrApp
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.
52,524 of the 52,958 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.