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
16,902 results · page 323 of 564
- View details
evo-civ6-placement-optimizerSkillDev tools
Searches for optimal city center and district placements to maximize total adjacency bonuses in Civ6 scenarios.
Ready to connect★ 92
- View details
evo-clinical-unit-harmonizationSkillDev tools
Domain-specific clinical lab unit detection and conversion module with conversion factor registry, physiological range boundaries, and boundary-based auto-detection logic to convert SI units to US conventional units.
Ready to connect★ 92
- View details
evo-cluster-namingSkillDev tools
Assign human-readable, non-overlapping representative names to clusters using TF-IDF and centroid proximity.
Ready to connect★ 92
- View details
evo-crystallography-fraction-formatSkillDev tools
Converts floating-point fractional coordinates to clean rational fraction strings with bounded denominators (<=12), handling edge cases like near-zero/near-one wrapping and integer values.
Ready to connect★ 92
- View details
evo-dataframe-diff-reportSkillDev tools
Compares two pandas DataFrames (old vs new) by a key column to identify deleted rows and modified fields, then exports results as a properly formatted JSON report with NumPy-safe serialization.
Ready to connect★ 92
- View details
evo-dcopf-solverSkillDev tools
Solves DC-OPF with spinning reserve co-optimization using PuLP/CBC. Extracts LMPs from dual variables, reserve MCP, binding lines.
Ready to connect★ 92
- View details
evo-dialogue-parserSkillDev tools
Parses dialogue script text into intermediate section structures using regex, then builds a validated JSON graph schema with typed nodes and edges. Handles section headers, speaker lines, numbered choices with optional tags, and edge targets.
Ready to connect★ 92
- View details
evo-egomotion-dynamic-analysisSkillDev tools
For consecutive sampled frame pairs, computes sparse optical flow, estimates camera egomotion via partial affine transform, and detects dynamic objects via homography-based motion compensation and frame differencing.
Ready to connect★ 92
- View details
evo-fuzzy-matchSkillDev tools
Fuzzy string matching and confidence calibration for mapping normalized text segments against codebook entries. Implements SequenceMatcher, Levenshtein, Jaccard, cosine similarity, ensemble scoring, and UNKNOWN thresholding.
Ready to connect★ 92
- View details
evo-geospatial-antimeridian-platesSkillDev tools
Load and process PB2002 tectonic plate boundaries and polygons with antimeridian-safe coordinate normalization (0-360 longitude shift) using Shapely 2.0 transform and GeoPandas 1.0 APIs.
Ready to connect★ 92
- View details
evo-geospatial-earthquake-distanceSkillDev tools
Parse USGS earthquake GeoJSON, spatially filter earthquakes within a tectonic plate, compute projected distances to plate boundaries using EPSG:3832, and output the furthest earthquake as formatted JSON.
Ready to connect★ 92
- View details
evo-gh-data-fetcherSkillDev tools
Fetches pull request and issue data from a GitHub repository using the GitHub REST API via curl/subprocess. Handles JSON output parsing, pagination, date range filtering, and error handling. Use when you need to retrieve structured PR or issue data from GitHub for analysis.
Ready to connect★ 92
- View details
evo-lake-factor-attributionSkillDev tools
Trains Random Forest to determine feature importances of environmental predictors on water temperature, maps features to categories (Heat/Flow/Wind/Human), and identifies the dominant driving factor category.
Ready to connect★ 92
- View details
evo-latex-syntax-validationSkillDev tools
Validates extracted LaTeX formulas for syntax correctness and produces fixed versions of problematic formulas. Focuses on typos/syntax errors only.
Ready to connect★ 92
- View details
evo-macro-sut-import-shareSkillDev tools
Computes the import content share of investment (theta) from GeoStat Supply and Use Tables using the proportionality assumption. Links SUT data to a SUT Calc sheet, calculates product-level import-to-supply ratios, and derives the aggregate import content share for GFCF. Use when estimating import l
Ready to connect★ 92
- View details
evo-macro-weo-dataSkillDev tools
Populates WEO_Data sheet with IMF WEO data for Georgia, extends GDP deflator and real GDP projections to 2043, and copies GeoStat SUT sheets into the workbook.
Ready to connect★ 92
- View details
evo-market-reportSkillDev tools
Compares base and counterfactual DC-OPF results, computes impact analysis, and exports report.json.
Ready to connect★ 92
- View details
evo-mass-report-outputSkillDev tools
Orchestrates the full pipeline from STL parsing to JSON mass report output. Coordinates parsing, component analysis, volume computation, unit conversion, and mass calculation.
Ready to connect★ 92
- View details
evo-mesh-geometry-analysisSkillDev tools
Performs connected component analysis on triangle meshes using BFS with vertex adjacency and computes mesh volume via the signed tetrahedron method. Handles unit conversion and mass calculation.
Ready to connect★ 92
- View details
evo-nextjs-api-optimizationSkillDev tools
Identifies and fixes performance anti-patterns in Next.js API routes including artificial delays, N+1 sequential fetch patterns, missing caching headers, and unnecessary data processing.
Ready to connect★ 92
- View details
evo-nextjs-bundle-reductionSkillDev tools
Identifies and fixes bundle size issues including wildcard/barrel imports, missing dynamic imports for heavy components, unnecessary use client directives, and useEffect-based data fetching.
Ready to connect★ 92
- View details
evo-output-serializationSkillDev tools
Serializes egomotion labels to JSON with frame-interval keys and binary masks to NPZ in CSR sparse format using only NumPy.
Ready to connect★ 92
- View details
evo-parallel-determinismSkillDev tools
Provides patterns and utilities to ensure parallel TF-IDF results are identical to the sequential baseline, addressing floating-point ordering, tie-breaking, and pickling compatibility.
Ready to connect★ 92
- View details
evo-pcap-feature-extractionSkillDev tools
Reads PCAP via Scapy PcapReader, extracts per-packet features into numpy arrays.
Ready to connect★ 92
- View details
evo-python-library-discoverySkillDev tools
Detects Python libraries/packages in a directory by checking for pyproject.toml, setup.py, setup.cfg, or other standard Python project markers. Provides utilities to list library paths and analyze their structure, entry points, and key functions for testing.
Ready to connect★ 92
- View details
evo-scala-idiom-mappingSkillDev tools
Maps Python constructs to idiomatic Scala 2.13 equivalents.
Ready to connect★ 92
- View details
evo-scala-tokenizer-generatorSkillDev tools
Generates complete Scala 2.13 Tokenizer.scala from Python Tokenizer.py translation.
Ready to connect★ 92
- View details
evo-suricata-custom-exfilSkillDev tools
Generates and validates Suricata 7.0 rules for detecting data exfiltration hidden in HTTP telemetry traffic, using sticky buffers, exact URI matching, header inspection, and PCRE body pattern matching.
Ready to connect★ 92
- View details
evo-syzkaller-ppdev-syzlangSkillDev tools
Generates syzkaller syzlang descriptions for the Linux ppdev (parallel port) driver, covering all 28 ioctls (including 5 obsolete ones), structs, IEEE 1284 mode flags, and PP flags with architecture-specific constants for amd64 and 386.
Ready to connect★ 92
- View details
evo-tess-lightcurve-preprocessingSkillDev tools
Load TESS text-format light curves and prepare them for transit detection by applying quality flag filtering, NaN removal, outlier rejection, normalization, and Savitzky-Golay flattening to remove stellar variability.
Ready to connect★ 92
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.
53,789 of the 54,221 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.