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,446 results · page 86 of 149

  • evo-defect-pipelineSkillFiles & storage

    End-to-end pipeline that reads test center log CSVs and product codebook files, orchestrates text normalization and fuzzy matching, and produces structured solution.json output.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-dialogue-dotgenSkillFiles & storage

    Generates Graphviz DOT visualization files from parsed dialogue graph structures using the graphviz 0.20.3 Python API.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-dialogue-outputSkillFiles & storage

    Serializes dialogue graph to JSON file and generates Graphviz DOT visualization. Handles UTF-8 encoding, DOT node styling by type, and edge labeling.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-document-classify-and-sortSkillFiles & storage

    Classifies document text into 5 categories (LLM, trapped_ion_and_qc, black_hole, DNA, music_history) using weighted keyword matching, then moves files into folders.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-document-text-extractionSkillFiles & storage

    Extracts text from PDF, DOCX, and PPTX files using PyPDF2, pdfplumber, pdftotext CLI, and stdlib zipfile+XML fallbacks.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-docx-template-fillerSkillFiles & storage

    A utility module for filling Word document templates (.docx) with data from JSON files. Handles split-run-aware text replacement to preserve formatting, traverses all document containers (body, tables, nested tables, headers, footers, text boxes), and processes conditional IF/END_IF blocks by keepin

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-enterprise-doc-parserSkillFiles & storage

    Provides utility functions to discover files recursively in a directory and extract text content from diverse enterprise document formats including DOCX, XLSX, PPTX, PDF, and plain text files. Handles dependency installation, merged cells in Excel, presenter notes in PowerPoint, headers/footers in W

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-enterprise-qa-pipelineSkillFiles & storage

    Orchestrates the end-to-end question-answering pipeline for enterprise Slack data. Parses malformed question.txt files, searches extracted document text for answers (employee IDs, URLs, team member names), tracks token consumption, and writes the final answer.json output.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-excel-data-extractionSkillFiles & storage

    Utilities for exploring and extracting data from complex, multi-sheet Excel workbooks with irregular formatting. Provides functions to discover sheet structure, locate gold prices in IMF data, and extract country reserve data.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-excel-match-analyzerSkillFiles & storage

    Scores dice games and compares paired matches between players. Loads Excel dice roll data, computes scores using 6 scoring categories (high_and_often, summation, highs_and_lows, only_two_numbers, all_the_numbers, ordered_subset_of_four), finds optimal game scores by pairing different categories acro

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-fjsp-data-ioSkillFiles & storage

    Parses FJSP instance, downtime, policy, baseline files and exports solutions to JSON/CSV.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-flink-session-jobSkillFiles & storage

    Implement Flink jobs for Google Cluster Data analysis, specifically session-based analysis of task events. Handles parsing Google Cluster Data v2 CSV formats, session window computation on task SUBMIT events, and job completion filtering. Use for any task involving Flink + Google cluster trace data

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-flood-risk-analysisSkillFiles & storage

    Detects flooding events at USGS streamgages by fetching instantaneous (15-min) gage height data, computing daily maximums, and comparing against NWS flood stage thresholds from the official NWS All Gauges Report. Outputs a CSV of stations with flood days.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-fuzz-env-runnerSkillFiles & storage

    Sets up Python virtual environments using uv for each library, installs dependencies from project configuration files, and executes the fuzzer for a specified duration with proper log redirection.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-gh-report-generatorSkillFiles & storage

    Computes community pulse metrics from raw PR and issue data and writes a structured report.json file. Calculates PR counts by state, average time-to-merge, top contributor, bug issue counts, and resolved bugs. Use when you need to generate GitHub repository health metrics reports.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-gw-matched-filter-engineSkillFiles & storage

    Core utility for reading GWF frame files, conditioning gravitational wave detector data (highpass filtering, resampling, cropping, PSD estimation), generating waveform templates, and performing matched filtering to extract peak SNR values using PyCBC.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-jax-ioSkillFiles & storage

    Handles loading problem.json, reading .npy/.npz input files into JAX arrays, and saving JAX array results back to .npy files with proper numpy conversion.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-lake-trend-analysisSkillFiles & storage

    Performs Mann-Kendall trend detection on lake water temperature time series using pymannkendall. Outputs slope (Sen's slope) and p-value to trend_result.csv.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-lean4-recursive-sequence-inequality-proofSkillFiles & storage

    Provides utilities and guidance for constructing Lean 4 proofs involving recursive sequences and geometric sum inequalities. Covers reading existing Lean template files, crafting induction-based proofs with closed-form intermediate lemmas, and using math2001 textbook tactics (simple_induction, numbe

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-macro-data-ingestionSkillFiles & storage

    Parses ERP .xls tables and CPI .xlsx files, handles multi-row headers, extracts annual totals, computes partial-year averages from quarterly data, and produces clean annual series indexed by integer year.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-matpower-parserSkillFiles & storage

    Parses MATPOWER JSON files into structured Python data with bus mapping, network matrix construction (A, Bbranch, Bbus, PTDF), branch modification, and generator cost parsing.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-maven-patch-generationSkillFiles & storage

    Generates GNU-compatible unified diff patches for proposed code or POM fixes, writes them to numbered patch files, and applies them to the repository.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-network-stats-computationSkillFiles & storage

    Computes all network statistics from extracted packet features and writes to CSV.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-openpyxl-sheet-processorSkillFiles & storage

    Provides utilities for loading an Excel workbook with openpyxl, copying selected columns from a source sheet to a destination sheet preserving order and headers, appending formula columns, and saving the workbook.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-patch-generate-applySkillFiles & storage

    Generates git-compatible unified diff patches from original and modified file contents, writes them to numbered patch files, and applies them to the repository using git apply or GNU patch. Use when you need to create code patches, apply fixes to source files, or automate code modifications via diff

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-pdf-context-extractorSkillFiles & storage

    Extracts text from PDF files using pypdf 5.x. Use when you need to read PDF documents to understand background context, column definitions, and scoring rules for data analysis tasks.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-pdf-excel-extractionSkillFiles & storage

    Extracts tabular data from PDF files using pdfplumber and reads Excel files using pandas/openpyxl, returning normalized pandas DataFrames with proper data types.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-pdf-invoice-parserSkillFiles & storage

    Extracts text from each page of a PDF invoice file using pdfplumber and parses structured fields (vendor name, IBAN, PO number, invoice amount) using regex.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-pedestrian-vlm-countingSkillFiles & storage

    Count unique pedestrians in surveillance video frames using Vision LLM APIs (OpenAI GPT-4o or Google Gemini) and write results to Excel. Use when you need to analyze surveillance footage for pedestrian counting, perform person re-identification across video frames, or generate Excel reports of pedes

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-powerlifting-dots-formulaSkillFiles & storage

    Provides the exact DOTS scoring formula, sex-specific polynomial coefficients, TotalKg computation rules, edge case handling (negative best lifts, blank values, Mx category), and corresponding Excel formula strings for both TotalKg and DOTS columns.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details

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.

54,764 of the 55,196 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.

See how to connect your AI